updated antrun plugin to make it works
git-svn-id: https://svn.apache.org/repos/asf/archiva/branches/archiva-1.3.x@
1585541 13f79535-47bb-0310-9956-
ffa450edef68
<goal>generate-daemons</goal>
<goal>create-repository</goal>
</goals>
+ <phase>prepare-package</phase>
</execution>
</executions>
</plugin>
</plugin>
<plugin>
<artifactId>maven-antrun-plugin</artifactId>
- <version>1.1</version>
+ <version>1.7</version>
<executions>
<execution>
<id>config</id>
<goal>run</goal>
</goals>
</execution>
+ <execution>
+ <id>fix-appassembler-bug</id>
+ <phase>prepare-package</phase>
+ <configuration>
+ <tasks>
+ <replaceregexp file="target/generated-resources/appassembler/jsw/archiva/conf/wrapper.conf" match="set.ARCHIVA_BASE" replace="set.default.ARCHIVA_BASE" />
+ </tasks>
+ </configuration>
+ <goals>
+ <goal>run</goal>
+ </goals>
+ </execution>
</executions>
</plugin>
<plugin>