diff options
author | Artur Signell <artur.signell@itmill.com> | 2009-08-17 10:57:53 +0000 |
---|---|---|
committer | Artur Signell <artur.signell@itmill.com> | 2009-08-17 10:57:53 +0000 |
commit | 5810c4c7e3339c85534f29fa87334c1ab3781378 (patch) | |
tree | df836c9b81cc6bf47084010ae6c085f4212fe683 /build | |
parent | 53ed914d940c3ea545c41d1aaabfc535f8f17834 (diff) | |
download | vaadin-framework-5810c4c7e3339c85534f29fa87334c1ab3781378.tar.gz vaadin-framework-5810c4c7e3339c85534f29fa87334c1ab3781378.zip |
Maven publish target for nightly builds
svn changeset:8495/svn branch:6.1
Diffstat (limited to 'build')
-rw-r--r-- | build/build.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/build/build.xml b/build/build.xml index caf55e9c9b..3485e2404c 100644 --- a/build/build.xml +++ b/build/build.xml @@ -1208,7 +1208,8 @@ <echo>Publishing ${output-dir}/WebContent/${lib-jar-name} to Maven repository</echo> <artifact:mvn> <arg value="gpg:sign-and-deploy-file"/> - <sysproperty key="file" value="${output-dir}/WebContent/${lib-jar-name}" /> + <!-- .. is a workaround as maven runs in the build directory --> + <sysproperty key="file" value="../${output-dir}/WebContent/${lib-jar-name}" /> <sysproperty key="pomFile" value="maven/pom.xml" /> <sysproperty key="gpg.repositoryId" value="vaadin-snapshots" /> <sysproperty key="url" value="http://oss.sonatype.org/content/repositories/vaadin-snapshots/" /> |