Author: struberg
Date: Mon Apr  2 21:50:13 2012
New Revision: 1308589

URL: http://svn.apache.org/viewvc?rev=1308589&view=rev
Log:
OWB-636 skip deployment for conversation-sample

Modified:
    openwebbeans/trunk/samples/conversation-sample/pom.xml

Modified: openwebbeans/trunk/samples/conversation-sample/pom.xml
URL: 
http://svn.apache.org/viewvc/openwebbeans/trunk/samples/conversation-sample/pom.xml?rev=1308589&r1=1308588&r2=1308589&view=diff
==============================================================================
--- openwebbeans/trunk/samples/conversation-sample/pom.xml (original)
+++ openwebbeans/trunk/samples/conversation-sample/pom.xml Mon Apr  2 21:50:13 
2012
@@ -32,6 +32,10 @@ under the License.
     <packaging>war</packaging>
     <name>JSF Conversation Sample</name>
 
+    <properties>
+        <deploy.skip>true</deploy.skip>
+    </properties>
+
     <dependencies>
 
         <!-- JSR-299 Impl -->


Reply via email to