Skip to content

Commit

Permalink
[MNG-6112] Central repository in the 4.0.0 super POM should declare u…
Browse files Browse the repository at this point in the history
…pdate policy 'never'.
  • Loading branch information
ChristianSchulte committed Nov 11, 2016
1 parent e3079b7 commit 6b0b7a9
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -572,8 +572,8 @@ public ArtifactRepository createDefaultRemoteRepository( MavenExecutionRequest r
throws Exception
{
return createRepository( RepositorySystem.DEFAULT_REMOTE_REPO_URL, RepositorySystem.DEFAULT_REMOTE_REPO_ID,
true, ArtifactRepositoryPolicy.UPDATE_POLICY_DAILY, false,
ArtifactRepositoryPolicy.UPDATE_POLICY_DAILY,
true, ArtifactRepositoryPolicy.UPDATE_POLICY_NEVER, false,
ArtifactRepositoryPolicy.UPDATE_POLICY_NEVER,
ArtifactRepositoryPolicy.CHECKSUM_POLICY_WARN );
}

Expand Down

0 comments on commit 6b0b7a9

Please sign in to comment.