no need of clean

This commit is contained in:
Olivier Lamy 2015-10-07 13:57:29 +11:00
parent 795d6d3957
commit 649b915e81
3 changed files with 3 additions and 2 deletions

View File

@ -125,6 +125,7 @@
<configuration>
<settingsFile>${basedir}/src/test/test-settings.xml</settingsFile>
<localRepositoryPath>${project.build.directory}/local-repo</localRepositoryPath>
</configuration>
</plugin>
</plugins>

View File

@ -99,7 +99,7 @@ public class SimpleArtifactConsumerTest
consumer.beginScan( testRepository, new Date() );
consumer.processFile( "org/simple/test/testartifact/testartifact/1.0/testartifact-1.0.pom" );
consumer.processFile( "org/simple/test/testartifact/testartifact/1.1/testartifact-1.1.pom" );
}
}

View File

@ -1 +1 @@
clean,verify,-Dsurefire.useFile=false
verify,-Dsurefire.useFile=false