[jboss-svn-commits] JBL Code SVN: r18494 - in labs/jbosslabs/trunk/doc: jbossorg-jdocbook-style and 1 other directory.

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Mon Feb 18 07:18:07 EST 2008


Author: newtonm
Date: 2008-02-18 07:18:07 -0500 (Mon, 18 Feb 2008)
New Revision: 18494

Modified:
   labs/jbosslabs/trunk/doc/jbossorg-docbook-xslt/pom.xml
   labs/jbosslabs/trunk/doc/jbossorg-jdocbook-style/pom.xml
Log:
Added distributionManagement sections to poms.

Modified: labs/jbosslabs/trunk/doc/jbossorg-docbook-xslt/pom.xml
===================================================================
--- labs/jbosslabs/trunk/doc/jbossorg-docbook-xslt/pom.xml	2008-02-18 11:08:03 UTC (rev 18493)
+++ labs/jbosslabs/trunk/doc/jbossorg-docbook-xslt/pom.xml	2008-02-18 12:18:07 UTC (rev 18494)
@@ -30,4 +30,19 @@
         </dependencies>
     </dependencyManagement>
 
+    <distributionManagement>
+        <repository>
+            <!-- Copy the dist to the local checkout of the JBoss maven2 repo ${maven.repository.root} -->
+            <!-- It is anticipated that ${maven.repository.root} be set in user's settings.xml -->
+            <!-- todo : replace this with direct svn access once the svnkit providers are available -->
+            <id>repository.jboss.org</id>
+            <url>file://${maven.repository.root}</url>
+        </repository>
+        <snapshotRepository>
+            <id>snapshots.jboss.org</id>
+            <name>JBoss Snapshot Repository</name>
+            <url>dav:https://snapshots.jboss.org/maven2</url>
+        </snapshotRepository>
+    </distributionManagement>
+
 </project>

Modified: labs/jbosslabs/trunk/doc/jbossorg-jdocbook-style/pom.xml
===================================================================
--- labs/jbosslabs/trunk/doc/jbossorg-jdocbook-style/pom.xml	2008-02-18 11:08:03 UTC (rev 18493)
+++ labs/jbosslabs/trunk/doc/jbossorg-jdocbook-style/pom.xml	2008-02-18 12:18:07 UTC (rev 18494)
@@ -29,4 +29,19 @@
         </plugins>
     </build>
 
+    <distributionManagement>
+        <repository>
+            <!-- Copy the dist to the local checkout of the JBoss maven2 repo ${maven.repository.root} -->
+            <!-- It is anticipated that ${maven.repository.root} be set in user's settings.xml -->
+            <!-- todo : replace this with direct svn access once the svnkit providers are available -->
+            <id>repository.jboss.org</id>
+            <url>file://${maven.repository.root}</url>
+        </repository>
+        <snapshotRepository>
+            <id>snapshots.jboss.org</id>
+            <name>JBoss Snapshot Repository</name>
+            <url>dav:https://snapshots.jboss.org/maven2</url>
+        </snapshotRepository>
+    </distributionManagement>
+
 </project>




More information about the jboss-svn-commits mailing list