From: Manolo Carrasco Date: Tue, 15 Mar 2011 18:11:15 +0000 (+0000) Subject: Change in deploy phase of artifact for 2.2.0 X-Git-Tag: release-1.3.2~455 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=9780c89c260cfefab01fe588733c6ab7d068c63b;p=gwtquery.git Change in deploy phase of artifact for 2.2.0 --- diff --git a/gwtquery-core-2.2.0/pom.xml b/gwtquery-core-2.2.0/pom.xml index 61a3e790..b5071d63 100644 --- a/gwtquery-core-2.2.0/pom.xml +++ b/gwtquery-core-2.2.0/pom.xml @@ -41,14 +41,14 @@ maven-deploy-plugin - install + deploy deploy-file ${project.build.directory}/gwtquery-${version}-${artifactId}.jar - sonatype-nexus-snapshots - https://oss.sonatype.org/content/repositories/snapshots + ${repoId} + ${repoUrl} jar gwtquery ${groupId} diff --git a/pom.xml b/pom.xml index 5c7df160..c6e2a1b0 100644 --- a/pom.xml +++ b/pom.xml @@ -166,6 +166,8 @@ OBF 2.1.0-1 + https://oss.sonatype.org/content/repositories/snapshots + sonatype-nexus-snapshots @@ -190,5 +192,19 @@ + + local + + local mavenrepo + file://mavenrepo + + + + false + local mavenrepo + file://mavenrepo + + +