Skip to content

Commit 89e59da

Browse files
author
Niall Pemberton
committed
remove the stuff thats now in commons-parent-7
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/io/trunk@612233 13f79535-47bb-0310-9956-ffa450edef68
1 parent 3091190 commit 89e59da

1 file changed

Lines changed: 0 additions & 37 deletions

File tree

pom.xml

Lines changed: 0 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -210,16 +210,6 @@
210210
<build>
211211
<sourceDirectory>src/java</sourceDirectory>
212212
<testSourceDirectory>src/test</testSourceDirectory>
213-
<resources>
214-
<resource>
215-
<directory>${basedir}</directory>
216-
<targetPath>META-INF</targetPath>
217-
<includes>
218-
<include>NOTICE.txt</include>
219-
<include>LICENSE.txt</include>
220-
</includes>
221-
</resource>
222-
</resources>
223213
<plugins>
224214
<plugin>
225215
<groupId>org.apache.maven.plugins</groupId>
@@ -283,33 +273,6 @@ org.apache.commons.io.output;version=${project.version}
283273
</archive>
284274
</configuration>
285275
</plugin>
286-
<plugin>
287-
<groupId>org.apache.maven.plugins</groupId>
288-
<artifactId>maven-antrun-plugin</artifactId>
289-
<version>1.1</version>
290-
<!--
291-
- Copy LICENSE.txt and NOTICE.txt so that they are included in the javadoc.jar
292-
-->
293-
<executions>
294-
<execution>
295-
<id>javadoc.resources</id>
296-
<phase>generate-sources</phase>
297-
<configuration>
298-
<tasks>
299-
<copy todir="${project.build.directory}/apidocs/META-INF">
300-
<fileset dir="${basedir}">
301-
<include name="LICENSE.txt" />
302-
<include name="NOTICE.txt" />
303-
</fileset>
304-
</copy>
305-
</tasks>
306-
</configuration>
307-
<goals>
308-
<goal>run</goal>
309-
</goals>
310-
</execution>
311-
</executions>
312-
</plugin>
313276
</plugins>
314277
</build>
315278

0 commit comments

Comments
 (0)