فهرست منبع

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) -->