Browse Source

Maven publish target for nightly builds

svn changeset:8499/svn branch:6.1
tags/6.7.0.beta1
Artur Signell 15 years ago
parent
commit
41ed94ee3b
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      build/build.xml

+ 2
- 2
build/build.xml View File

@@ -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>

Loading…
Cancel
Save