Author: sgoeschl
Date: Wed Nov 12 15:13:14 2008
New Revision: 713554
URL: http://svn.apache.org/viewvc?rev=713554&view=rev
Log:
Preparing release of Fulcrum parent pom ...
Modified:
turbine/fulcrum/trunk/parent/pom.xml
Modified: turbine/fulcrum/trunk/parent/pom.xml
URL:
http://svn.apache.org/viewvc/turbine/fulcrum/trunk/parent/pom.xml?rev=713554&r1=713553&r2=713554&view=diff
==============================================================================
--- turbine/fulcrum/trunk/parent/pom.xml (original)
+++ turbine/fulcrum/trunk/parent/pom.xml Wed Nov 12 15:13:14 2008
@@ -24,7 +24,7 @@
<artifactId>apache</artifactId>
<version>4</version>
</parent>
- <groupId>fulcrum</groupId>
+ <groupId>org.apache.fulcrum</groupId>
<artifactId>fulcrum-parent</artifactId>
<packaging>pom</packaging>
<!-- TODO: dummy version. In Maven 2.1, this will be auto-versioned being a
generic parent -->
@@ -109,11 +109,6 @@
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-one-plugin</artifactId>
- <version>1.2</version>
- </plugin>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-source-plugin</artifactId>
<version>2.0.4</version>
</plugin>
@@ -250,18 +245,6 @@
<tarLongFileMode>gnu</tarLongFileMode>
</configuration>
</plugin>
- <plugin>
- <!-- install the artifact in a M1 local repository to simplify M2
migration -->
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-one-plugin</artifactId>
- <executions>
- <execution>
- <goals>
- <goal>install-maven-one-repository</goal>
- </goals>
- </execution>
- </executions>
- </plugin>
</plugins>
</build>
@@ -292,7 +275,7 @@
<artifactId>maven-jxr-plugin</artifactId>
<version>2.1</version>
<configuration>
- <aggregate>true</aggregate>
+ <aggregate>false</aggregate>
</configuration>
</plugin>
<plugin>