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 2012/04/02 23:54:19 UTC

svn commit: r1308592 - /openwebbeans/trunk/samples/standalone-sample/pom.xml

Author: struberg
Date: Mon Apr  2 21:54:18 2012
New Revision: 1308592

URL: http://svn.apache.org/viewvc?rev=1308592&view=rev
Log:
OWB-636 also exclude our standalone sample from deployment

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

Modified: openwebbeans/trunk/samples/standalone-sample/pom.xml
URL: http://svn.apache.org/viewvc/openwebbeans/trunk/samples/standalone-sample/pom.xml?rev=1308592&r1=1308591&r2=1308592&view=diff
==============================================================================
--- openwebbeans/trunk/samples/standalone-sample/pom.xml (original)
+++ openwebbeans/trunk/samples/standalone-sample/pom.xml Mon Apr  2 21:54:18 2012
@@ -78,6 +78,13 @@ under the License.
 
     <build>
         <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>
                 <artifactId>maven-jar-plugin</artifactId>