Author: tv
Date: Sun Sep 29 12:54:21 2013
New Revision: 1527321
URL: http://svn.apache.org/r1527321
Log:
Some cleanup
Modified:
turbine/site/pom.xml
Modified: turbine/site/pom.xml
URL:
http://svn.apache.org/viewvc/turbine/site/pom.xml?rev=1527321&r1=1527320&r2=1527321&view=diff
==============================================================================
--- turbine/site/pom.xml (original)
+++ turbine/site/pom.xml Sun Sep 29 12:54:21 2013
@@ -142,24 +142,24 @@
</roles>
<timezone>2</timezone>
</developer>
+ <developer>
+ <name>Thomas Vandahl</name>
+ <id>tv</id>
+ <email>[email protected]</email>
+ <organization />
+ <roles>
+ <role>Java Developer</role>
+ </roles>
+ <timezone>1</timezone>
+ </developer>
</developers>
- <issueManagement>
- <system>jira</system>
- <url>http://issues.apache.org/jira/browse/TRB</url>
- </issueManagement>
+
<scm>
<connection>scm:svn:http://svn.apache.org/repos/asf/turbine/site</connection>
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/turbine/site</developerConnection>
<url>http://svn.apache.org/viewcvs/turbine/site/</url>
</scm>
- <distributionManagement>
- <site>
- <id>apache.website</id>
- <name>Apache Turbine Site</name>
- <url>scpexe://people.apache.org/www/turbine.apache.org/</url>
- </site>
- </distributionManagement>
-
+
<build>
<plugins>
<plugin> <!-- Thanks to Apache Commons -->
@@ -219,12 +219,6 @@
<skipSurefireReport>true</skipSurefireReport>
</configuration>
</plugin>
- <plugin>
- <artifactId>maven-changes-plugin</artifactId>
- <configuration>
- <xmlPath>${basedir}/xdocs/changes.xml</xmlPath>
- </configuration>
- </plugin>
</plugins>
</reporting>