You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ws.apache.org by dk...@apache.org on 2021/09/20 20:46:16 UTC

[ws-xmlschema] branch master updated: Fix dependencies needed for deploying site

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

dkulp pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ws-xmlschema.git


The following commit(s) were added to refs/heads/master by this push:
     new daf9edc  Fix dependencies needed for deploying site
daf9edc is described below

commit daf9edcc466e1ebceec2d7f0ef743e380ad386c0
Author: Daniel Kulp <dk...@apache.org>
AuthorDate: Mon Sep 20 16:45:29 2021 -0400

    Fix dependencies needed for deploying site
---
 pom.xml | 19 ++++++++++++++++++-
 1 file changed, 18 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 4be6a2d..3e4e6de 100644
--- a/pom.xml
+++ b/pom.xml
@@ -70,7 +70,7 @@
     </prerequisites>
     <distributionManagement>
         <site>
-            <id>apache.cxf.site</id>
+            <id>webservices-website</id>
             <url>scm:svn:https://svn.apache.org/repos/asf/webservices/website/xmlschema/</url>
         </site>
     </distributionManagement>
@@ -234,6 +234,23 @@
                     <groupId>org.apache.maven.plugins</groupId>
                     <artifactId>maven-site-plugin</artifactId>
                     <version>3.9.1</version>
+                    <dependencies>
+                      <dependency>
+                        <groupId>org.apache.maven.wagon</groupId>
+                        <artifactId>wagon-scm</artifactId>
+                        <version>3.4.3</version>
+                      </dependency>
+                      <dependency>
+                        <groupId>org.apache.maven.scm</groupId>
+                        <artifactId>maven-scm-api</artifactId>
+                        <version>1.11.2</version>
+                      </dependency>
+                      <dependency>
+                        <groupId>org.apache.maven.scm</groupId>
+                        <artifactId>maven-scm-provider-svnexe</artifactId>
+                        <version>1.11.2</version>
+                      </dependency>
+                    </dependencies>
                 </plugin>
                 <!--This plugin's configuration is used to store Eclipse m2e settings only. It has no influence on the Maven build itself.-->
                 <plugin>