You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@velocity.apache.org by ap...@apache.org on 2010/11/03 20:40:17 UTC

svn commit: r1030629 - in /velocity/site-tools/trunk: pom.xml velocity-site-doxia-renderer/pom.xml velocity-site-news-plugin/pom.xml velocity-site-skin/pom.xml

Author: apetrelli
Date: Wed Nov  3 19:40:16 2010
New Revision: 1030629

URL: http://svn.apache.org/viewvc?rev=1030629&view=rev
Log:
Optimized POMs for site tools modules.

Modified:
    velocity/site-tools/trunk/pom.xml
    velocity/site-tools/trunk/velocity-site-doxia-renderer/pom.xml
    velocity/site-tools/trunk/velocity-site-news-plugin/pom.xml
    velocity/site-tools/trunk/velocity-site-skin/pom.xml

Modified: velocity/site-tools/trunk/pom.xml
URL: http://svn.apache.org/viewvc/velocity/site-tools/trunk/pom.xml?rev=1030629&r1=1030628&r2=1030629&view=diff
==============================================================================
--- velocity/site-tools/trunk/pom.xml (original)
+++ velocity/site-tools/trunk/pom.xml Wed Nov  3 19:40:16 2010
@@ -24,9 +24,9 @@ under the License.
          xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
 
     <parent>
-        <artifactId>apache</artifactId>
-        <groupId>org.apache</groupId>
-        <version>7</version>
+        <artifactId>velocity-master</artifactId>
+        <groupId>org.apache.velocity</groupId>
+        <version>1-SNAPSHOT</version>
     </parent>
 	<modelVersion>4.0.0</modelVersion>
 
@@ -42,13 +42,14 @@ under the License.
     <modules>
         <module>velocity-site-skin</module>
         <module>velocity-site-news-plugin</module>
+        <module>velocity-site-doxia-renderer</module>
     </modules>
 
     <scm>
-        <connection>scm:svn:http://svn.apache.org/repos/asf/velocity/site/tools</connection>
-        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/velocity/site/tools</developerConnection>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/velocity/site-tools/trunk</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/velocity/site-tools/trunk</developerConnection>
         <tag>HEAD</tag>
-        <url>http://svn.apache.org/viewvc/velocity/site/tools</url>
+        <url>http://svn.apache.org/viewvc/velocity/site-tools/trunk</url>
     </scm>
 
     <distributionManagement>
@@ -58,168 +59,6 @@ under the License.
         </site>
     </distributionManagement>
 
-    <developers>
-        <developer>
-            <name>Claude Brisson</name>
-            <id>cbrisson</id>
-            <roles>
-                <role>Java developer</role>
-                <role>PMC Member</role>
-            </roles>
-        </developer>
-
-        <developer>
-            <name>Nathan Bubna</name>
-            <id>nbubna</id>
-            <email>nathan@esha.com</email>
-            <organization>ESHA Research</organization>
-            <roles>
-                <role>Java developer</role>
-                <role>PMC Member</role>
-            </roles>
-        </developer>
-
-        <developer>
-            <name>Will Glass-Husain</name>
-            <id>wglass</id>
-            <email>wglass@forio.com</email>
-            <organization>Forio Business Simulations</organization>
-            <roles>
-                <role>Java developer</role>
-                <role>PMC Chair</role>
-            </roles>
-        </developer>
-
-        <developer>
-            <name>Marinó A. Jónsson</name>
-            <id>marino</id>
-            <email>marinoj@centrum.is</email>
-            <roles>
-                <role>Java developer</role>
-                <role>PMC Member</role>
-            </roles>
-        </developer>
-
-        <developer>
-            <name>Geir Magnusson Jr.</name>
-            <id>geirm</id>
-            <email>geirm@optonline.net</email>
-            <organization>Independent (DVSL Maven)</organization>
-            <roles>
-                <role>Java developer</role>
-                <role>PMC Member</role>
-            </roles>
-        </developer>
-
-        <developer>
-            <name>Daniel Rall</name>
-            <id>dlr</id>
-            <email>dlr@finemaltcoding.com</email>
-            <organization>CollabNet, Inc.</organization>
-            <roles>
-                <role>Java developer</role>
-                <role>PMC Member</role>
-            </roles>
-        </developer>
-
-        <developer>
-            <name>Henning P. Schmiedehausen</name>
-            <id>henning</id>
-            <organization>The Henning Schmiedehausen Organization</organization>
-            <roles>
-                <role>Java developer</role>
-                <role>PMC Member</role>
-            </roles>
-            <timezone>-7</timezone>
-        </developer>
-
-        <developer>
-            <name>Jon S. Stevens</name>
-            <id>jons</id>
-            <roles>
-                <role>Emeritus</role>
-            </roles>
-        </developer>
-
-        <developer>
-            <name>Jason van Zyl</name>
-            <id>jvanzyl</id>
-            <roles>
-                <role>Emeritus</role>
-            </roles>
-        </developer>
-
-        <developer>
-            <name>Christopher Schultz</name>
-            <id>schultz</id>
-            <roles>
-                <role>Java developer</role>
-            </roles>
-            <timezone>-5</timezone>
-        </developer>
-
-        <developer>
-            <name>Antonio Petrelli</name>
-            <id>apetrelli</id>
-            <roles>
-                <role>Java developer</role>
-            </roles>
-            <timezone>+1</timezone>
-        </developer>
-
-    </developers>
-
-    <mailingLists>
-        <mailingList>
-            <name>general</name>
-            <subscribe>general-subscribe@velocity.apache.org</subscribe>
-            <unsubscribe>general-unsubscribe@velocity.apache.org</unsubscribe>
-            <post>general@velocity.apache.org</post>
-            <archive>http://mail-archives.apache.org/mod_mbox/velocity-general/</archive>
-        </mailingList>
-
-        <mailingList>
-            <name>user</name>
-            <subscribe>user-subscribe@velocity.apache.org</subscribe>
-            <unsubscribe>user-unsubscribe@velocity.apache.org</unsubscribe>
-            <post>user@velocity.apache.org</post>
-            <archive>http://mail-archives.apache.org/mod_mbox/velocity-user/</archive>
-            <otherArchives>
-                <otherArchive>http://www.nabble.com/Velocity---User-f347.html</otherArchive>
-                <otherArchive>http://www.mail-archive.com/user@velocity.apache.org/</otherArchive>
-            </otherArchives>
-        </mailingList>
-
-        <mailingList>
-            <name>dev</name>
-            <subscribe>dev-subscribe@velocity.apache.org</subscribe>
-            <unsubscribe>dev-unsubscribe@velocity.apache.org</unsubscribe>
-            <post>dev@velocity.apache.org</post>
-            <archive>http://mail-archives.apache.org/mod_mbox/velocity-dev/</archive>
-            <otherArchives>
-                <otherArchive>http://www.nabble.com/Velocity---Dev-f346.html</otherArchive>
-                <otherArchive>http://www.mail-archive.com/dev@velocity.apache.org/</otherArchive>
-            </otherArchives>
-        </mailingList>
-
-        <mailingList>
-            <name>commits</name>
-            <subscribe>commits-subscribe@velocity.apache.org</subscribe>
-            <unsubscribe>commits-unsubscribe@velocity.apache.org</unsubscribe>
-            <archive>http://mail-archives.apache.org/mod_mbox/velocity-commits/</archive>
-        </mailingList>
-    </mailingLists>
-
-    <build>
-        <plugins>
-            <plugin>
-                <groupId>org.apache.maven.plugins</groupId>
-                <artifactId>maven-site-plugin</artifactId>
-                <version>2.1.1</version>
-            </plugin>
-        </plugins>
-    </build>
-
     <reporting>
         <plugins>
             <plugin>

Modified: velocity/site-tools/trunk/velocity-site-doxia-renderer/pom.xml
URL: http://svn.apache.org/viewvc/velocity/site-tools/trunk/velocity-site-doxia-renderer/pom.xml?rev=1030629&r1=1030628&r2=1030629&view=diff
==============================================================================
--- velocity/site-tools/trunk/velocity-site-doxia-renderer/pom.xml (original)
+++ velocity/site-tools/trunk/velocity-site-doxia-renderer/pom.xml Wed Nov  3 19:40:16 2010
@@ -81,11 +81,6 @@
       <artifactId>commons-lang</artifactId>
       <version>2.1</version>
     </dependency>
-<!--     <dependency>
-      <groupId>org.codehaus.plexus</groupId>
-      <artifactId>plexus-container-default</artifactId>
-      <version>1.0.0</version>
-    </dependency> -->
     <dependency>
       <groupId>org.apache.velocity</groupId>
       <artifactId>velocity</artifactId>
@@ -108,18 +103,4 @@
     </dependency>
   </dependencies>
 
-  <distributionManagement>
-    <site>
-      <id>velocity.apache.org</id>
-      <url>scpexe://people.apache.org/www/velocity.apache.org/site/tools/velocity-site-doxia-renderer</url>
-    </site>
-  </distributionManagement>
-
-  <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/velocity/site/tools/velocity-site-doxia-renderer/</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/velocity/site/tools/velocity-site-doxia-renderer/</developerConnection>
-    <tag>HEAD</tag>
-    <url>http://svn.apache.org/viewvc/velocity/site/tools/velocity-site-doxia-renderer/</url>
-  </scm>
-
 </project>

Modified: velocity/site-tools/trunk/velocity-site-news-plugin/pom.xml
URL: http://svn.apache.org/viewvc/velocity/site-tools/trunk/velocity-site-news-plugin/pom.xml?rev=1030629&r1=1030628&r2=1030629&view=diff
==============================================================================
--- velocity/site-tools/trunk/velocity-site-news-plugin/pom.xml (original)
+++ velocity/site-tools/trunk/velocity-site-news-plugin/pom.xml Wed Nov  3 19:40:16 2010
@@ -29,7 +29,6 @@ under the License.
         <groupId>org.apache.velocity.site</groupId>
         <artifactId>velocity-site-tools</artifactId>
         <version>2.0.0-SNAPSHOT</version>
-        <relativePath>../pom.xml</relativePath>
     </parent>
 
     <groupId>org.apache.velocity.site</groupId>
@@ -172,19 +171,4 @@ under the License.
         </dependency>
 
     </dependencies>
-
-    <distributionManagement>
-        <site>
-            <id>velocity.apache.org</id>
-            <url>scpexe://people.apache.org/www/velocity.apache.org/site/tools/velocity-site-news-plugin</url>
-        </site>
-    </distributionManagement>
-
-    <scm>
-        <connection>scm:svn:http://svn.apache.org/repos/asf/velocity/site/tools/velocity-site-news-plugin/</connection>
-        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/velocity/site/tools/velocity-site-news-plugin/</developerConnection>
-        <tag>HEAD</tag>
-        <url>http://svn.apache.org/viewvc/velocity/site/tools/velocity-site-news-plugin/</url>
-    </scm>
-
 </project>

Modified: velocity/site-tools/trunk/velocity-site-skin/pom.xml
URL: http://svn.apache.org/viewvc/velocity/site-tools/trunk/velocity-site-skin/pom.xml?rev=1030629&r1=1030628&r2=1030629&view=diff
==============================================================================
--- velocity/site-tools/trunk/velocity-site-skin/pom.xml (original)
+++ velocity/site-tools/trunk/velocity-site-skin/pom.xml Wed Nov  3 19:40:16 2010
@@ -29,7 +29,6 @@ under the License.    
         <groupId>org.apache.velocity.site</groupId>
         <artifactId>velocity-site-tools</artifactId>
         <version>2.0.0-SNAPSHOT</version>
-        <relativePath>../pom.xml</relativePath>
     </parent>
 
     <groupId>org.apache.velocity.site</groupId>
@@ -80,19 +79,4 @@ under the License.    
             </plugin>
         </plugins>
     </build>
-
-    <distributionManagement>
-        <site>
-            <id>velocity.apache.org</id>
-            <url>scpexe://people.apache.org/www/velocity.apache.org/site/tools/velocity-site-skin</url>
-        </site>
-    </distributionManagement>
-
-    <scm>
-        <connection>scm:svn:http://svn.apache.org/repos/asf/velocity/site/tools/velocity-site-skin/</connection>
-        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/velocity/site/tools/velocity-site-skin/</developerConnection>
-        <tag>HEAD</tag>
-        <url>http://svn.apache.org/viewvc/velocity/site/tools/velocity-site-skin/</url>
-    </scm>
-
 </project>