aboutsummaryrefslogtreecommitdiffstats
path: root/archiva-jetty
diff options
context:
space:
mode:
authorMartin Stockhammer <martin_s@apache.org>2021-12-11 16:50:08 +0100
committerMartin Stockhammer <martin_s@apache.org>2021-12-11 16:50:08 +0100
commitd79aa1384497fa9a0b23c5228c1f831482873d30 (patch)
tree8eb93bdad26d6a989ae1760c595471f0e20aa591 /archiva-jetty
parente1609fdac03ace220844601811c752c7338e882d (diff)
downloadarchiva-d79aa1384497fa9a0b23c5228c1f831482873d30.tar.gz
archiva-d79aa1384497fa9a0b23c5228c1f831482873d30.zip
Switching from tasks to target for antrun plugin
Diffstat (limited to 'archiva-jetty')
-rw-r--r--archiva-jetty/pom.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/archiva-jetty/pom.xml b/archiva-jetty/pom.xml
index ffa292180..a804cea68 100644
--- a/archiva-jetty/pom.xml
+++ b/archiva-jetty/pom.xml
@@ -198,13 +198,13 @@
<id>config</id>
<phase>process-resources</phase>
<configuration>
- <tasks>
+ <target name="copy-config-files" description="Copies the archiva configuration to the jetty destination" >
<copy todir="target/generated-resources/appassembler/jsw/archiva/conf">
<fileset dir="src/main/conf" />
</copy>
<mkdir dir="target/generated-resources/appassembler/jsw/archiva/logs" />
<mkdir dir="target/generated-resources/appassembler/jsw/archiva/temp" />
- </tasks>
+ </target>
</configuration>
<goals>
<goal>run</goal>
@@ -214,9 +214,9 @@
<id>fix-appassembler-bug</id>
<phase>prepare-package</phase>
<configuration>
- <tasks>
+ <target name="copy-wrapper-config" description="Copies the wrapper configuration" >
<replaceregexp file="target/generated-resources/appassembler/jsw/archiva/conf/wrapper.conf" match="set.ARCHIVA_BASE" replace="set.default.ARCHIVA_BASE" />
- </tasks>
+ </target>
</configuration>
<goals>
<goal>run</goal>