1
0
mirror of synced 2026-08-04 09:17:02 +00:00

Make multiproject:artifact (when called from /docs) properly build the Contacts Sample WARs.

This commit is contained in:
Ben Alex
2004-12-23 23:00:38 +00:00
parent 7df43e019e
commit 2fe24b4357
3 changed files with 6 additions and 2 deletions
+4
View File
@@ -4,6 +4,10 @@
xmlns:maven="jelly:maven">
<goal name="war">
<echo>The "war" goal is deprecated. Use "multiwar:multiwar" instead.</echo>
</goal>
<goal name="multiwar:multiwar">
<!-- cas war -->
<j:set var="webapp" value="cas"/>
<attainGoal name="acegisecurity:war"/>
+1 -1
View File
@@ -19,7 +19,7 @@ client.dir=client
maven.war.src=${maven.src.dir}/main/webapp/common
maven.multiproject.type=war
maven.multiproject.type=multiwar
maven.xdoc.distributionType=war
maven.xdoc.distributionUrl=http://acegisecurity.sourceforge.net/maven/acegisecurity/wars