瀏覽代碼

Switching from tasks to target for antrun plugin

pull/62/head
Martin Stockhammer 2 年之前
父節點
當前提交
d79aa13844
共有 1 個檔案被更改,包括 4 行新增4 行删除
  1. 4
    4
      archiva-jetty/pom.xml

+ 4
- 4
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>

Loading…
取消
儲存