You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openwebbeans.apache.org by st...@apache.org on 2011/08/31 21:38:50 UTC

svn commit: r1163761 - /openwebbeans/trunk/samples/pom.xml

Author: struberg
Date: Wed Aug 31 19:38:50 2011
New Revision: 1163761

URL: http://svn.apache.org/viewvc?rev=1163761&view=rev
Log:
OWB-613 Exclude Samples WARs Publishing with Maven

Modified:
    openwebbeans/trunk/samples/pom.xml

Modified: openwebbeans/trunk/samples/pom.xml
URL: http://svn.apache.org/viewvc/openwebbeans/trunk/samples/pom.xml?rev=1163761&r1=1163760&r2=1163761&view=diff
==============================================================================
--- openwebbeans/trunk/samples/pom.xml (original)
+++ openwebbeans/trunk/samples/pom.xml Wed Aug 31 19:38:50 2011
@@ -40,6 +40,13 @@ under the License.
         <plugins>
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-deploy-plugin</artifactId>
+                <configuration>
+                    <skip>true</skip> <!-- we don't deploy our samples upstream -->
+                </configuration>
+            </plugin>
+            <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-war-plugin</artifactId>
                 <version>2.0.2</version>
                 <configuration>