a

appimagetool-maven-plugin

Will take jpackage output and use it as input for appimagetool
https://meyvn.org
Eclipse Public License 2.0
Sapiens Sapiens
Daniel Szmulewicz
Files download
File Operation
appimagetool-maven-plugin-1.0.0.jar download
appimagetool-maven-plugin-1.0.0.pom download
appimagetool-maven-plugin-1.0.0-sources.jar download
Apache Maven
<dependency>
  <groupId>org.meyvn</groupId>
  <artifactId>appimagetool-maven-plugin</artifactId>
  <version>1.0.0</version>
  <type>maven-plugin</type>
</dependency>
Gradle Groovy
implementation 'org.meyvn:appimagetool-maven-plugin:1.0.0'
Gradle Kotlin
implementation("org.meyvn:appimagetool-maven-plugin:1.0.0")
Scala SBT
libraryDependencies += "org.meyvn" % "appimagetool-maven-plugin" % "1.0.0"
Groovy Grape
@Grapes(
  @Grab(group='org.meyvn', module='appimagetool-maven-plugin', version='1.0.0')
)
Apache Ivy
<dependency org="org.meyvn" name="appimagetool-maven-plugin" rev="1.0.0" />
Leiningen
[org.meyvn/appimagetool-maven-plugin "1.0.0"]
Apache Buildr
'org.meyvn:appimagetool-maven-plugin:jar:1.0.0'