Skip to content

Commit 675557a

Browse files
committed
Changed order
1 parent ce05ee5 commit 675557a

File tree

1 file changed

+15
-14
lines changed

1 file changed

+15
-14
lines changed

pom.xml

Lines changed: 15 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -188,20 +188,6 @@
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>
@@ -218,4 +204,19 @@
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>

0 commit comments

Comments
 (0)