o revert r685847 since it is unit tests and not ITs

git-svn-id: https://svn.apache.org/repos/asf/maven/plugin-tools/trunk@685851 13f79535-47bb-0310-9956-ffa450edef68
master
Vincent Siveton 2008-08-14 11:10:45 +00:00
parent a0a01e4807
commit 89e60a34bf
1 changed files with 7 additions and 1 deletions

View File

@ -67,7 +67,13 @@
</dependencies>
</profile>
<profile>
<id>run-its</id>
<id>unit-tests</id>
<activation>
<property>
<name>maven.test.skip</name>
<value>!true</value>
</property>
</activation>
<dependencies>
<dependency>