You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by jd...@apache.org on 2008/03/27 11:45:41 UTC

svn commit: r641778 - /geronimo/genesis/trunk/pom.xml

Author: jdillon
Date: Thu Mar 27 03:45:33 2008
New Revision: 641778

URL: http://svn.apache.org/viewvc?rev=641778&view=rev
Log:
Update version and start to refactor muck

Modified:
    geronimo/genesis/trunk/pom.xml

Modified: geronimo/genesis/trunk/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/genesis/trunk/pom.xml?rev=641778&r1=641777&r2=641778&view=diff
==============================================================================
--- geronimo/genesis/trunk/pom.xml (original)
+++ geronimo/genesis/trunk/pom.xml Thu Mar 27 03:45:33 2008
@@ -24,19 +24,13 @@
 
     <modelVersion>4.0.0</modelVersion>
 
-    <parent>
-        <groupId>org.apache</groupId>
-        <artifactId>apache</artifactId>
-        <version>3</version>
-    </parent>
-
     <groupId>org.apache.geronimo.genesis</groupId>
     <artifactId>genesis</artifactId>
     <name>Genesis</name>
     <packaging>pom</packaging>
     <inceptionYear>2003</inceptionYear>
 
-    <version>1.5-SNAPSHOT</version>
+    <version>2.0-SNAPSHOT</version>
 
     <description>
         Genesis provides support for Maven2 builds; adding shared configurations and common plugins.
@@ -205,11 +199,6 @@
         </site>
     </distributionManagement>
 
-    <modules>
-        <module>config</module>
-        <module>plugins</module>
-    </modules>
-
     <profiles>
         <profile>
             <id>release</id>
@@ -226,7 +215,6 @@
                         </configuration>
                     </plugin>
 
-                    <!-- We want a source jar -->
                     <plugin>
                         <groupId>org.apache.maven.plugins</groupId>
                         <artifactId>maven-source-plugin</artifactId>
@@ -239,7 +227,6 @@
                         </executions>
                     </plugin>
 
-                    <!-- We want to sign the artifact, the POM, and all attached artifacts -->
                     <plugin>
                         <groupId>org.apache.maven.plugins</groupId>
                         <artifactId>maven-gpg-plugin</artifactId>
@@ -256,7 +243,6 @@
                         </executions>
                     </plugin>
 
-                    <!-- We want to deploy the artifact to a staging location for perusal -->
                     <plugin>
                         <groupId>org.apache.maven.plugins</groupId>
                         <artifactId>maven-deploy-plugin</artifactId>
@@ -267,46 +253,6 @@
                         </configuration>
                     </plugin>
 
-                    <!-- We want the JavaDoc JAR published with the release -->
-                    <plugin>
-                        <groupId>org.apache.maven.plugins</groupId>
-                        <artifactId>maven-javadoc-plugin</artifactId>
-                        <inherited>true</inherited>
-                        <configuration>
-                            <source>1.5</source>
-                        </configuration>
-                        <executions>
-                            <execution>
-                                <id>attach-javadocs</id>
-                                <goals>
-                                    <goal>jar</goal>
-                                </goals>
-                            </execution>
-                        </executions>
-                    </plugin>
-                </plugins>
-            </build>
-        </profile>
-
-        <profile>
-            <id>full</id>
-
-            <build>
-                <plugins>
-                    <!-- We want a source jar -->
-                    <plugin>
-                        <groupId>org.apache.maven.plugins</groupId>
-                        <artifactId>maven-source-plugin</artifactId>
-                        <executions>
-                            <execution>
-                                <goals>
-                                    <goal>jar</goal>
-                                </goals>
-                            </execution>
-                        </executions>
-                    </plugin>
-
-                    <!-- We want the JavaDoc JAR published with the release -->
                     <plugin>
                         <groupId>org.apache.maven.plugins</groupId>
                         <artifactId>maven-javadoc-plugin</artifactId>