mirror of https://github.com/apache/maven.git
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:
parent
5d2f29db76
commit
9628859d06
|
@ -109,7 +109,7 @@ public class MavenITmng4231SnapshotUpdatePolicyTest
|
||||||
verifier.resetStreams();
|
verifier.resetStreams();
|
||||||
|
|
||||||
Properties checksums = verifier.loadProperties( "target/checksum.properties" );
|
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 );
|
assertChecksum( "", "b-0.1-SNAPSHOT.jar", checksums );
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Binary file not shown.
|
@ -27,10 +27,5 @@ under the License.
|
||||||
<version>0.1-SNAPSHOT</version>
|
<version>0.1-SNAPSHOT</version>
|
||||||
<packaging>jar</packaging>
|
<packaging>jar</packaging>
|
||||||
|
|
||||||
<distributionManagement>
|
<!-- NOTE: Needs to have different size than other snapshot to avoid optimization pitfall -->
|
||||||
<repository>
|
|
||||||
<id>maven-core-it</id>
|
|
||||||
<url>file:///${basedir}/repo</url>
|
|
||||||
</repository>
|
|
||||||
</distributionManagement>
|
|
||||||
</project>
|
</project>
|
||||||
|
|
Binary file not shown.
|
@ -33,10 +33,5 @@ under the License.
|
||||||
<version>0.1-SNAPSHOT</version>
|
<version>0.1-SNAPSHOT</version>
|
||||||
<packaging>jar</packaging>
|
<packaging>jar</packaging>
|
||||||
|
|
||||||
<distributionManagement>
|
<!-- NOTE: Needs to have different size than other snapshot to avoid optimization pitfall -->
|
||||||
<repository>
|
|
||||||
<id>maven-core-it</id>
|
|
||||||
<url>file:///${basedir}/repo</url>
|
|
||||||
</repository>
|
|
||||||
</distributionManagement>
|
|
||||||
</project>
|
</project>
|
||||||
|
|
|
@ -27,10 +27,5 @@ under the License.
|
||||||
<version>0.1-SNAPSHOT</version>
|
<version>0.1-SNAPSHOT</version>
|
||||||
<packaging>pom</packaging>
|
<packaging>pom</packaging>
|
||||||
|
|
||||||
<distributionManagement>
|
<!-- NOTE: Needs to have different size than other snapshot to avoid optimization pitfall -->
|
||||||
<repository>
|
|
||||||
<id>maven-core-it</id>
|
|
||||||
<url>file:///${basedir}/repo</url>
|
|
||||||
</repository>
|
|
||||||
</distributionManagement>
|
|
||||||
</project>
|
</project>
|
||||||
|
|
|
@ -27,12 +27,7 @@ under the License.
|
||||||
<version>0.1-SNAPSHOT</version>
|
<version>0.1-SNAPSHOT</version>
|
||||||
<packaging>pom</packaging>
|
<packaging>pom</packaging>
|
||||||
|
|
||||||
<distributionManagement>
|
<!-- NOTE: Needs to have different size than other snapshot to avoid optimization pitfall -->
|
||||||
<repository>
|
|
||||||
<id>maven-core-it</id>
|
|
||||||
<url>file:///${basedir}/repo</url>
|
|
||||||
</repository>
|
|
||||||
</distributionManagement>
|
|
||||||
|
|
||||||
<build>
|
<build>
|
||||||
<plugins>
|
<plugins>
|
||||||
|
|
Binary file not shown.
|
@ -27,12 +27,7 @@ under the License.
|
||||||
<version>0.2-SNAPSHOT</version>
|
<version>0.2-SNAPSHOT</version>
|
||||||
<packaging>jar</packaging>
|
<packaging>jar</packaging>
|
||||||
|
|
||||||
<distributionManagement>
|
<!-- NOTE: Needs to have different size than other snapshot to avoid optimization pitfall -->
|
||||||
<repository>
|
|
||||||
<id>maven-core-it</id>
|
|
||||||
<url>file:///${basedir}/repo</url>
|
|
||||||
</repository>
|
|
||||||
</distributionManagement>
|
|
||||||
|
|
||||||
<properties>
|
<properties>
|
||||||
<maven.test.skip>true</maven.test.skip>
|
<maven.test.skip>true</maven.test.skip>
|
||||||
|
|
Binary file not shown.
|
@ -33,12 +33,7 @@ under the License.
|
||||||
</description>
|
</description>
|
||||||
<inceptionYear>2009</inceptionYear>
|
<inceptionYear>2009</inceptionYear>
|
||||||
|
|
||||||
<distributionManagement>
|
<!-- NOTE: Needs to have different size than other snapshot to avoid optimization pitfall -->
|
||||||
<repository>
|
|
||||||
<id>maven-core-it</id>
|
|
||||||
<url>file:///${basedir}/repo</url>
|
|
||||||
</repository>
|
|
||||||
</distributionManagement>
|
|
||||||
|
|
||||||
<properties>
|
<properties>
|
||||||
<maven.test.skip>true</maven.test.skip>
|
<maven.test.skip>true</maven.test.skip>
|
||||||
|
|
Loading…
Reference in New Issue