This is an automated email from the ASF dual-hosted git repository.

tibordigana pushed a commit to branch buildfix
in repository https://gitbox.apache.org/repos/asf/maven-archetype.git


The following commit(s) were added to refs/heads/buildfix by this push:
     new a86369f  Revert "ugly experiment"
a86369f is described below

commit a86369fdcc6e4caea914e2faef06c885a84bb152
Author: tibordigana <tibordig...@apache.org>
AuthorDate: Thu Aug 15 01:05:32 2019 +0200

    Revert "ugly experiment"
    
    This reverts commit 1bdf29c6
---
 maven-archetype-plugin/src/it/mrm/settings.xml | 20 ++++++++++----------
 1 file changed, 10 insertions(+), 10 deletions(-)

diff --git a/maven-archetype-plugin/src/it/mrm/settings.xml 
b/maven-archetype-plugin/src/it/mrm/settings.xml
index e3dcff1..bcae17c 100644
--- a/maven-archetype-plugin/src/it/mrm/settings.xml
+++ b/maven-archetype-plugin/src/it/mrm/settings.xml
@@ -24,7 +24,7 @@ under the License.
       <id>mrm-maven-plugin</id>
       <name>Mock Repository Manager</name>
       <url>@repository.proxy.url@</url>
-      <mirrorOf>!archetype</mirrorOf>
+      <mirrorOf>*,!archetype</mirrorOf>
     </mirror>
   </mirrors>
   <profiles>
@@ -40,16 +40,16 @@ under the License.
           <releases>
             <enabled>true</enabled>
             <checksumPolicy>ignore</checksumPolicy>
-<!--            <updatePolicy>never</updatePolicy>-->
+            <updatePolicy>never</updatePolicy>
           </releases>
-          <!--<snapshots>
+          <snapshots>
             <enabled>true</enabled>
             <checksumPolicy>ignore</checksumPolicy>
             <updatePolicy>always</updatePolicy>
-          </snapshots>-->
+          </snapshots>
         </repository>
       </repositories>
-      <!--<pluginRepositories>
+      <pluginRepositories>
         <pluginRepository>
           <id>snapshots</id>
           <url>@repository.proxy.url@</url>
@@ -64,7 +64,7 @@ under the License.
             <updatePolicy>always</updatePolicy>
           </snapshots>
         </pluginRepository>
-      </pluginRepositories>-->
+      </pluginRepositories>
     </profile>
     
     <profile>
@@ -76,12 +76,12 @@ under the License.
           <releases>
             <enabled>true</enabled>
             <checksumPolicy>ignore</checksumPolicy>
-<!--            <updatePolicy>never</updatePolicy>-->
+            <updatePolicy>never</updatePolicy>
           </releases>
           <snapshots>
-            <enabled>false</enabled>
-            <!--<checksumPolicy>ignore</checksumPolicy>
-            <updatePolicy>always</updatePolicy>-->
+            <enabled>true</enabled>
+            <checksumPolicy>ignore</checksumPolicy>
+            <updatePolicy>always</updatePolicy>
           </snapshots>
         </repository>
       </repositories>

Reply via email to