DOC

org.m1theo : apt-repo

Maven & Gradle

Sep 07, 2016

apt-repo Maven Plugin · This plugin turns your maven build for deb files into an apt-repository. It is meant to be used in conjunction with plugins like "jdeb", which generate deb files from your artifacts. apt-repo will generate an apt Release and Packages.gz file for these deb files. Therefore the apt command will recognize your maven build as a valid repo.

Table Of Contents

Latest Version

Download org.m1theo : apt-repo Javadoc & API Documentation - Latest Versions:

All Versions

Download org.m1theo : apt-repo Javadoc & API Documentation - All Versions:

Version Size Javadoc Updated
0.3.x
0.2.x
0.1.x

How to open Javadoc JAR file in web browser

  1. Rename the file apt-repo-0.3.0-javadoc.jar to apt-repo-0.3.0-javadoc.zip
  2. Use your favourite unzip tool (WinRAR / WinZIP) to extract it, now you have a folder apt-repo-0.3.0-javadoc
  3. Double click index.html will open the index page on your default web browser.

How to generate Javadoc from a source JAR?

Running the command javadoc:

javadoc --ignore-source-errors -encoding UTF-8 -sourcepath "apt-repo-0.3.0-sources.jar" -d "apt-repo-0.3.0-javadoc" -subpackages