d

debian-maven-plugin-project

This project provides a plugin that helps building DEB packages from Maven projects. The packages can be used in Debian-based operating systems such as Debian and Ubuntu. The plugin uses external Debian tools to perform the packaging.
https://github.com/mike10004/debian-maven-plugin
GNU General Public License 3.0
Wouter Bosma Mike Chaberski
Files download
File Operation
debian-maven-plugin-project-3.2.pom download
Apache Maven
<dependency>
  <groupId>com.github.mike10004</groupId>
  <artifactId>debian-maven-plugin-project</artifactId>
  <version>3.2</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.github.mike10004:debian-maven-plugin-project:3.2'
Gradle Kotlin
implementation("com.github.mike10004:debian-maven-plugin-project:3.2")
Scala SBT
libraryDependencies += "com.github.mike10004" % "debian-maven-plugin-project" % "3.2"
Groovy Grape
@Grapes(
  @Grab(group='com.github.mike10004', module='debian-maven-plugin-project', version='3.2')
)
Apache Ivy
<dependency org="com.github.mike10004" name="debian-maven-plugin-project" rev="3.2" />
Leiningen
[com.github.mike10004/debian-maven-plugin-project "3.2"]
Apache Buildr
'com.github.mike10004:debian-maven-plugin-project:jar:3.2'
Dependencies
The project has no third-party dependencies