diff pom.xml @ 1151:28c7a195bf4b

add servlet3 profile to root pom.
author robcast
date Thu, 21 Feb 2013 12:50:38 +0100
parents 8c5638e9701c
children 29e86ae1e3b2
line wrap: on
line diff
--- a/pom.xml	Wed Feb 20 18:49:22 2013 +0100
+++ b/pom.xml	Thu Feb 21 12:50:38 2013 +0100
@@ -39,6 +39,9 @@
   	     <activeByDefault>true</activeByDefault>
       </activation>
   	</profile>
+    <profile>
+      <id>servlet3</id>
+    </profile>
     <!-- optional modules with dependencies selected by profile -->
     <profile>
       <id>text</id>