You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@jakarta.apache.org by se...@apache.org on 2010/05/15 20:05:34 UTC

svn commit: r944690 - /jakarta/bsf/branches/bsf3.x/distribution/pom.xml

Author: sebb
Date: Sat May 15 18:05:34 2010
New Revision: 944690

URL: http://svn.apache.org/viewvc?rev=944690&view=rev
Log:
Don't deploy bsf-all to Maven repos

Modified:
    jakarta/bsf/branches/bsf3.x/distribution/pom.xml

Modified: jakarta/bsf/branches/bsf3.x/distribution/pom.xml
URL: http://svn.apache.org/viewvc/jakarta/bsf/branches/bsf3.x/distribution/pom.xml?rev=944690&r1=944689&r2=944690&view=diff
==============================================================================
--- jakarta/bsf/branches/bsf3.x/distribution/pom.xml (original)
+++ jakarta/bsf/branches/bsf3.x/distribution/pom.xml Sat May 15 18:05:34 2010
@@ -31,6 +31,11 @@
     <name>Apache BSF project to create the bsf-all jar</name>
     <description>Apache BSF project to create the bsf-all jar</description>
 
+    <!-- We don't want to deploy this to Maven -->
+    <properties>
+        <maven.deploy.skip>true</maven.deploy.skip>
+    </properties>
+
     <build>
         <defaultGoal>package</defaultGoal>
         <plugins>



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@jakarta.apache.org
For additional commands, e-mail: notifications-help@jakarta.apache.org