You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by hb...@apache.org on 2017/12/09 15:27:30 UTC

[maven-jdeps-plugin] 18/34: configured scm, issueManagement and distributionManagement.site

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

hboutemy pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-jdeps-plugin.git

commit 875242d9294d6dd59023640f5f3c09fcea54c95b
Author: Herve Boutemy <hb...@apache.org>
AuthorDate: Mon Oct 26 21:28:39 2015 +0000

    configured scm, issueManagement and distributionManagement.site
    
    git-svn-id: https://svn.apache.org/repos/asf/maven/plugins/trunk@1710702 13f79535-47bb-0310-9956-ffa450edef68
---
 pom.xml | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)

diff --git a/pom.xml b/pom.xml
index a48cd16..45d7724 100644
--- a/pom.xml
+++ b/pom.xml
@@ -42,6 +42,22 @@ under the License.
     <maven>${mavenVersion}</maven>
   </prerequisites>
   
+  <scm>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/maven/plugins/trunk/maven-jdeps-plugin</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/plugins/trunk/maven-jdeps-plugin</developerConnection>
+    <url>http://svn.apache.org/viewvc/maven/plugins/trunk/maven-jdeps-plugin</url>
+  </scm>
+  <issueManagement>
+    <system>JIRA</system>
+    <url>https://issues.apache.org/jira/browse/MJDEPS</url>
+  </issueManagement>
+  <distributionManagement>
+    <site>
+      <id>apache.website</id>
+      <url>scm:svn:https://svn.apache.org/repos/infra/websites/production/maven/components/${maven.site.path}</url>
+    </site>
+  </distributionManagement>
+
   <properties>
     <mavenVersion>3.0</mavenVersion>
   </properties>

-- 
To stop receiving notification emails like this one, please contact
"commits@maven.apache.org" <co...@maven.apache.org>.