Skip to content
This repository was archived by the owner on Aug 28, 2025. It is now read-only.

Commit be1f1ff

Browse files
committed
configure org.apache.maven.plugins
1 parent 22e6ba5 commit be1f1ff

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

pom.xml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,13 @@
7373
<plugin>
7474
<groupId>org.apache.maven.plugins</groupId>
7575
<artifactId>maven-surefire-plugin</artifactId>
76-
<version>2.4.3</version>
76+
<version>2.5</version>
77+
<configuration>
78+
<autoVersionSubmodules>true</autoVersionSubmodules>
79+
<useReleaseProfile>false</useReleaseProfile>
80+
<releaseProfiles>release</releaseProfiles>
81+
<goals>deploy</goals>
82+
</configuration>
7783
</plugin>
7884
<plugin>
7985
<groupId>org.apache.maven.plugins</groupId>

0 commit comments

Comments
 (0)