APT Repository

A mojo which creates APT repositories from a set of .deb files.

This mojo can create an APT repository based on an input directory of .deb files.

There are a number of other tools out there that can do the same task. “apt-repo” was created since:

  • It can created multi component APT repositories (non-flat)
  • It runs on plain java
  • It can be used as Maven Mojo and plain jar library

More information:

Adding the mojo to you maven build:

[code language=”xml”]
<dependency>
<groupId>de.dentrassi.build</groupId>
<artifactId>apt-repo</artifactId>
<version>0.0.1</version>
</dependency>
[/code]