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-ffa450edef68master
parent
a0a01e4807
commit
89e60a34bf
|
|
@ -67,7 +67,13 @@
|
||||||
</dependencies>
|
</dependencies>
|
||||||
</profile>
|
</profile>
|
||||||
<profile>
|
<profile>
|
||||||
<id>run-its</id>
|
<id>unit-tests</id>
|
||||||
|
<activation>
|
||||||
|
<property>
|
||||||
|
<name>maven.test.skip</name>
|
||||||
|
<value>!true</value>
|
||||||
|
</property>
|
||||||
|
</activation>
|
||||||
|
|
||||||
<dependencies>
|
<dependencies>
|
||||||
<dependency>
|
<dependency>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue