[gatein-commits] gatein SVN: r708 - tools/maven/doc-style/trunk.

do-not-reply at jboss.org do-not-reply at jboss.org
Thu Nov 19 19:24:42 EST 2009


Author: aheritier
Date: 2009-11-19 19:24:42 -0500 (Thu, 19 Nov 2009)
New Revision: 708

Modified:
   tools/maven/doc-style/trunk/pom.xml
Log:
inherit from org.gatein:gatein-parent:1.0.0-Beta04

Modified: tools/maven/doc-style/trunk/pom.xml
===================================================================
--- tools/maven/doc-style/trunk/pom.xml	2009-11-20 00:22:40 UTC (rev 707)
+++ tools/maven/doc-style/trunk/pom.xml	2009-11-20 00:24:42 UTC (rev 708)
@@ -1,9 +1,16 @@
 <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.gatein</groupId>
+      <artifactId>gatein-parent</artifactId>
+      <version>1.0.0-Beta04</version>
+   </parent>
+
    <groupId>org.gatein.doc</groupId>
    <artifactId>parent</artifactId>
    <packaging>pom</packaging>
-   <name>GateIn Doc - Aggregator POM</name>
+   <name>GateIn - Doc Style</name>
    <version>1.0.0-GA-SNAPSHOT</version>
    
    <scm>
@@ -78,21 +85,6 @@
       </pluginRepository>
    </pluginRepositories>
    
-   <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>
-   
    <modules>
       <module>gatein-docbook-xslt</module>
       <module>gatein-jdocbook-style</module>



More information about the gatein-commits mailing list