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>


Reply via email to