]> source.dussan.org Git - vaadin-framework.git/commitdiff
Disabled deployment of javadocs and sources to maven in the nightly target as the...
authorArtur Signell <artur.signell@itmill.com>
Tue, 20 Apr 2010 12:32:42 +0000 (12:32 +0000)
committerArtur Signell <artur.signell@itmill.com>
Tue, 20 Apr 2010 12:32:42 +0000 (12:32 +0000)
svn changeset:12699/svn branch:6.3

build/build.xml

index 8f292f36110f4f67e8f2a4955eb4ed7861196060..f528a32264457884ede0fd53b6c65071b5c59599 100644 (file)
     <target name="nightly-maven-publish" depends="nightly-maven-pom.xml">
         <property file="${gpg.passphrase.file}" />
 
+<!--
+
        <echo>Publishing ${result-path}/${lib-javadoc-jar-name} to Maven repository</echo>
         <artifact:mvn>
             <arg value="gpg:sign-and-deploy-file"/>
-            <!-- .. is a workaround as maven runs in the build directory -->
             <sysproperty key="file" value="../${result-path}/${lib-javadoc-jar-name}" />
             <sysproperty key="pomFile" value="maven/pom.xml" />
             <sysproperty key="repositoryId" value="vaadin-snapshots" />
        <echo>Publishing ${result-path}/${lib-sources-jar-name} to Maven repository</echo>
         <artifact:mvn>
             <arg value="gpg:sign-and-deploy-file"/>
-            <!-- .. is a workaround as maven runs in the build directory -->
             <sysproperty key="file" value="../${result-path}/${lib-sources-jar-name}" />
             <sysproperty key="pomFile" value="maven/pom.xml" />
             <sysproperty key="repositoryId" value="vaadin-snapshots" />
             <sysproperty key="uniqueVersion" value="false" />
             <sysproperty key="gpg.passphrase" value="${gpg.passphrase}" />
         </artifact:mvn>
+        
+-->
 
         <echo>Publishing ${output-dir}/WebContent/${lib-jar-name} to Maven repository</echo>
        <artifact:mvn>
             <sysproperty key="pomFile" value="maven/pom.xml" />
             <sysproperty key="repositoryId" value="vaadin-snapshots" />
             <sysproperty key="url" value="http://oss.sonatype.org/content/repositories/vaadin-snapshots" />
-            <sysproperty key="uniqueVersion" value="false" />
             <sysproperty key="gpg.passphrase" value="${gpg.passphrase}" />
         </artifact:mvn>
     </target>