Skip to content

Commit

Permalink
Added release profile
Browse files Browse the repository at this point in the history
  • Loading branch information
Jennifer Hickey committed Jun 10, 2010
1 parent 69a3d16 commit 45e970a
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions pom.xml
Expand Up @@ -158,6 +158,28 @@
<module>hqapi1-integration-tests</module>
</modules>
</profile>
<profile>
<id>release</id>
<modules>
<module>hqapi1</module>
<module>hqapi1-client</module>
<module>hqapi1-plugin</module>
<module>hqapi1-integration-tests</module>
</modules>
<build>
<pluginManagement>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
<skipTests>true</skipTests>
</configuration>
</plugin>
</plugins>
</pluginManagement>
</build>
</profile>
</profiles>

<repositories>
Expand Down

0 comments on commit 45e970a

Please sign in to comment.