slawekjaranowski commented on code in PR #307:
URL: 
https://github.com/apache/maven-integration-testing/pull/307#discussion_r1338256489


##########
core-it-suite/src/test/resources-filtered/settings-remote.xml:
##########
@@ -67,6 +67,35 @@ plugins/artifacts from test repos so use of these settings 
should be the excepti
         </pluginRepository>
       </pluginRepositories>
     </profile>
+    <profile>
+      <id>asf-snapshot-repo</id>
+      <repositories>
+        <repository>
+          <id>asf-snapshot</id>
+          <name>Apache Maven Snapshot Repository</name>
+          <url>https://repository.apache.org/snapshots/</url>
+          <releases>
+            <enabled>false</enabled>
+          </releases>
+          <snapshots>
+            <enabled>true</enabled>
+          </snapshots>
+        </repository>
+      </repositories>
+      <pluginRepositories>
+        <pluginRepository>
+          <id>asf-snapshot</id>
+          <name>Apache Maven Snapshot Repository</name>
+          <url>https://repository.apache.org/snapshots/</url>
+          <releases>
+            <enabled>false</enabled>
+          </releases>
+          <snapshots>
+            <enabled>true</enabled>
+          </snapshots>
+        </pluginRepository>
+      </pluginRepositories>
+    </profile>

Review Comment:
   It fix only build on GitHub teh same local repo is used for build Maven and 
execute IT
   but on jenkins and on local host we have separate clean repo for ITs



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@maven.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to