mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-06-22 20:12:14 +00:00
Add ldap webapp to multiwar goal.
This commit is contained in:
parent
a9a6f8b891
commit
7a0313a341
@ -27,7 +27,11 @@
|
||||
<!-- x509 war -->
|
||||
<j:set var="webapp" value="x509"/>
|
||||
<attainGoal name="acegisecurity:war"/>
|
||||
|
||||
|
||||
<!-- ldap war -->
|
||||
<j:set var="webapp" value="ldap"/>
|
||||
<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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user