We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e9539d7 + 86b8ddb commit 98d1146Copy full SHA for 98d1146
pom.xml
@@ -65,6 +65,7 @@
65
<gcu.product>Cache</gcu.product>
66
<module.name>org.mybatis.caches.memcached</module.name>
67
<project.build.outputTimestamp>1645112687</project.build.outputTimestamp>
68
+ <argLine>-Djdk.attach.allowAttachSelf -Xms1024m -Xmx1024m</argLine>
69
</properties>
70
71
<dependencies>
@@ -108,14 +109,6 @@
108
109
<releaseProfiles>release,bundle</releaseProfiles>
110
</configuration>
111
</plugin>
-
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>
119
</plugins>
120
</build>
121
0 commit comments