You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by sl...@apache.org on 2022/07/17 14:33:08 UTC

[maven-dist-tool] branch master updated: (doc) try to fix ci errors

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

slachiewicz pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-dist-tool.git


The following commit(s) were added to refs/heads/master by this push:
     new cfe03de  (doc) try to fix ci errors
cfe03de is described below

commit cfe03dee967432727a28b339bc930e915fa94eaa
Author: Sylwester Lachiewicz <sl...@apache.org>
AuthorDate: Sun Jul 17 16:32:35 2022 +0200

    (doc) try to fix ci errors
---
 pom.xml | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/pom.xml b/pom.xml
index fe91aab..3806b90 100644
--- a/pom.xml
+++ b/pom.xml
@@ -80,6 +80,12 @@
       <version>${mvnversion}</version>
       <scope>provided</scope>
     </dependency>
+    <dependency>
+      <groupId>org.apache.maven</groupId>
+      <artifactId>maven-artifact</artifactId>
+      <version>${mvnversion}</version>
+      <scope>provided</scope>
+    </dependency>
     <dependency>
       <groupId>org.apache.maven</groupId>
       <artifactId>maven-compat</artifactId>
@@ -247,6 +253,8 @@
             <ignoreDistFailure>apache-incubator-disclaimer-resource-bundle:1.1</ignoreDistFailure>
             <ignoreDistFailure>apache-jar-resource-bundle:1.4</ignoreDistFailure>
             <ignoreDistFailure>apache-license-header-resource-bundle:1.1</ignoreDistFailure>
+            <!-- temp ignore, wait for final release -->
+            <ignoreDistFailure>maven-scm:2.0.0-M1</ignoreDistFailure>
           </ignoreDistFailures>
         </configuration>
         <reportSets>