aegif / NemakiWare

Light-weight, highly customizable CMIS server powered by NoSQL

Home Page:http://nemakiware.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Could not find artifact jp.aegif.nemakiware:nemakiware-action:jar:0.0.1 in com.springsource.repository.bundles.release

nicolas-raoul opened this issue · comments

Steps:

  1. Check out nemakiware from Git, swicth to integration branch
  2. Execute mvn install in /common folder
  3. Execute mvn eclipse:eclipse in /core
  4. This appears:
Downloading: https://repo.maven.apache.org/maven2/jp/aegif/nemakiware/nemakiware-action/0.0.1/nemakiware-action-0.0.1.jar
[WARNING] An error occurred during dependency resolution.
    Failed to retrieve jp.aegif.nemakiware:nemakiware-action-0.0.1
Caused by: Could not find artifact jp.aegif.nemakiware:nemakiware-action:jar:0.0.1 in com.springsource.repository.bundles.release (http://repository.springsource.com/maven/bundles/release)

Try downloading the file manually from the project website.

Then, install it using the command: 
    mvn install:install-file -DgroupId=jp.aegif.nemakiware -DartifactId=nemakiware-action -Dversion=0.0.1 -Dpackaging=jar -Dfile=/path/to/file

Alternatively, if you host your own repository you can deploy the file there: 
    mvn deploy:deploy-file -DgroupId=jp.aegif.nemakiware -DartifactId=nemakiware-action -Dversion=0.0.1 -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]

Path to dependency: 
        1) jp.aegif.nemakiware:core:war:2.4.0.beta1
        2) jp.aegif.nemakiware:nemakiware-action:jar:0.0.1


  jp.aegif.nemakiware:nemakiware-action:jar:0.0.1

from the specified remote repositories:
  com.springsource.repository.bundles.release (http://repository.springsource.com/maven/bundles/release, releases=true, snapshots=true),
  com.springsource.repository.bundles.external (http://repository.springsource.com/maven/bundles/external, releases=true, snapshots=true),
  version99 (http://version99.qos.ch/, releases=true, snapshots=true),
  central (https://repo.maven.apache.org/maven2, releases=true, snapshots=false)

[INFO] Unable to read jar manifest from /home/nico/.m2/repository/jp/aegif/nemakiware/nemakiware-action/0.0.1/nemakiware-action-0.0.1.jar