Skip to content

Commit

Permalink
skip tests for release build
Browse files Browse the repository at this point in the history
  • Loading branch information
sbryzak committed Mar 21, 2011
1 parent f666e16 commit 53adf4d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions booking/pom.xml
Expand Up @@ -257,6 +257,12 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-assembly-plugin</artifactId>
</plugin>
<plugin>
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
<skip>true</skip>
</configuration>
</plugin>
</plugins>
</build>
</profile>
Expand Down

0 comments on commit 53adf4d

Please sign in to comment.