lvygit / rapid-framework

Automatically exported from code.google.com/p/rapid-framework
0 stars 0 forks source link

maven 执行 mvn eclipse:eclipse #88

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
[INFO] ------------------------------------------------------------------------
[INFO] Building rapid-generator
[INFO]    task-segment: [eclipse:eclipse]
[INFO] ------------------------------------------------------------------------
[INFO] Preparing eclipse:eclipse
[INFO] snapshot com.googlecode.rapid-framework:rapid-generator-template:4.0.6-SN
APSHOT: checking for updates from sonatype-nexus-snapshots
Downloading: https://oss.sonatype.org/content/repositories/snapshots/com/googlec
ode/rapid-framework/rapid-generator-template/4.0.6-SNAPSHOT/rapid-generator-temp
late-4.0.6-SNAPSHOT.jar
[INFO] Unable to find resource 'com.googlecode.rapid-framework:rapid-generator-t
emplate:jar:4.0.6-SNAPSHOT' in repository sonatype-nexus-snapshots (https://oss.
sonatype.org/content/repositories/snapshots)
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO] ------------------------------------------------------------------------
[INFO] Failed to resolve artifact.

Missing:
----------
1) com.googlecode.rapid-framework:rapid-generator-template:jar:4.0.6-SNAPSHOT

  Try downloading the file manually from the project website.

  Then, install it using the command:
      mvn install:install-file -DgroupId=com.googlecode.rapid-framework -Dartifa
ctId=rapid-generator-template -Dversion=4.0.6-SNAPSHOT -Dpackaging=jar -Dfile=/p
ath/to/file

  Alternatively, if you host your own repository you can deploy the file there:

      mvn deploy:deploy-file -DgroupId=com.googlecode.rapid-framework -Dartifact
Id=rapid-generator-template -Dversion=4.0.6-SNAPSHOT -Dpackaging=jar -Dfile=/pat
h/to/file -Durl=[url] -DrepositoryId=[id]

出错了,请指点一下!!!

Original issue reported on code.google.com by realhots...@gmail.com on 22 Feb 2012 at 1:17