evatlsong / springside

Automatically exported from code.google.com/p/springside

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

quick-start.bat BUILD FAILED

GoogleCodeExporter opened this issue · comments

E:\java\Source\springside4\examples\mini-service\bin\db\build.xml:4: Unable to r
esolve artifact: Missing:
----------
1) org.springside:springside-core:jar:4.0.0.RC1-SNAPSHOT

  Try downloading the file manually from the project website.

  Then, install it using the command:
      mvn install:install-file -DgroupId=org.springside -DartifactId=springside-
core -Dversion=4.0.0.RC1-SNAPSHOT -Dpackaging=jar -Dfile=/path/to/file

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

      mvn deploy:deploy-file -DgroupId=org.springside -DartifactId=springside-co
re -Dversion=4.0.0.RC1-SNAPSHOT -Dpackaging=jar -Dfile=/path/to/file -Durl=[url]
 -DrepositoryId=[id]

  Path to dependency:
        1) org.springside.examples:mini-service:war:4.0.0.RC1-SNAPSHOT
        2) org.springside:springside-core:jar:4.0.0.RC1-SNAPSHOT

----------
1 required artifact is missing.

for artifact:
  org.springside.examples:mini-service:war:4.0.0.RC1-SNAPSHOT

from the specified remote repositories:
  central (http://repo1.maven.org/maven2),
  springside (http://springside.googlecode.com/svn/repository),
  offical (http://repo1.maven.org/maven2)

Original issue reported on code.google.com by Erwin....@gmail.com on 23 Feb 2012 at 7:19

你的mvn install没成功吧

Original comment by ajavalo...@gmail.com on 23 Feb 2012 at 8:45