Skip to content

Commit 63d4764

Browse files
committed
[pom] MOve argline to direct setup
1 parent ec7408b commit 63d4764

File tree

1 file changed

+1
-11
lines changed

1 file changed

+1
-11
lines changed

pom.xml

Lines changed: 1 addition & 11 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>
@@ -100,17 +101,6 @@
100101
</dependencies>
101102

102103
<build>
103-
<pluginManagement>
104-
<plugins>
105-
<plugin>
106-
<groupId>org.apache.maven.plugins</groupId>
107-
<artifactId>maven-surefire-plugin</artifactId>
108-
<configuration>
109-
<argLine>${argLine} -Xms1024m -Xmx1024m</argLine>
110-
</configuration>
111-
</plugin>
112-
</plugins>
113-
</pluginManagement>
114104
<plugins>
115105
<plugin>
116106
<groupId>org.apache.maven.plugins</groupId>

0 commit comments

Comments
 (0)