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 827e806 commit 07257fb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 1 addition & 3 deletions maven-enforcer-extension/src/it/mrm/settings.xml
Expand Up @@ -45,7 +45,6 @@
<snapshots>
<enabled>true</enabled>
<checksumPolicy>ignore</checksumPolicy>
<updatePolicy>always</updatePolicy>
</snapshots>
</repository>
</repositories>
Expand All @@ -61,7 +60,6 @@
<snapshots>
<enabled>true</enabled>
<checksumPolicy>ignore</checksumPolicy>
<updatePolicy>always</updatePolicy>
</snapshots>
</pluginRepository>
</pluginRepositories>
Expand All @@ -70,4 +68,4 @@
<activeProfiles>
<activeProfile>it-repo</activeProfile>
</activeProfiles>
</settings>
</settings>
2 changes: 2 additions & 0 deletions maven-enforcer-plugin/src/it/mrm/settings.xml
Expand Up @@ -40,6 +40,7 @@
<releases>
<enabled>true</enabled>
<checksumPolicy>ignore</checksumPolicy>
<updatePolicy>never</updatePolicy>
</releases>
<snapshots>
<enabled>true</enabled>
Expand All @@ -54,6 +55,7 @@
<releases>
<enabled>true</enabled>
<checksumPolicy>ignore</checksumPolicy>
<updatePolicy>never</updatePolicy>
</releases>
<snapshots>
<enabled>true</enabled>
Expand Down

0 comments on commit 07257fb

Please sign in to comment.