Browse Source

Added build for X.509 contacts app.

Luke Taylor 20 năm trước cách đây
mục cha
commit
466220eb50
1 tập tin đã thay đổi với 4 bổ sung0 xóa
  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) -->