Skip to content

Commit 0dbb1c2

Browse files
committed
Moved to 2.0 version of JavaFX Maven plugin and added max native icons as part of archetype.
1 parent c4f4a68 commit 0dbb1c2

File tree

3 files changed

+3
-5
lines changed

3 files changed

+3
-5
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333

3434
<groupId>com.zenjava</groupId>
3535
<artifactId>javafx-rest-archetype</artifactId>
36-
<version>1.3-SNAPSHOT</version>
36+
<version>2.0.1-SNAPSHOT</version>
3737
<packaging>maven-archetype</packaging>
3838

3939
<name>JavaFX REST Archetype</name>

src/main/resources/archetype-resources/__rootArtifactId__-client/pom.xml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
<plugin>
3434
<groupId>com.zenjava</groupId>
3535
<artifactId>javafx-maven-plugin</artifactId>
36-
<version>1.5</version>
36+
<version>2.0</version>
3737
<configuration>
3838

3939
<!-- we need to tell the plugin which class to launch but it figures out most of the rest -->
@@ -46,9 +46,7 @@
4646
-->
4747
<keyStoreAlias>example-user</keyStoreAlias>
4848
<keyStorePassword>example-password</keyStorePassword>
49-
<permissions>
50-
<permission>all-permissions</permission>
51-
</permissions>
49+
<allPermissions>true</allPermissions>
5250

5351
</configuration>
5452
</plugin>

0 commit comments

Comments
 (0)