mirror of https://github.com/apache/maven.git
o Tweaked test to not suffer from MNG-3821 (for which we have a dedicated IT)
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@734224 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
1567c798e6
commit
ea82a49374
its/core-it-suite/src/test/resources/mng-2695
|
@ -72,7 +72,7 @@ under the License.
|
|||
</configuration>
|
||||
<executions>
|
||||
<execution>
|
||||
<id>test</id>
|
||||
<id>test-a</id>
|
||||
<phase>validate</phase>
|
||||
<goals>
|
||||
<goal>touch</goal>
|
||||
|
@ -90,7 +90,7 @@ under the License.
|
|||
</configuration>
|
||||
<executions>
|
||||
<execution>
|
||||
<id>test</id>
|
||||
<id>test-b</id>
|
||||
<phase>validate</phase>
|
||||
<goals>
|
||||
<goal>touch</goal>
|
||||
|
|
Loading…
Reference in New Issue