You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ol...@apache.org on 2022/02/28 02:27:42 UTC

[maven-compiler-plugin] branch ci-reporting updated: add snapshot repo for parent snapshot

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

olamy pushed a commit to branch ci-reporting
in repository https://gitbox.apache.org/repos/asf/maven-compiler-plugin.git


The following commit(s) were added to refs/heads/ci-reporting by this push:
     new 0fa4fc4  add snapshot repo for parent snapshot
0fa4fc4 is described below

commit 0fa4fc43f9f18a72af81abf0cfdb9be5065882f8
Author: Olivier Lamy <ol...@apache.org>
AuthorDate: Mon Feb 28 12:27:34 2022 +1000

    add snapshot repo for parent snapshot
    
    Signed-off-by: Olivier Lamy <ol...@apache.org>
---
 pom.xml | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/pom.xml b/pom.xml
index f49144e..d7f2992 100644
--- a/pom.xml
+++ b/pom.xml
@@ -99,6 +99,14 @@ under the License.
         <enabled>true</enabled>
       </snapshots>
     </repository>
+    <repository><!-- useful to resolve parent pom when it is a SNAPSHOT -->
+      <id>apache.snapshots</id>
+      <name>Apache Snapshot Repository</name>
+      <url>https://repository.apache.org/snapshots</url>
+      <releases>
+        <enabled>false</enabled>
+      </releases>
+    </repository>
   </repositories>
 
   <dependencyManagement>