From 9780c89c260cfefab01fe588733c6ab7d068c63b Mon Sep 17 00:00:00 2001 From: Manolo Carrasco Date: Tue, 15 Mar 2011 18:11:15 +0000 Subject: [PATCH] Change in deploy phase of artifact for 2.2.0 --- gwtquery-core-2.2.0/pom.xml | 6 +++--- pom.xml | 16 ++++++++++++++++ 2 files changed, 19 insertions(+), 3 deletions(-) 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 + + + -- 2.39.5