moxious / neoprofiler

Neo4J database profiling utility
Apache License 2.0
37 stars 10 forks source link

Error while packaging the application #4

Open yasharmaster opened 7 years ago

yasharmaster commented 7 years ago

Hello!

When I run the command mvn package I get the following error.

Downloading: http://onejar-maven-plugin.googlecode.com/svn/mavenrepo/org/dstovall/onejar-maven-plugin/1.4.4/onejar-maven-plugin-1.4.4.pom
Downloading: http://repo.maven.apache.org/maven2/org/dstovall/onejar-maven-plugin/1.4.4/onejar-maven-plugin-1.4.4.pom
[WARNING] The POM for org.dstovall:onejar-maven-plugin:jar:1.4.4 is missing, no dependency information available
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 3.615s
[INFO] Finished at: Fri May 26 19:45:57 IST 2017
[INFO] Final Memory: 7M/106M
[INFO] ------------------------------------------------------------------------
[ERROR] Plugin org.dstovall:onejar-maven-plugin:1.4.4 or one of its dependencies could not be resolved: Failed to read artifact descriptor for org.dstovall:onejar-maven-plugin:jar:1.4.4: Could not find artifact org.dstovall:onejar-maven-plugin:pom:1.4.4 in onejar-maven-plugin.googlecode.com (http://onejar-maven-plugin.googlecode.com/svn/mavenrepo) -> [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/PluginResolutionException

It seems that the One Jar package has been moved from the link http://onejar-maven-plugin.googlecode.com/svn/mavenrepo and is no longer available. Could you please update it with a new source like https://github.com/jolira/onejar-maven-plugin?