Advertisement
Guest User

Untitled

a guest
Jan 24th, 2017
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.32 KB | None | 0 0
  1. cd C:\Users\Tutu\Documents\NetBeansProjects\artificial-neural-network\core; "JAVA_HOME=C:\\Program Files\\Java\\jdk1.8.0_101" cmd /c "\"\"C:\\Program Files\\NetBeans 8.2\\java\\maven\\bin\\mvn.bat\" -Dmaven.ext.class.path=\"C:\\Program Files\\NetBeans 8.2\\java\\maven-nblib\\netbeans-eventspy.jar\" -Dfile.encoding=UTF-8 clean install\""
  2. Scanning for projects...
  3.  
  4. Some problems were encountered while building the effective model for pl.kielce.tu.mszczesniak:core:jar:1.0-SNAPSHOT
  5. 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-jar-plugin is missing. @ pl.kielce.tu.mszczesniak:artificial-neural-network:1.0-SNAPSHOT, C:\Users\Tutu\Documents\NetBeansProjects\artificial-neural-network\pom.xml, line 39, column 21
  6.  
  7. It is highly recommended to fix these problems because they threaten the stability of your build.
  8.  
  9. For this reason, future Maven versions might no longer support building such malformed projects.
  10.  
  11.  
  12. ------------------------------------------------------------------------
  13. Building core 1.0-SNAPSHOT
  14. ------------------------------------------------------------------------
  15. ------------------------------------------------------------------------
  16. BUILD FAILURE
  17. ------------------------------------------------------------------------
  18. Total time: 0.289s
  19. Finished at: Tue Jan 24 20:11:06 CET 2017
  20. Final Memory: 5M/123M
  21. ------------------------------------------------------------------------
  22. Failed to execute goal on project core: Could not resolve dependencies for project pl.kielce.tu.mszczesniak:core:jar:1.0-SNAPSHOT: Failed to collect dependencies for [pl.kielce.tu.mszczesniak:parser:jar:1.0-SNAPSHOT (compile), com.google.guava:guava:jar:19.0 (compile), junit:junit:jar:4.12 (test)]: Failed to read artifact descriptor for pl.kielce.tu.mszczesniak:parser:jar:1.0-SNAPSHOT: Could not find artifact pl.kielce.tu.mszczesniak:artificial-neural-network:pom:1.0-SNAPSHOT -> [Help 1]
  23.  
  24. To see the full stack trace of the errors, re-run Maven with the -e switch.
  25. Re-run Maven using the -X switch to enable full debug logging.
  26.  
  27. For more information about the errors and possible solutions, please read the following articles:
  28. [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/DependencyResolutionException
  29. Check Maven network proxy...
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement