o Decoupled ITs from timestamp granularity of filesystem

git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@902676 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Benjamin Bentmann 2010-01-24 23:29:43 +00:00
parent 5d2f29db76
commit 9628859d06
11 changed files with 7 additions and 37 deletions

View File

@ -109,7 +109,7 @@ public class MavenITmng4231SnapshotUpdatePolicyTest
verifier.resetStreams();
Properties checksums = verifier.loadProperties( "target/checksum.properties" );
assertChecksum( "97c4e1a857d8957594ccbd2ac19d51885478ec80", "a-0.1-SNAPSHOT.jar", checksums );
assertChecksum( "ec6c9ea65766cc272df0ee26076240d6a93047d5", "a-0.1-SNAPSHOT.jar", checksums );
assertChecksum( "", "b-0.1-SNAPSHOT.jar", checksums );
}

View File

@ -27,10 +27,5 @@ under the License.
<version>0.1-SNAPSHOT</version>
<packaging>jar</packaging>
<distributionManagement>
<repository>
<id>maven-core-it</id>
<url>file:///${basedir}/repo</url>
</repository>
</distributionManagement>
<!-- NOTE: Needs to have different size than other snapshot to avoid optimization pitfall -->
</project>

View File

@ -33,10 +33,5 @@ under the License.
<version>0.1-SNAPSHOT</version>
<packaging>jar</packaging>
<distributionManagement>
<repository>
<id>maven-core-it</id>
<url>file:///${basedir}/repo</url>
</repository>
</distributionManagement>
<!-- NOTE: Needs to have different size than other snapshot to avoid optimization pitfall -->
</project>

View File

@ -27,10 +27,5 @@ under the License.
<version>0.1-SNAPSHOT</version>
<packaging>pom</packaging>
<distributionManagement>
<repository>
<id>maven-core-it</id>
<url>file:///${basedir}/repo</url>
</repository>
</distributionManagement>
<!-- NOTE: Needs to have different size than other snapshot to avoid optimization pitfall -->
</project>

View File

@ -27,12 +27,7 @@ under the License.
<version>0.1-SNAPSHOT</version>
<packaging>pom</packaging>
<distributionManagement>
<repository>
<id>maven-core-it</id>
<url>file:///${basedir}/repo</url>
</repository>
</distributionManagement>
<!-- NOTE: Needs to have different size than other snapshot to avoid optimization pitfall -->
<build>
<plugins>

View File

@ -27,12 +27,7 @@ under the License.
<version>0.2-SNAPSHOT</version>
<packaging>jar</packaging>
<distributionManagement>
<repository>
<id>maven-core-it</id>
<url>file:///${basedir}/repo</url>
</repository>
</distributionManagement>
<!-- NOTE: Needs to have different size than other snapshot to avoid optimization pitfall -->
<properties>
<maven.test.skip>true</maven.test.skip>

View File

@ -33,12 +33,7 @@ under the License.
</description>
<inceptionYear>2009</inceptionYear>
<distributionManagement>
<repository>
<id>maven-core-it</id>
<url>file:///${basedir}/repo</url>
</repository>
</distributionManagement>
<!-- NOTE: Needs to have different size than other snapshot to avoid optimization pitfall -->
<properties>
<maven.test.skip>true</maven.test.skip>