This is an automated email from the ASF dual-hosted git repository.
cdutz pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-training.git
The following commit(s) were added to refs/heads/master by this push:
new 5cb8501 - Made sure the right version of the
maven-scm-provider-gitexe is used after updating to apache parent 22
5cb8501 is described below
commit 5cb85015c875d911108fabac65d42a84901b77d6
Author: Christofer Dutz <[email protected]>
AuthorDate: Fri Jan 24 16:53:53 2020 +0100
- Made sure the right version of the maven-scm-provider-gitexe is used
after updating to apache parent 22
---
site/pom.xml | 14 ++++++++++++++
1 file changed, 14 insertions(+)
diff --git a/site/pom.xml b/site/pom.xml
index 83c4c14..d929f5e 100644
--- a/site/pom.xml
+++ b/site/pom.xml
@@ -181,6 +181,20 @@
manually take care of fetching and packaging these external resources
with the generated site.
-->
+ <!-- TODO: This is only required till the release of apache-parent 23
and can be removed after updating to that -->
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-scm-publish-plugin</artifactId>
+ <version>3.0.0</version>
+ <dependencies>
+ <dependency>
+ <groupId>org.apache.maven.scm</groupId>
+ <artifactId>maven-scm-provider-gitexe</artifactId>
+ <version>1.10.0</version>
+ </dependency>
+ </dependencies>
+ </plugin>
+
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-dependency-plugin</artifactId>