Install SpringMe Maven Plugin in local repository

8 views
Skip to first unread message

jesty

unread,
Apr 28, 2009, 11:19:33 AM4/28/09
to Spring ME
Hi all,
I'm using Spring Me builded on my computer and works well.
Know I want install my project on other computer, but when I lunch:
mvn com.totsp.gwt:maven-googlewebtoolkit2-plugin:gwt I received follow
error:

Unable to download the artiact from any repository

me.springframework:spring:me-maven-plugin:pom:1.0-SNAPSHOT

from the speciefied remote repositories:
(.... remote repositories...)

for project me.springframework:spring-me-maven-plugin

Can you help me? How must I install the plugin in my local repository?
I'm using the following commands:

mvn install:install-file -DgroupId=me.springframework -
DartifactId=spring-me-api -Dversion=1.0-SNAPSHOT -Dpackaging=jar -
Dfile=lib/spring-me-api-1.0-SNAPSHOT.jar
mvn install:install-file -DgroupId=me.springframework -
DartifactId=spring-me-core -Dversion=1.0-SNAPSHOT -Dpackaging=jar -
Dfile=lib/spring-me-core-1.0-SNAPSHOT.jar
mvn install:install-file -DgroupId=me.springframework -
DartifactId=spring-me-maven-plugin -Dversion=1.0-SNAPSHOT -
Dpackaging=jar -Dfile=lib/spring-me-maven-plugin-1.0-SNAPSHOT.jar

Someone can help me?

Best regards
--
Davide Cerbo
-----------
http://davide.cerbo.born-to-co.de
-----------

wilfred

unread,
May 10, 2009, 5:58:02 AM5/10/09
to Spring ME
Looking at the snippet you sent, I think there is a problem in your
plugin reference:

I would have expected this:

me.springframework:spring:me-maven-plugin:pom:1.0-SNAPSHOT

to be this:

me.springframework:spring-me-maven-plugin:pom:1.0-SNAPSHOT

Note the dash instead of a colon.

Hope it helps,

Wilfred
Reply all
Reply to author
Forward
0 new messages