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: [email protected]
For additional commands, e-mail: [email protected]