Author: dennisl
Date: Sat Jan 12 07:16:23 2008
New Revision: 611435
URL: http://svn.apache.org/viewvc?rev=611435&view=rev
Log:
Antrun hack for including LICENSE.txt and NOTICE.txt is now available in
commons-parent.
Modified:
commons/proper/io/trunk/pom.xml
Modified: commons/proper/io/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/commons/proper/io/trunk/pom.xml?rev=611435&r1=611434&r2=611435&view=diff
==============================================================================
--- commons/proper/io/trunk/pom.xml (original)
+++ commons/proper/io/trunk/pom.xml Sat Jan 12 07:16:23 2008
@@ -215,36 +215,6 @@
<testSourceDirectory>src/test</testSourceDirectory>
<plugins>
<plugin>
- <!--
- - Copy LICENSE.txt and NOTICE.txt so that they are included in file
- - commons-io-X.Y-javadoc.jar.
- - If/when commons-io starts to use maven-remote-reources-plugin
this
- - antrun should be removed.
- -->
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-antrun-plugin</artifactId>
- <version>1.1</version>
- <executions>
- <execution>
- <id>javadoc.resources</id>
- <phase>generate-sources</phase>
- <configuration>
- <tasks>
- <copy todir="${project.build.directory}/apidocs/META-INF">
- <fileset dir="${basedir}">
- <include name="LICENSE.txt" />
- <include name="NOTICE.txt" />
- </fileset>
- </copy>
- </tasks>
- </configuration>
- <goals>
- <goal>run</goal>
- </goals>
- </execution>
- </executions>
- </plugin>
- <plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<configuration>