[jboss-cvs] JBossAS SVN: r67504 - projects/microcontainer/trunk.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Nov 27 11:06:51 EST 2007


Author: pgier
Date: 2007-11-27 11:06:51 -0500 (Tue, 27 Nov 2007)
New Revision: 67504

Modified:
   projects/microcontainer/trunk/pom.xml
Log:
Adding parent def to the aggregator pom so that snapshots can be deployed over webdav from hudson.  Dist. management config now inherited from parent.

Modified: projects/microcontainer/trunk/pom.xml
===================================================================
--- projects/microcontainer/trunk/pom.xml	2007-11-27 15:31:13 UTC (rev 67503)
+++ projects/microcontainer/trunk/pom.xml	2007-11-27 16:06:51 UTC (rev 67504)
@@ -10,6 +10,11 @@
 -->
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
   <modelVersion>4.0.0</modelVersion>
+  <parent>
+    <groupId>org.jboss</groupId>
+    <artifactId>jboss-parent</artifactId>
+    <version>3</version>
+  </parent>
   <groupId>org.jboss.microcontainer</groupId>
   <artifactId>jboss-microcontainer-aggregator</artifactId>
   <version>2.0.0-SNAPSHOT</version>
@@ -96,17 +101,4 @@
     </profile>
   </profiles>
 
-  <distributionManagement>
-    <repository>
-      <!-- Copy the distribution jar file to a local checkout of the maven repository 
-        -  This variable can be set in $MAVEN_HOME/conf/settings.xml -->
-      <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-cvs-commits mailing list