MVN

net.sf.debian-maven : debian-maven-plugin

Maven & Gradle

Oct 17, 2013

Debian Maven Plugin · This plugin helps building DEB packages from Maven projects. The packages can be used in DEB-based operating systems such as Debian and Ubuntu. The plugin uses external Debian tools to do the actual packaging.

<plugin>
    <groupId>net.sf.debian-maven</groupId>
    <artifactId>debian-maven-plugin</artifactId>
    <version>1.0.6</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of net.sf.debian-maven : debian-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 1.0.6

All Versions

Choose a version of net.sf.debian-maven : debian-maven-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
1.0.x
debian-maven-plugin-1.0.6
debian-maven-plugin-1.0.5

How to add a plugin to Maven

Add the maven plugin to the pom.xml file information in this tag as follows:

<plugin>
    <groupId>net.sf.debian-maven</groupId>
    <artifactId>debian-maven-plugin</artifactId>
    <version>1.0.6</version>
</plugin>