Skip to content

Commit 98d1146

Browse files
authored
Merge pull request #88 from hazendaz/master
[pom] Move surefire to plugin management
2 parents e9539d7 + 86b8ddb commit 98d1146

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

pom.xml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@
6565
<gcu.product>Cache</gcu.product>
6666
<module.name>org.mybatis.caches.memcached</module.name>
6767
<project.build.outputTimestamp>1645112687</project.build.outputTimestamp>
68+
<argLine>-Djdk.attach.allowAttachSelf -Xms1024m -Xmx1024m</argLine>
6869
</properties>
6970

7071
<dependencies>
@@ -108,14 +109,6 @@
108109
<releaseProfiles>release,bundle</releaseProfiles>
109110
</configuration>
110111
</plugin>
111-
112-
<plugin>
113-
<groupId>org.apache.maven.plugins</groupId>
114-
<artifactId>maven-surefire-plugin</artifactId>
115-
<configuration>
116-
<argLine>${argLine} -Xms1024m -Xmx1024m</argLine>
117-
</configuration>
118-
</plugin>
119112
</plugins>
120113
</build>
121114

0 commit comments

Comments
 (0)