mirror of https://github.com/apache/maven.git
o For a single integration test we can will use the fork once option which is the default
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@551675 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
ca9ad95695
commit
4210f182ed
|
@ -4,20 +4,6 @@
|
|||
<artifactId>maven-it</artifactId>
|
||||
<version>1.0-SNAPSHOT</version>
|
||||
<name>Maven Integration Tests</name>
|
||||
<build>
|
||||
<plugins>
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-surefire-plugin</artifactId>
|
||||
<configuration>
|
||||
<includes>
|
||||
<include>**/IntegrationTestSuite.java</include>
|
||||
</includes>
|
||||
<forkMode>never</forkMode>
|
||||
</configuration>
|
||||
</plugin>
|
||||
</plugins>
|
||||
</build>
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>org.apache.maven.shared</groupId>
|
||||
|
|
Loading…
Reference in New Issue