Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 827e806

Browse filesBrowse files
Remove always updates policy for snapshot from mock repository
- artifact in local test repository are installed by build there are no need to refresh it from mock repository manager
1 parent 8cca653 commit 827e806
Copy full SHA for 827e806

File tree

Expand file treeCollapse file tree

1 file changed

+1
-5
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-5
lines changed

‎maven-enforcer-plugin/src/it/mrm/settings.xml

Copy file name to clipboardExpand all lines: maven-enforcer-plugin/src/it/mrm/settings.xml
+1-5Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -40,12 +40,10 @@
4040
<releases>
4141
<enabled>true</enabled>
4242
<checksumPolicy>ignore</checksumPolicy>
43-
<updatePolicy>never</updatePolicy>
4443
</releases>
4544
<snapshots>
4645
<enabled>true</enabled>
4746
<checksumPolicy>ignore</checksumPolicy>
48-
<updatePolicy>always</updatePolicy>
4947
</snapshots>
5048
</repository>
5149
</repositories>
@@ -56,12 +54,10 @@
5654
<releases>
5755
<enabled>true</enabled>
5856
<checksumPolicy>ignore</checksumPolicy>
59-
<updatePolicy>never</updatePolicy>
6057
</releases>
6158
<snapshots>
6259
<enabled>true</enabled>
6360
<checksumPolicy>ignore</checksumPolicy>
64-
<updatePolicy>always</updatePolicy>
6561
</snapshots>
6662
</pluginRepository>
6763
</pluginRepositories>
@@ -70,4 +66,4 @@
7066
<activeProfiles>
7167
<activeProfile>it-repo</activeProfile>
7268
</activeProfiles>
73-
</settings>
69+
</settings>

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.