Skip to content

Commit

Permalink
fix(build): maven config for release plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
lincolnthree committed Oct 4, 2023
1 parent e6d94da commit fa30d29
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
6 changes: 6 additions & 0 deletions .mvn/jvm.config
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
--add-opens java.base/java.io=ALL-UNNAMED
--add-opens java.base/java.lang.reflect=ALL-UNNAMED
--add-opens java.base/java.text=ALL-UNNAMED
--add-opens java.base/java.util=ALL-UNNAMED
--add-opens java.base/sun.nio.ch=ALL-UNNAMED
--add-opens java.desktop/java.awt.font=ALL-UNNAMED
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,10 @@
<version.wildfly>26.1.1.Final</version.wildfly>

<!-- Official Maven Plugins -->
<version.maven-release-plugin>3.0.0-M6</version.maven-release-plugin>
<version.maven-flatten-plugin>1.3.0</version.maven-flatten-plugin>
<version.maven-gpg-plugin>3.0.1</version.maven-gpg-plugin>
<version.pomchecker-maven-plugin>1.3.0</version.pomchecker-maven-plugin>
<version.maven-release-plugin>3.0.1</version.maven-release-plugin>
<version.maven-flatten-plugin>1.5.0</version.maven-flatten-plugin>
<version.maven-gpg-plugin>3.1.0</version.maven-gpg-plugin>
<version.pomchecker-maven-plugin>1.9.0</version.pomchecker-maven-plugin>
<version.nexus-staging-plugin>1.6.13</version.nexus-staging-plugin>
</properties>

Expand Down

0 comments on commit fa30d29

Please sign in to comment.