You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by mb...@apache.org on 2014/03/05 00:27:44 UTC

svn commit: r1574241 - /commons/proper/weaver/trunk/dist/pom.xml

Author: mbenson
Date: Tue Mar  4 23:27:44 2014
New Revision: 1574241

URL: http://svn.apache.org/r1574241
Log:
don't deploy assemblies

Modified:
    commons/proper/weaver/trunk/dist/pom.xml

Modified: commons/proper/weaver/trunk/dist/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/weaver/trunk/dist/pom.xml?rev=1574241&r1=1574240&r2=1574241&view=diff
==============================================================================
--- commons/proper/weaver/trunk/dist/pom.xml (original)
+++ commons/proper/weaver/trunk/dist/pom.xml Tue Mar  4 23:27:44 2014
@@ -125,6 +125,17 @@ under the License.
     </dependency>
   </dependencies>
 
+  <build>
+    <plugins>
+      <plugin>
+        <artifactId>maven-deploy-plugin</artifactId>
+        <configuration>
+          <skip>true</skip>
+        </configuration>
+      </plugin>
+    </plugins>
+  </build>
+
   <profiles>
     <profile>
       <id>release</id>