You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ti...@apache.org on 2019/08/14 22:46:53 UTC

[maven-archetype] branch buildfix updated: ugly experiment

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 1bdf29c  ugly experiment
1bdf29c is described below

commit 1bdf29c69f85f72db7b40c66951fefca264670be
Author: tibordigana <ti...@apache.org>
AuthorDate: Thu Aug 15 00:46:40 2019 +0200

    ugly experiment
---
 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 bcae17c..e3dcff1 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>true</enabled>
-            <checksumPolicy>ignore</checksumPolicy>
-            <updatePolicy>always</updatePolicy>
+            <enabled>false</enabled>
+            <!--<checksumPolicy>ignore</checksumPolicy>
+            <updatePolicy>always</updatePolicy>-->
           </snapshots>
         </repository>
       </repositories>