]> source.dussan.org Git - vaadin-framework.git/commitdiff
Maven publish target for nightly builds
authorArtur Signell <artur.signell@itmill.com>
Mon, 17 Aug 2009 10:57:53 +0000 (10:57 +0000)
committerArtur Signell <artur.signell@itmill.com>
Mon, 17 Aug 2009 10:57:53 +0000 (10:57 +0000)
svn changeset:8495/svn branch:6.1

build/build.xml

index caf55e9c9ba64805b433eb33aa3c648666a9f5af..3485e2404cb4f8f449bf283488f1bb4edc2bcfd3 100644 (file)
         <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/" />