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

Maven error: nemakiware-common-2.3.10.jar not exists

nicolas-raoul opened this issue · comments

Following instructions at https://github.com/aegif/NemakiWare/wiki/%E9%96%8B%E7%99%BA_-Eclipse%E3%81%A7%E3%81%AE%E9%96%8B%E7%99%BA

nico@nico:~/src/nemaki/common$ mvn install:install-file -Dfile=nemakiware-common-2.3.10.jar -DgroupId=jp.aegif.nemakiware -DartifactId=nemakiware-common -Dversion=2.3.10 -Dpackaging=jar
[INFO] Scanning for projects...
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building common 2.3.10
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install-file (default-cli) @ nemakiware-common ---
[ERROR] The specified file '/home/nico/src/nemaki/common/nemakiware-common-2.3.10.jar' not exists
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 0.614 s
[INFO] Finished at: 2016-10-05T17:57:06+09:00
[INFO] Final Memory: 7M/240M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-install-plugin:2.5.2:install-file (default-cli) on project nemakiware-common: The specified file '/home/nico/src/nemaki/common/nemakiware-common-2.3.10.jar' not exists -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException

Instructions fixed.