Skip to content

Commit 4d7e397

Browse files
committed
Put back antrun execution that was mistakenly removed in r610644.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/io/trunk@611436 13f79535-47bb-0310-9956-ffa450edef68
1 parent 9386012 commit 4d7e397

1 file changed

Lines changed: 18 additions & 0 deletions

File tree

pom.xml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -354,6 +354,24 @@ org.apache.commons.io.output;version=${project.version}
354354
</execution>
355355
</executions>
356356
</plugin>
357+
<plugin>
358+
<artifactId>maven-antrun-plugin</artifactId>
359+
<executions>
360+
<execution>
361+
<goals>
362+
<goal>run</goal>
363+
</goals>
364+
<phase>package</phase>
365+
<configuration>
366+
<tasks>
367+
<copy todir="${project.build.directory}/site/api-release">
368+
<fileset dir="${project.build.directory}/site/apidocs"/>
369+
</copy>
370+
</tasks>
371+
</configuration>
372+
</execution>
373+
</executions>
374+
</plugin>
357375
<plugin>
358376
<artifactId>maven-assembly-plugin</artifactId>
359377
<executions>

0 commit comments

Comments
 (0)