mirror of https://github.com/apache/maven.git
ensure it gets checked
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@225782 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
5d82fcb8a6
commit
78770ba39f
|
@ -314,6 +314,7 @@ public class DefaultMavenProjectBuilder
|
|||
artifact.getArtifactId() + ": updating metadata due to status of '" + status + "'" );
|
||||
try
|
||||
{
|
||||
artifact.setFile( null );
|
||||
artifactResolver.resolveAlways( artifact, remoteArtifactRepositories, localRepository );
|
||||
}
|
||||
catch ( ArtifactResolutionException e )
|
||||
|
|
Loading…
Reference in New Issue