n

nativepkg-maven-plugin

Build rpm and deb packages in os independent manner.
http://sdorra.github.io/nativepkg-maven-plugin
The MIT license
Sebastian Sdorra
Files download
File Operation
nativepkg-maven-plugin-1.1.4.jar download
nativepkg-maven-plugin-1.1.4.pom download
nativepkg-maven-plugin-1.1.4-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.sdorra</groupId>
  <artifactId>nativepkg-maven-plugin</artifactId>
  <version>1.1.4</version>
  <type>maven-plugin</type>
</dependency>
Gradle Groovy
implementation 'com.github.sdorra:nativepkg-maven-plugin:1.1.4'
Gradle Kotlin
implementation("com.github.sdorra:nativepkg-maven-plugin:1.1.4")
Scala SBT
libraryDependencies += "com.github.sdorra" % "nativepkg-maven-plugin" % "1.1.4"
Groovy Grape
@Grapes(
  @Grab(group='com.github.sdorra', module='nativepkg-maven-plugin', version='1.1.4')
)
Apache Ivy
<dependency org="com.github.sdorra" name="nativepkg-maven-plugin" rev="1.1.4" />
Leiningen
[com.github.sdorra/nativepkg-maven-plugin "1.1.4"]
Apache Buildr
'com.github.sdorra:nativepkg-maven-plugin:jar:1.1.4'