Skip to content

Commit

Permalink
Don't run tests for these profiles
Browse files Browse the repository at this point in the history
  • Loading branch information
maniksurtani committed Nov 13, 2009
1 parent 99b4276 commit 4be2dd0
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions pom.xml
Expand Up @@ -165,6 +165,9 @@ pageTracker._trackPageview();
</plugin>
</plugins>
</build>
<properties>
<maven.test.skip.exec>true</maven.test.skip.exec>
</properties>
</profile>

<!-- TODO somehow combine this with the 'distribution' profile so all docs are built together -->
Expand Down Expand Up @@ -210,6 +213,9 @@ pageTracker._trackPageview();
</plugin>
</plugins>
</build>
<properties>
<maven.test.skip.exec>true</maven.test.skip.exec>
</properties>
</profile>

<!-- TODO somehow combine this with the 'distribution' profile so all docs are built together -->
Expand Down Expand Up @@ -274,6 +280,9 @@ pageTracker._trackPageview();
</plugin>
</plugins>
</build>
<properties>
<maven.test.skip.exec>true</maven.test.skip.exec>
</properties>
</profile>

</profiles>
Expand Down

0 comments on commit 4be2dd0

Please sign in to comment.