diff options
author | Artur Signell <artur.signell@itmill.com> | 2009-08-18 05:27:00 +0000 |
---|---|---|
committer | Artur Signell <artur.signell@itmill.com> | 2009-08-18 05:27:00 +0000 |
commit | 41ed94ee3b1e847fc70f27a0b783c1dd16898af6 (patch) | |
tree | d1d64bae33c7d7892d183a6a917d9a3795031ade /build | |
parent | 9a54158a99523a093edc883bf969bde231984748 (diff) | |
download | vaadin-framework-41ed94ee3b1e847fc70f27a0b783c1dd16898af6.tar.gz vaadin-framework-41ed94ee3b1e847fc70f27a0b783c1dd16898af6.zip |
Maven publish target for nightly builds
svn changeset:8499/svn branch:6.1
Diffstat (limited to 'build')
-rw-r--r-- | build/build.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/build/build.xml b/build/build.xml index 3485e2404c..cf63a04998 100644 --- a/build/build.xml +++ b/build/build.xml @@ -1211,8 +1211,8 @@ <!-- .. 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/" /> + <sysproperty key="repositoryId" value="vaadin-snapshots" /> + <sysproperty key="url" value="http://oss.sonatype.org/content/repositories/vaadin-snapshots" /> <sysproperty key="gpg.passphrase" value="${maven.gpg.passphrase}" /> </artifact:mvn> </target> |