소스 검색

Added build for X.509 contacts app.

Luke Taylor 20 년 전
부모
커밋
466220eb50
1개의 변경된 파일4개의 추가작업 그리고 0개의 파일을 삭제
  1. 4 0
      samples/contacts/maven.xml

+ 4 - 0
samples/contacts/maven.xml

@@ -22,6 +22,10 @@
 
         <!-- filter war -->
         <j:set var="webapp" value="filter"/>
+        <attainGoal name="acegisecurity:war"/>
+
+        <!-- x509 war -->
+        <j:set var="webapp" value="x509"/>
         <attainGoal name="acegisecurity:war"/>
 		
 		<!-- delete generic artifact (we only want our three custom WARs) -->