| commit | 8fa8f83f5652dce05169db5f4ba8501d29d03e27 | [log] [tgz] |
|---|---|---|
| author | Benjamin Bentmann <bentmann@apache.org> | Tue Mar 10 11:05:08 2009 +0000 |
| committer | Benjamin Bentmann <bentmann@apache.org> | Tue Mar 10 11:05:08 2009 +0000 |
| tree | 2e450b1baa1149eb4b59bea0893a2e7b6142cbd6 | |
| parent | e29d62a96da507db8a2ca919baf4ccf439f4c154 [diff] |
o Stabilized IT git-svn-id: https://svn.apache.org/repos/asf/maven/plugins/trunk@752061 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/src/it/MJAR-70-recreation/pom.xml b/src/it/MJAR-70-recreation/pom.xml index b5bcdda..fc67fb2 100644 --- a/src/it/MJAR-70-recreation/pom.xml +++ b/src/it/MJAR-70-recreation/pom.xml
@@ -52,6 +52,8 @@ <copy file="target/MJAR-70-recreation-1.0-SNAPSHOT.jar" tofile="target/reference.jar" preservelastmodified="true" overwrite="true"/> + <!-- Enforce some time difference prior to building JAR again --> + <sleep seconds="2"/> </tasks> </configuration> </execution>