1
0
mirror of synced 2026-08-06 02:08:01 +00:00

Iron out some Maven bugs with our custom WAR artifact building.

This commit is contained in:
Ben Alex
2004-12-24 00:35:36 +00:00
parent 36993d5b52
commit 6ece0fab22
+6
View File
@@ -8,6 +8,9 @@
</goal>
<goal name="multiwar:multiwar">
<!-- needed otherwise first custom artifact (cas) doesn't get built) -->
<attainGoal name="acegisecurity:war"/>
<!-- cas war -->
<j:set var="webapp" value="cas"/>
<attainGoal name="acegisecurity:war"/>
@@ -19,6 +22,9 @@
<!-- filter war -->
<j:set var="webapp" value="filter"/>
<attainGoal name="acegisecurity:war"/>
<!-- delete generic artifact (we only want our three custom WARs) -->
<ant:delete file="${maven.war.build.dir}/${pom.artifactId}.war"/>
</goal>
<goal name="acegisecurity:war">