mirror of https://github.com/apache/maven.git
only write local metadata if an update was found, avoids assuming a SNAPSHOT file that might not exist and getting stuck with it
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@168142 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
7f7a1049e6
commit
5a40c40754
|
@ -126,8 +126,9 @@ public class SnapshotTransformation
|
|||
artifact.setRepository( remoteRepository );
|
||||
|
||||
localMetadata = remoteMetadata;
|
||||
|
||||
checkedUpdates = true;
|
||||
}
|
||||
checkedUpdates = true;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue