Skip to content

Commit

Permalink
Remove always updates policy for snapshot from mock repository
Browse files Browse the repository at this point in the history
 - artifact in local test repository are installed by build
   there are no need to refresh it from mock repository manager
  • Loading branch information
slawekjaranowski committed Jun 4, 2022
1 parent 8cca653 commit 827e806
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions maven-enforcer-plugin/src/it/mrm/settings.xml
Expand Up @@ -40,12 +40,10 @@
<releases>
<enabled>true</enabled>
<checksumPolicy>ignore</checksumPolicy>
<updatePolicy>never</updatePolicy>
</releases>
<snapshots>
<enabled>true</enabled>
<checksumPolicy>ignore</checksumPolicy>
<updatePolicy>always</updatePolicy>
</snapshots>
</repository>
</repositories>
Expand All @@ -56,12 +54,10 @@
<releases>
<enabled>true</enabled>
<checksumPolicy>ignore</checksumPolicy>
<updatePolicy>never</updatePolicy>
</releases>
<snapshots>
<enabled>true</enabled>
<checksumPolicy>ignore</checksumPolicy>
<updatePolicy>always</updatePolicy>
</snapshots>
</pluginRepository>
</pluginRepositories>
Expand All @@ -70,4 +66,4 @@
<activeProfiles>
<activeProfile>it-repo</activeProfile>
</activeProfiles>
</settings>
</settings>

0 comments on commit 827e806

Please sign in to comment.