File tree Expand file tree Collapse file tree 1 file changed +11
-9
lines changed Expand file tree Collapse file tree 1 file changed +11
-9
lines changed Original file line number Diff line number Diff line change 100100 </dependencies >
101101
102102 <build >
103- <plugins >
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 >
104114 <plugin >
105115 <groupId >org.apache.maven.plugins</groupId >
106116 <artifactId >maven-release-plugin</artifactId >
107117 <configuration >
108118 <releaseProfiles >release,bundle</releaseProfiles >
109119 </configuration >
110120 </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 >
119121 </plugins >
120122 </build >
121123
You can’t perform that action at this time.
0 commit comments