Author: sebb
Date: Sun Jan 29 12:19:51 2012
New Revision: 1237260

URL: http://svn.apache.org/viewvc?rev=1237260&view=rev
Log:
Don't upload sigs to snapshots repo

Modified:
    jmeter/trunk/build.xml

Modified: jmeter/trunk/build.xml
URL: 
http://svn.apache.org/viewvc/jmeter/trunk/build.xml?rev=1237260&r1=1237259&r2=1237260&view=diff
==============================================================================
--- jmeter/trunk/build.xml (original)
+++ jmeter/trunk/build.xml Sun Jan 29 12:19:51 2012
@@ -1549,6 +1549,10 @@ run JMeter unless all the JMeter jars ar
       <and>
         <available file="${maven.dir}/jorphan.jar.asc"/>
         <available file="${maven.dir}/jorphan.pom.asc"/>
+        <!-- Don't upload sigs to snapshots repo (might mislead users) -->
+        <not>
+          <equals arg1="snapshots" arg2="@repoType"/>
+        </not>
       </and>
     </condition>
 


Reply via email to