You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by db...@apache.org on 2006/08/28 22:27:03 UTC

svn commit: r437813 - /geronimo/specs/branches/jee5_exp/pom.xml

Author: dblevins
Date: Mon Aug 28 13:27:02 2006
New Revision: 437813

URL: http://svn.apache.org/viewvc?rev=437813&view=rev
Log:
use the distributionManagement sections from genesis

Modified:
    geronimo/specs/branches/jee5_exp/pom.xml

Modified: geronimo/specs/branches/jee5_exp/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/specs/branches/jee5_exp/pom.xml?rev=437813&r1=437812&r2=437813&view=diff
==============================================================================
--- geronimo/specs/branches/jee5_exp/pom.xml (original)
+++ geronimo/specs/branches/jee5_exp/pom.xml Mon Aug 28 13:27:02 2006
@@ -1,4 +1,9 @@
 <project>
+  <parent>
+    <groupId>org.apache.geronimo.genesis.config</groupId>
+    <artifactId>project-config</artifactId>
+    <version>1.0.0-SNAPSHOT</version>
+  </parent>
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.geronimo.specs</groupId>
   <artifactId>jee5_exp_specs</artifactId>
@@ -23,21 +28,6 @@
   <build>
     <plugins>
       <plugin>
-        <artifactId>maven-one-plugin</artifactId>
-        <executions>
-          <execution>
-            <goals>
-              <goal>install-maven-one-repository</goal>
-              <goal>deploy-maven-one-repository</goal>
-            </goals>
-            <configuration>
-              <remoteRepositoryId>apache</remoteRepositoryId>
-              <remoteRepositoryUrl>scpexe://cvs.apache.org/www/cvs.apache.org/repository</remoteRepositoryUrl>
-            </configuration>
-          </execution>
-        </executions>
-      </plugin>
-      <plugin>
         <artifactId>maven-compiler-plugin</artifactId>
         <configuration>
           <source>1.5</source>
@@ -59,7 +49,7 @@
     <module>geronimo-spec-interceptor</module>
     <module>geronimo-spec-ejb</module>
     <module>geronimo-spec-jpa</module>
-    <module>geronimo-spec-servlet</module>
+<!--    <module>geronimo-spec-servlet</module> -->
     <module>geronimo-jta_1.1_spec</module>
   </modules>
 
@@ -118,22 +108,5 @@
       <url>http://snapshots.maven.codehaus.org/maven2</url>
     </pluginRepository>
   </pluginRepositories>
-
-  <distributionManagement>
-    <repository>
-      <id>apache-repo</id>
-      <name>Apache CVS Repository</name>
-      <url>scpexe://cvs.apache.org/www/www.apache.org/dist/java-repository</url>
-    </repository>
-    <snapshotRepository>
-      <id>apache-snapshots</id>
-      <name>Apache CVS Development Repository</name>
-      <url>scpexe://cvs.apache.org/www/cvs.apache.org/maven-snapshot-repository</url>
-    </snapshotRepository>
-    <site>
-      <id>geronimo-website</id>
-      <url>scpexe://minotaur.apache.org/www/geronimo.apache.org/maven/</url>
-    </site>
-  </distributionManagement>
 
 </project>