diff options
author | Artur Signell <artur.signell@itmill.com> | 2010-04-20 12:32:42 +0000 |
---|---|---|
committer | Artur Signell <artur.signell@itmill.com> | 2010-04-20 12:32:42 +0000 |
commit | 095f404a997b17beff56cfa2404932fbcd5dae06 (patch) | |
tree | 3f17af26c0166a0719d561983455e8cad13af4d5 /build | |
parent | 34e9dd1f149d44de45f83dfc05f52b8ae42b6457 (diff) | |
download | vaadin-framework-095f404a997b17beff56cfa2404932fbcd5dae06.tar.gz vaadin-framework-095f404a997b17beff56cfa2404932fbcd5dae06.zip |
Disabled deployment of javadocs and sources to maven in the nightly target as the Maven metadata is incorrectly updated
svn changeset:12699/svn branch:6.3
Diffstat (limited to 'build')
-rw-r--r-- | build/build.xml | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/build/build.xml b/build/build.xml index 8f292f3611..f528a32264 100644 --- a/build/build.xml +++ b/build/build.xml @@ -1075,10 +1075,11 @@ <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" /> @@ -1091,7 +1092,6 @@ <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" /> @@ -1100,6 +1100,8 @@ <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> @@ -1109,7 +1111,6 @@ <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> |