MVN

com.github.fracpete : debian-maven-plugin

Maven & Gradle

Dec 11, 2022
3 stars

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. Fork of: http://debian-maven.sourceforge.net

<plugin>
    <groupId>com.github.fracpete</groupId>
    <artifactId>debian-maven-plugin</artifactId>
    <version>1.0.22</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.fracpete : debian-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 1.0.22

All Versions

Choose a version of com.github.fracpete : debian-maven-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
1.0.x
debian-maven-plugin-1.0.22
debian-maven-plugin-1.0.21
debian-maven-plugin-1.0.20
debian-maven-plugin-1.0.19
debian-maven-plugin-1.0.18
debian-maven-plugin-1.0.17
debian-maven-plugin-1.0.16
debian-maven-plugin-1.0.15
debian-maven-plugin-1.0.14
debian-maven-plugin-1.0.13
debian-maven-plugin-1.0.12
debian-maven-plugin-1.0.11
debian-maven-plugin-1.0.10
debian-maven-plugin-1.0.9
debian-maven-plugin-1.0.8
debian-maven-plugin-1.0.7

How to add a plugin to Maven

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

<plugin>
    <groupId>com.github.fracpete</groupId>
    <artifactId>debian-maven-plugin</artifactId>
    <version>1.0.22</version>
</plugin>