MVN

io.solit.maven : deb-maven-plugin

Maven & Gradle

Sep 30, 2018
8 stars

.deb maven plugin · Maven plugin to create .deb packages, creating control file, copyright file and transitively copying runtime dependencies.

<plugin>
    <groupId>io.solit.maven</groupId>
    <artifactId>deb-maven-plugin</artifactId>
    <version>0.5</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.solit.maven : deb-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 0.5
  • Latest Release Candidate: 1.0-RC2

All Versions

Choose a version of io.solit.maven : deb-maven-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
1.0
deb-maven-plugin-1.0-RC2
deb-maven-plugin-1.0-RC1
0.5
deb-maven-plugin-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>io.solit.maven</groupId>
    <artifactId>deb-maven-plugin</artifactId>
    <version>0.5</version>
</plugin>

Advertisement