You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@velocity.apache.org by cb...@apache.org on 2016/06/02 13:59:14 UTC

svn commit: r1746578 - in /velocity/site/site: pom.xml src/

Author: cbrisson
Date: Thu Jun  2 13:59:14 2016
New Revision: 1746578

URL: http://svn.apache.org/viewvc?rev=1746578&view=rev
Log:
[site] remove reprecated files; strip down site's POM from redundant infos and building goals

Removed:
    velocity/site/site/src/
Modified:
    velocity/site/site/pom.xml

Modified: velocity/site/site/pom.xml
URL: http://svn.apache.org/viewvc/velocity/site/site/pom.xml?rev=1746578&r1=1746577&r2=1746578&view=diff
==============================================================================
--- velocity/site/site/pom.xml (original)
+++ velocity/site/site/pom.xml Thu Jun  2 13:59:14 2016
@@ -26,7 +26,7 @@
 	<modelVersion>4.0.0</modelVersion>
     <groupId>org.apache.velocity.site</groupId>
     <artifactId>velocity-site</artifactId>
-    <version>2.0.0-SNAPSHOT</version>
+    <version>UNVERSIONNED</version>
     <name>Apache Velocity Site</name>
     <url>http://velocity.apache.org/</url>
     <description>The Apache Velocity Site</description>
@@ -37,240 +37,4 @@
         <url>http://www.apache.org/</url>
     </organization>
 
-    <distributionManagement>
-        <site>
-            <id>velocity.apache.org</id>
-            <url>scpexe://people.apache.org/www/velocity.apache.org</url>
-        </site>
-    </distributionManagement>
-
-    <prerequisites>
-        <maven>2.2.1</maven>
-    </prerequisites>
-
-    <scm>
-        <connection>scm:svn:http://svn.apache.org/repos/asf/velocity/site/site/</connection>
-        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/velocity/site/site/</developerConnection>
-        <tag>HEAD</tag>
-        <url>http://svn.apache.org/viewvc/velocity/site/site/</url>
-    </scm>
-
-    <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>
-                <role>PMC Member</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>
-
-    <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.apache.velocity.site</groupId>
-                <artifactId>velocity-site-news-plugin</artifactId>
-                <version>2.0.0-SNAPSHOT</version>
-                <configuration>
-                    <baseUrl>http://velocity.apache.org/</baseUrl>
-                </configuration>
-            </plugin>
-
-        </plugins>
-    </reporting>
-    <build>
-        <defaultGoal>post-site</defaultGoal>
-        <plugins>
-            <plugin>
-                <groupId>org.apache.maven.plugins</groupId>
-                <artifactId>maven-site-plugin</artifactId>
-                <version>2.1.1</version>
-                <dependencies>
-                    <dependency>
-                        <groupId>org.apache.velocity.site</groupId>
-                        <artifactId>velocity-site-news-plugin</artifactId>
-                        <version>2.0.0-SNAPSHOT</version>
-                    </dependency>
-                </dependencies>
-            </plugin>
-
-            <plugin>
-                <groupId>org.apache.maven.plugins</groupId>
-                <artifactId>maven-antrun-plugin</artifactId>
-                <executions>
-                    <execution>
-                        <id>copy-cgi</id>
-                        <goals>
-                            <goal>run</goal>
-                        </goals>
-                        <phase>post-site</phase>
-                        <configuration>
-                            <tasks>
-                                <copy todir="${project.reporting.outputDirectory}">
-                                    <fileset dir="${basedir}/src/cgi">
-                                        <patternset id="cgi.scripts">
-                                            <include name="**/*.cgi"/>
-                                        </patternset>
-                                    </fileset>
-                                </copy>
-                                <chmod perm="ugo+rx">
-                                    <fileset dir="${project.reporting.outputDirectory}">
-                                        <patternset refid="cgi.scripts"/>
-                                    </fileset>
-                                </chmod>
-                            </tasks>
-                        </configuration>
-                    </execution>
-                </executions>
-            </plugin>
-        </plugins>
-    </build>
 </project>