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

View File

@ -52,7 +52,7 @@
<pre>cd $ACEGI_SECURITY/core</pre>
<pre>maven jar:install</pre>
<pre>cd $ACEGI_SECURITY/samples/contacts</pre>
<pre>maven war</pre>
<pre>maven multiwar:multiwar</pre>
<pre>copy $ACEGI_SECURITY/samples/contacts/target/acegi-security-sample-contacts-filter.war $YOUR_CONTAINER/webapps</pre>
</ol>
<p>Then load up your web container and visit

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"/>

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