File tree Expand file tree Collapse file tree 1 file changed +15
-14
lines changed Expand file tree Collapse file tree 1 file changed +15
-14
lines changed Original file line number Diff line number Diff line change 188188 <module >ph-as4-server-webapp-test</module >
189189 </modules >
190190
191- <build >
192- <pluginManagement >
193- <plugins >
194- <plugin >
195- <groupId >org.apache.maven.plugins</groupId >
196- <artifactId >maven-surefire-plugin</artifactId >
197- <configuration >
198- <!-- Does this avoid the "Killed" problem on Travis? #8 -->
199- <forkMode >never</forkMode >
200- </configuration >
201- </plugin >
202- </plugins >
203- </pluginManagement >
204- </build >
205191 <dependencies >
206192 <dependency >
207193 <groupId >org.apache.wss4j</groupId >
218204 </exclusions >
219205 </dependency >
220206 </dependencies >
207+
208+ <build >
209+ <pluginManagement >
210+ <plugins >
211+ <plugin >
212+ <groupId >org.apache.maven.plugins</groupId >
213+ <artifactId >maven-surefire-plugin</artifactId >
214+ <configuration >
215+ <!-- Does this avoid the "Killed" problem on Travis? #8 -->
216+ <forkMode >never</forkMode >
217+ </configuration >
218+ </plugin >
219+ </plugins >
220+ </pluginManagement >
221+ </build >
221222</project >
You can’t perform that action at this time.
0 commit comments