Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
ecsec Public
reqesidta-prototype
client-signer
Commits
2154de86
Commit
2154de86
authored
Aug 30, 2019
by
Tobias Wich
Browse files
Move jlink plugin version definition to parent pom
parent
2a3f3007
Changes
2
Hide whitespace changes
Inline
Side-by-side
packager/richclient-packager/pom.xml
View file @
2154de86
...
...
@@ -48,7 +48,6 @@
<plugin>
<groupId>
net.agilhard.maven.plugins
</groupId>
<artifactId>
jlink-jpackager-maven-plugin
</artifactId>
<version>
1.0.0-SNAPSHOT
</version>
<configuration>
<icon>
${project.basedir}/src/main/resources/linux/Open-eCard-App.png
</icon>
<resourceDir>
${project.basedir}/src/main/resources/linux
</resourceDir>
...
...
@@ -71,7 +70,6 @@
<plugin>
<groupId>
net.agilhard.maven.plugins
</groupId>
<artifactId>
jlink-jpackager-maven-plugin
</artifactId>
<version>
1.0.0-SNAPSHOT
</version>
<configuration>
<icon>
${project.basedir}/src/main/resources/windows/Open-eCard-App.ico
</icon>
</configuration>
...
...
@@ -91,7 +89,6 @@
<plugin>
<groupId>
net.agilhard.maven.plugins
</groupId>
<artifactId>
jlink-jpackager-maven-plugin
</artifactId>
<version>
1.0.0-SNAPSHOT
</version>
<configuration>
<icon>
${project.basedir}/src/main/resources/mac-os/Open-eCard-App.icns
</icon>
<resourceDir>
${project.basedir}/src/main/resources/mac-os
</resourceDir>
...
...
@@ -110,7 +107,6 @@
<plugin>
<groupId>
org.apache.maven.plugins
</groupId>
<artifactId>
maven-compiler-plugin
</artifactId>
<version>
3.8.1
</version>
<configuration>
<showDeprecation>
true
</showDeprecation>
<showWarnings>
true
</showWarnings>
...
...
@@ -139,7 +135,6 @@
<plugin>
<groupId>
net.agilhard.maven.plugins
</groupId>
<artifactId>
jlink-jpackager-maven-plugin
</artifactId>
<version>
1.0.0-SNAPSHOT
</version>
<extensions>
true
</extensions>
<executions>
<execution>
...
...
pom.xml
View file @
2154de86
...
...
@@ -689,17 +689,9 @@
<!-- JLink Plugin -->
<plugin>
<artifactId>
maven-jlink-plugin
</artifactId>
<version>
3.0.0-alpha-1
</version>
<extensions>
true
</extensions>
<dependencies>
<!-- Use newer version of ASM -->
<dependency>
<groupId>
org.ow2.asm
</groupId>
<artifactId>
asm
</artifactId>
<version>
7.1
</version>
</dependency>
</dependencies>
<groupId>
net.agilhard.maven.plugins
</groupId>
<artifactId>
jlink-jpackager-maven-plugin
</artifactId>
<version>
1.0.0-ec.1
</version>
</plugin>
</plugins>
</pluginManagement>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment