Skip to content

Commit

Permalink
SAK-23221 - Activate sakai.skip.tests is maven.test.skip is activated
Browse files Browse the repository at this point in the history
git-svn-id: https://source.sakaiproject.org/svn/pack/trunk@120021 66ffb92e-73f9-0310-93c1-f5514f145a0a
  • Loading branch information
jonespm committed Feb 14, 2013
1 parent d784297 commit b3e8c1e
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion pack/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,11 @@
</properties>
</profile>
<profile>
<activation>
<property>
<name>maven.test.skip</name>
</property>
</activation>
<id>skip-tests</id>
<properties>
<sakai.skip.tests>true</sakai.skip.tests>
Expand Down Expand Up @@ -150,4 +155,4 @@
</plugins>
</pluginManagement>
</build>
</project>
</project>

0 comments on commit b3e8c1e

Please sign in to comment.