Author: dennisl Date: Wed Jul 28 13:42:36 2010 New Revision: 980051 URL: http://svn.apache.org/viewvc?rev=980051&view=rev Log: o Now that we inherit from Maven parent 16 we can drop the local source-release configuration
Removed: maven/doxia/doxia-tools/trunk/src/assembly/ Modified: maven/doxia/doxia-tools/trunk/pom.xml Modified: maven/doxia/doxia-tools/trunk/pom.xml URL: http://svn.apache.org/viewvc/maven/doxia/doxia-tools/trunk/pom.xml?rev=980051&r1=980050&r2=980051&view=diff ============================================================================== --- maven/doxia/doxia-tools/trunk/pom.xml (original) +++ maven/doxia/doxia-tools/trunk/pom.xml Wed Jul 28 13:42:36 2010 @@ -232,32 +232,4 @@ under the License. </plugin> </plugins> </reporting> - - <profiles> - <profile> - <id>apache-release</id> - <build> - <plugins> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-assembly-plugin</artifactId> - <executions> - <execution> - <goals> - <goal>single</goal> - </goals> - <phase>package</phase> - <configuration> - <descriptors> - <descriptor>src/assembly/source-release.xml</descriptor> - </descriptors> - <tarLongFileMode>gnu</tarLongFileMode> - </configuration> - </execution> - </executions> - </plugin> - </plugins> - </build> - </profile> - </profiles> </project>