Skip to content

Commit 036bbbc

Browse files
committed
mvn compiler options, and plugin updates
1 parent bf233eb commit 036bbbc

File tree

1 file changed

+9
-7
lines changed

1 file changed

+9
-7
lines changed

pom.xml

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -95,8 +95,9 @@
9595
<plugin>
9696
<groupId>org.apache.maven.plugins</groupId>
9797
<artifactId>maven-compiler-plugin</artifactId>
98-
<version>3.10.1</version>
98+
<version>3.14.0</version>
9999
<configuration>
100+
<useModulePath>false</useModulePath>
100101
<compilerArgs>
101102
<arg>--add-exports</arg>
102103
<arg>java.base/sun.security.x509=ALL-UNNAMED</arg>
@@ -109,8 +110,9 @@
109110
<plugin>
110111
<groupId>org.apache.maven.plugins</groupId>
111112
<artifactId>maven-surefire-plugin</artifactId>
112-
<version>3.5.0</version>
113+
<version>3.5.3</version>
113114
<configuration>
115+
<useModulePath>false</useModulePath>
114116
<argLine>--add-exports java.base/sun.security.x509=ALL-UNNAMED --add-exports java.base/sun.security.util=ALL-UNNAMED</argLine>
115117
<properties>
116118
<property>
@@ -124,7 +126,7 @@
124126
<plugin>
125127
<groupId>org.apache.maven.plugins</groupId>
126128
<artifactId>maven-source-plugin</artifactId>
127-
<version>3.2.1</version>
129+
<version>3.3.1</version>
128130
<executions>
129131
<execution>
130132
<id>attach-sources</id>
@@ -137,7 +139,7 @@
137139
<plugin>
138140
<groupId>org.apache.maven.plugins</groupId>
139141
<artifactId>maven-javadoc-plugin</artifactId>
140-
<version>3.4.1</version>
142+
<version>3.11.2</version>
141143
<executions>
142144
<execution>
143145
<id>attach-javadocs</id>
@@ -158,7 +160,7 @@
158160
<plugin>
159161
<groupId>org.sonatype.plugins</groupId>
160162
<artifactId>nexus-staging-maven-plugin</artifactId>
161-
<version>1.6.13</version>
163+
<version>1.7.0</version>
162164
<extensions>true</extensions>
163165
<configuration>
164166
<serverId>ossrh</serverId>
@@ -169,7 +171,7 @@
169171
<plugin>
170172
<groupId>org.apache.maven.plugins</groupId>
171173
<artifactId>maven-gpg-plugin</artifactId>
172-
<version>1.5</version>
174+
<version>3.2.7</version>
173175
<executions>
174176
<execution>
175177
<id>sign-artifacts</id>
@@ -188,4 +190,4 @@
188190
</build>
189191
</profile>
190192
</profiles>
191-
</project>
193+
</project>

0 commit comments

Comments
 (0)