Skip to content
This repository has been archived by the owner on May 23, 2024. It is now read-only.

Commit

Permalink
removed test ex
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Nüst committed Jul 17, 2013
1 parent 946e33c commit 54d39fa
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions 52n-wps-webapp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -265,11 +265,11 @@
<artifactId>logback-classic</artifactId>
</dependency>
</dependencies>

<properties>
<wps.logfile.name>${catalina.base:-.}/logs/52n-wps</wps.logfile.name>
</properties>

<build>
<resources>
<resource>
Expand Down Expand Up @@ -464,10 +464,10 @@
<goal>verify</goal>
</goals>
<configuration>
<excludes>
<exclude>**/AllTestsIT*</exclude>
</excludes>
<!-- <excludes> -->
<!-- <exclude>**/AllTestsIT*</exclude> -->
<!-- </excludes> -->

<argLine>-Xmx1024m</argLine>
<summaryFile>target/failsafe-reports/failsafe-summary.xml</summaryFile>
<systemPropertyVariables>
Expand Down

0 comments on commit 54d39fa

Please sign in to comment.