You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@velocity.apache.org by he...@apache.org on 2010/10/24 03:01:34 UTC

svn commit: r1026724 - in /velocity/site/tools: pom.xml velocity-site-news-plugin/pom.xml velocity-site-skin/pom.xml

Author: henning
Date: Sun Oct 24 01:01:34 2010
New Revision: 1026724

URL: http://svn.apache.org/viewvc?rev=1026724&view=rev
Log:
Remove the base pom, use site 2.1.1 everywhere.


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

Modified: velocity/site/tools/pom.xml
URL: http://svn.apache.org/viewvc/velocity/site/tools/pom.xml?rev=1026724&r1=1026723&r2=1026724&view=diff
==============================================================================
--- velocity/site/tools/pom.xml (original)
+++ velocity/site/tools/pom.xml Sun Oct 24 01:01:34 2010
@@ -1,22 +1,22 @@
 <?xml version="1.0" encoding="UTF-8"?>
 
 <!--
- Licensed to the Apache Software Foundation (ASF) under one
- or more contributor license agreements.  See the NOTICE file
- distributed with this work for additional information
- regarding copyright ownership.  The ASF licenses this file
- to you under the Apache License, Version 2.0 (the
- "License"); you may not use this file except in compliance
- with the License.  You may obtain a copy of the License at
-
-   http://www.apache.org/licenses/LICENSE-2.0
-
- Unless required by applicable law or agreed to in writing,
- software distributed under the License is distributed on an
- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- KIND, either express or implied.  See the License for the
- specific language governing permissions and limitations
- under the License.
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
 -->
 
 <project xmlns="http://maven.apache.org/POM/4.0.0"
@@ -30,75 +30,228 @@
 	</parent>
 	<modelVersion>4.0.0</modelVersion>
 
-  <groupId>org.apache.velocity.site</groupId>
-  <artifactId>velocity-site-tools</artifactId>
-  <version>2.0.0-SNAPSHOT</version>
-
-  <name>Velocity Site Tools</name>
-  <url>http://velocity.apache.org/site/tools/</url>
-  <description>Various Maven related tools and plugins that are used to build the Apache Velocity web site.</description>
-  <inceptionYear>2006</inceptionYear>
-  <packaging>pom</packaging>
-  <modules>
-    <module>velocity-site-skin</module>
-    <module>velocity-site-news-plugin</module>
-<!--
-    <module>velocity-site-doxia-renderer</module>
--->
-  </modules>
+    <groupId>org.apache.velocity.site</groupId>
+    <artifactId>velocity-site-tools</artifactId>
+    <version>2.0.0-SNAPSHOT</version>
+
+    <name>Velocity Site Tools</name>
+    <url>http://velocity.apache.org/site/tools/</url>
+    <description>Various Maven related tools and plugins that are used to build the Apache Velocity web site.</description>
+    <inceptionYear>2006</inceptionYear>
+    <packaging>pom</packaging>
+    <modules>
+        <module>velocity-site-skin</module>
+        <module>velocity-site-news-plugin</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>
+        <tag>HEAD</tag>
+        <url>http://svn.apache.org/viewvc/velocity/site/tools</url>
+    </scm>
+
+    <distributionManagement>
+        <site>
+            <id>velocity.apache.org</id>
+            <url>scpexe://people.apache.org/www/velocity.apache.org/site/tools</url>
+        </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>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-project-info-reports-plugin</artifactId>
+                <version>2.1.2</version>
+            </plugin>
+            <plugin>
+                <groupId>org.codehaus.mojo</groupId>
+                <artifactId>taglist-maven-plugin</artifactId>
+                <configuration>
+                    <tag>TODO</tag>
+                    <tag>FIXME</tag>
+                </configuration>
+            </plugin>
+            <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-jxr-plugin</artifactId>
+            </plugin>
+            <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-javadoc-plugin</artifactId>
+                <configuration>
+                    <links>
+                    </links>
+                </configuration>
+            </plugin>
+            <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-changelog-plugin</artifactId>
+            </plugin>
+        </plugins>
+    </reporting>
 
-  <distributionManagement>
-    <site>
-      <id>velocity.apache.org</id>
-      <url>scpexe://people.apache.org/www/velocity.apache.org/site/tools</url>
-    </site>
-  </distributionManagement>
-
-  <reporting>
-    <plugins>
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-project-info-reports-plugin</artifactId>
-      </plugin>
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-checkstyle-plugin</artifactId>
-        <configuration>
-          <configLocation>config/checkstyle.xml</configLocation>
-          <headerLocation>config/apache-header.txt</headerLocation>
-        </configuration>
-      </plugin>
-      <plugin>
-        <groupId>org.codehaus.mojo</groupId>
-        <artifactId>taglist-maven-plugin</artifactId>
-        <configuration>
-          <tag>TODO</tag>
-          <tag>FIXME</tag>
-        </configuration>
-      </plugin>
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-jxr-plugin</artifactId>
-      </plugin>
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-javadoc-plugin</artifactId>
-        <configuration>
-          <links>
-          </links>
-        </configuration>
-      </plugin>
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-changelog-plugin</artifactId>
-      </plugin>
-    </plugins>
-  </reporting>
-
-  <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>
-    <tag>HEAD</tag>
-    <url>http://svn.apache.org/viewvc/velocity/site/tools</url>
-  </scm>
 </project>

Modified: velocity/site/tools/velocity-site-news-plugin/pom.xml
URL: http://svn.apache.org/viewvc/velocity/site/tools/velocity-site-news-plugin/pom.xml?rev=1026724&r1=1026723&r2=1026724&view=diff
==============================================================================
--- velocity/site/tools/velocity-site-news-plugin/pom.xml (original)
+++ velocity/site/tools/velocity-site-news-plugin/pom.xml Sun Oct 24 01:01:34 2010
@@ -1,186 +1,190 @@
 <?xml version="1.0" encoding="UTF-8"?>
 
 <!--
- Licensed to the Apache Software Foundation (ASF) under one
- or more contributor license agreements.  See the NOTICE file
- distributed with this work for additional information
- regarding copyright ownership.  The ASF licenses this file
- to you under the Apache License, Version 2.0 (the
- "License"); you may not use this file except in compliance
- with the License.  You may obtain a copy of the License at
-
-   http://www.apache.org/licenses/LICENSE-2.0
-
- Unless required by applicable law or agreed to in writing,
- software distributed under the License is distributed on an
- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- KIND, either express or implied.  See the License for the
- specific language governing permissions and limitations
- under the License.
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
 -->
 
 <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>
+    <modelVersion>4.0.0</modelVersion>
+
+    <parent>
+        <groupId>org.apache.velocity.site</groupId>
+        <artifactId>velocity-site-tools</artifactId>
+        <version>2.0.0-SNAPSHOT</version>
+        <relativePath>../pom.xml</relativePath>
+    </parent>
 
-  <parent>
     <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>
-  <artifactId>velocity-site-news-plugin</artifactId>
-
-  <name>Velocity Site News Plugin</name>
-  <url>http://velocity.apache.org/site/tools/velocity-site-news-plugin</url>
-  <description>
-    This plugin generates a news page and rss feed from news items.
-  </description>
-  <inceptionYear>2006</inceptionYear>
-  <packaging>maven-plugin</packaging>
-
-  <build>
-    <plugins>
-      <plugin>
-        <groupId>org.codehaus.plexus</groupId>
-        <artifactId>plexus-maven-plugin</artifactId>
-        <executions>
-          <execution>
-            <goals>
-              <goal>descriptor</goal>
-            </goals>
-          </execution>
-        </executions>
-      </plugin>
-      <plugin>
-        <groupId>org.codehaus.modello</groupId>
-        <artifactId>modello-maven-plugin</artifactId>
-        <executions>
-          <execution>
-            <id>descriptor</id>
-            <phase>generate-sources</phase>
-            <goals>
-              <goal>xpp3-writer</goal>
-              <goal>java</goal>
-              <goal>xpp3-reader</goal>
-              <goal>xsd</goal>
-            </goals>
-            <configuration>
-              <models><model>src/main/mdo/news.mdo</model></models>
-              <version>1.0.0</version>
-            </configuration>
-          </execution>
-          <execution>
-            <id>descriptor-site</id>
-            <phase>pre-site</phase>
-            <goals>
-              <goal>xdoc</goal>
-              <goal>xsd</goal>
-            </goals>
-            <configuration>
-              <models><model>src/main/mdo/news.mdo</model></models>
-              <version>1.0.0</version>
-            </configuration>
-          </execution>
-        </executions>
-      </plugin>
-    </plugins>
-  </build>
-
-  <dependencies>
-    <dependency>
-      <groupId>commons-collections</groupId>
-      <artifactId>commons-collections</artifactId>
-        <version>3.2.1</version>
-    </dependency>
-    <dependency>
-      <groupId>commons-io</groupId>
-      <artifactId>commons-io</artifactId>
-        <version>1.4</version>
-    </dependency>
-    <dependency>
-      <groupId>commons-lang</groupId>
-      <artifactId>commons-lang</artifactId>
-        <version>2.5</version>
-    </dependency>
-
-    <dependency>
-      <groupId>rome</groupId>
-      <artifactId>rome</artifactId>
-        <version>0.8</version>
-    </dependency>
-
-    <dependency>
-      <groupId>org.apache.maven</groupId>
-      <artifactId>maven-project</artifactId>
-        <version>2.2.1</version>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.maven</groupId>
-      <artifactId>maven-plugin-api</artifactId>
-        <version>2.2.1</version>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.maven.reporting</groupId>
-      <artifactId>maven-reporting-api</artifactId>
-        <version>2.0.6</version>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.maven.reporting</groupId>
-      <artifactId>maven-reporting-impl</artifactId>
-        <version>2.0.4.2</version>
-    </dependency>
-
-    <dependency>
-      <groupId>org.apache.maven.doxia</groupId>
-      <artifactId>doxia-sink-api</artifactId>
-        <version>1.1.3</version>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.maven.doxia</groupId>
-      <artifactId>doxia-core</artifactId>
-        <version>1.1.3</version>
-    </dependency>
-    <dependency>
-    	<groupId>org.apache.maven.doxia</groupId>
-    	<artifactId>doxia-site-renderer</artifactId>
-    	<version>1.1.3</version>
-    </dependency>
-    <dependency>
-    	<groupId>org.apache.maven.doxia</groupId>
-    	<artifactId>doxia-module-apt</artifactId>
-    	<version>1.1.3</version>
-    </dependency>
-
-    <dependency>
-        <groupId>org.codehaus.plexus</groupId>
-        <artifactId>plexus-utils</artifactId>
-        <version>1.5.15</version>
-    </dependency>
-    <dependency>
-      <groupId>org.codehaus.plexus</groupId>
-      <artifactId>plexus-container-default</artifactId>
-      <version>1.0-alpha-30</version>
-    </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>
+    <artifactId>velocity-site-news-plugin</artifactId>
+
+    <name>Velocity Site News Plugin</name>
+    <url>http://velocity.apache.org/site/tools/velocity-site-news-plugin</url>
+    <description>
+        This plugin generates a news page and rss feed from news items.
+    </description>
+    <inceptionYear>2006</inceptionYear>
+    <packaging>maven-plugin</packaging>
+
+    <build>
+        <plugins>
+            <plugin>
+                <groupId>org.codehaus.plexus</groupId>
+                <artifactId>plexus-maven-plugin</artifactId>
+                <executions>
+                    <execution>
+                        <goals>
+                            <goal>descriptor</goal>
+                        </goals>
+                    </execution>
+                </executions>
+            </plugin>
+            <plugin>
+                <groupId>org.codehaus.modello</groupId>
+                <artifactId>modello-maven-plugin</artifactId>
+                <executions>
+                    <execution>
+                        <id>descriptor</id>
+                        <phase>generate-sources</phase>
+                        <goals>
+                            <goal>xpp3-writer</goal>
+                            <goal>java</goal>
+                            <goal>xpp3-reader</goal>
+                            <goal>xsd</goal>
+                        </goals>
+                        <configuration>
+                            <models><model>src/main/mdo/news.mdo</model></models>
+                            <version>1.0.0</version>
+                        </configuration>
+                    </execution>
+                    <execution>
+                        <id>descriptor-site</id>
+                        <phase>pre-site</phase>
+                        <goals>
+                            <goal>xdoc</goal>
+                            <goal>xsd</goal>
+                        </goals>
+                        <configuration>
+                            <models><model>src/main/mdo/news.mdo</model></models>
+                            <version>1.0.0</version>
+                        </configuration>
+                    </execution>
+                </executions>
+            </plugin>
+            <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-site-plugin</artifactId>
+            </plugin>
+        </plugins>
+    </build>
+
+    <dependencies>
+        <dependency>
+            <groupId>commons-collections</groupId>
+            <artifactId>commons-collections</artifactId>
+            <version>3.2.1</version>
+        </dependency>
+        <dependency>
+            <groupId>commons-io</groupId>
+            <artifactId>commons-io</artifactId>
+            <version>1.4</version>
+        </dependency>
+        <dependency>
+            <groupId>commons-lang</groupId>
+            <artifactId>commons-lang</artifactId>
+            <version>2.5</version>
+        </dependency>
+
+        <dependency>
+            <groupId>rome</groupId>
+            <artifactId>rome</artifactId>
+            <version>0.8</version>
+        </dependency>
+
+        <dependency>
+            <groupId>org.apache.maven</groupId>
+            <artifactId>maven-project</artifactId>
+            <version>2.2.1</version>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.maven</groupId>
+            <artifactId>maven-plugin-api</artifactId>
+            <version>2.2.1</version>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.maven.reporting</groupId>
+            <artifactId>maven-reporting-api</artifactId>
+            <version>2.0.6</version>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.maven.reporting</groupId>
+            <artifactId>maven-reporting-impl</artifactId>
+            <version>2.0.4.2</version>
+        </dependency>
+
+        <dependency>
+            <groupId>org.apache.maven.doxia</groupId>
+            <artifactId>doxia-sink-api</artifactId>
+            <version>1.1.3</version>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.maven.doxia</groupId>
+            <artifactId>doxia-core</artifactId>
+            <version>1.1.3</version>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.maven.doxia</groupId>
+            <artifactId>doxia-site-renderer</artifactId>
+            <version>1.1.3</version>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.maven.doxia</groupId>
+            <artifactId>doxia-module-apt</artifactId>
+            <version>1.1.3</version>
+        </dependency>
+
+        <dependency>
+            <groupId>org.codehaus.plexus</groupId>
+            <artifactId>plexus-utils</artifactId>
+            <version>1.5.15</version>
+        </dependency>
+        <dependency>
+            <groupId>org.codehaus.plexus</groupId>
+            <artifactId>plexus-container-default</artifactId>
+            <version>1.0-alpha-30</version>
+        </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/velocity-site-skin/pom.xml
URL: http://svn.apache.org/viewvc/velocity/site/tools/velocity-site-skin/pom.xml?rev=1026724&r1=1026723&r2=1026724&view=diff
==============================================================================
--- velocity/site/tools/velocity-site-skin/pom.xml (original)
+++ velocity/site/tools/velocity-site-skin/pom.xml Sun Oct 24 01:01:34 2010
@@ -1,92 +1,98 @@
 <?xml version="1.0" encoding="UTF-8"?>
 
 <!--
- Licensed to the Apache Software Foundation (ASF) under one
- or more contributor license agreements.  See the NOTICE file
- distributed with this work for additional information
- regarding copyright ownership.  The ASF licenses this file
- to you under the Apache License, Version 2.0 (the
- "License"); you may not use this file except in compliance
- with the License.  You may obtain a copy of the License at
-
-   http://www.apache.org/licenses/LICENSE-2.0
-
- Unless required by applicable law or agreed to in writing,
- software distributed under the License is distributed on an
- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- KIND, either express or implied.  See the License for the
- specific language governing permissions and limitations
- under the License.    
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.    
 -->
 
 <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>
+    <modelVersion>4.0.0</modelVersion>
+
+    <parent>
+        <groupId>org.apache.velocity.site</groupId>
+        <artifactId>velocity-site-tools</artifactId>
+        <version>2.0.0-SNAPSHOT</version>
+        <relativePath>../pom.xml</relativePath>
+    </parent>
 
-  <parent>
     <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>
-  <artifactId>velocity-site-skin</artifactId>
-
-  <name>Velocity Site Skin</name>
-  <url>http://velocity.apache.org/site/tools/velocity-site-skin</url>
-  <description>The skin for the Apache Velocity Site</description>
-  <inceptionYear>2006</inceptionYear>
-  <packaging>jar</packaging>
-
-  <reporting>
-    <plugins>
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-project-info-reports-plugin</artifactId>
-        <reportSets>
-          <reportSet>
-            <reports>
-              <report>index</report>
-            </reports>
-          </reportSet>
-        </reportSets>
-      </plugin>
-    </plugins>
-  </reporting>
-  <build>
-    <defaultGoal>install</defaultGoal>
-    <resources>
-      <resource>
-        <directory>src/main/resources</directory>
-      </resource>
-      <resource>
-        <targetPath>META-INF</targetPath>
-        <filtering>false</filtering>
-        <directory>${basedir}</directory>
-        <includes>
-          <include>README.txt</include>
-          <include>NOTICE</include>
-          <include>LICENSE</include>
-        </includes>
-      </resource>
-    </resources>
-  </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>
+    <artifactId>velocity-site-skin</artifactId>
+
+    <name>Velocity Site Skin</name>
+    <url>http://velocity.apache.org/site/tools/velocity-site-skin</url>
+    <description>The skin for the Apache Velocity Site</description>
+    <inceptionYear>2006</inceptionYear>
+    <packaging>jar</packaging>
+
+    <reporting>
+        <plugins>
+            <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-project-info-reports-plugin</artifactId>
+                <reportSets>
+                    <reportSet>
+                        <reports>
+                            <report>index</report>
+                        </reports>
+                    </reportSet>
+                </reportSets>
+            </plugin>
+        </plugins>
+    </reporting>
+    <build>
+        <defaultGoal>install</defaultGoal>
+        <resources>
+            <resource>
+                <directory>src/main/resources</directory>
+            </resource>
+            <resource>
+                <targetPath>META-INF</targetPath>
+                <filtering>false</filtering>
+                <directory>${basedir}</directory>
+                <includes>
+                    <include>README.txt</include>
+                    <include>NOTICE</include>
+                    <include>LICENSE</include>
+                </includes>
+            </resource>
+        </resources>
+        <plugins>
+            <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-site-plugin</artifactId>
+            </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>