mirror of https://github.com/apache/maven.git
always touch the file if updates are checked
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@169840 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
f1ddecc967
commit
fec33b1885
|
@ -117,14 +117,8 @@ public abstract class AbstractVersionTransformation
|
|||
artifact.setRepository( remoteRepository );
|
||||
|
||||
localMetadata = remoteMetadata;
|
||||
|
||||
checkedUpdates = true;
|
||||
}
|
||||
else if ( difference == 0 )
|
||||
{
|
||||
// Identical, simply touch the file to prevent re-checking
|
||||
checkedUpdates = true;
|
||||
}
|
||||
checkedUpdates = true;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue