Advertisement
Guest User

Untitled

a guest
Oct 22nd, 2014
137
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 4.33 KB | None | 0 0
  1. "C:\Program Files (x86)\Java\jdk1.7.0_67\bin\java" -Dmaven.home=C:\apache-maven-3.2.3 -Dclassworlds.conf=C:\apache-maven-3.2.3\bin\m2.conf -Didea.launcher.port=7532 "-Didea.launcher.bin.path=C:\Program Files (x86)\JetBrains\IntelliJ IDEA 13.1.5\bin" -Dfile.encoding=UTF-8 -classpath "C:\apache-maven-3.2.3\boot\plexus-classworlds-2.5.1.jar;C:\Program Files (x86)\JetBrains\IntelliJ IDEA 13.1.5\lib\idea_rt.jar" com.intellij.rt.execution.application.AppMain org.codehaus.classworlds.Launcher -Didea.version=13.1.5 package
  2. [INFO] Scanning for projects...
  3. [WARNING]
  4. [WARNING] Some problems were encountered while building the effective model for mx.omnitracs.maya:front-web:war:0.0.1-F3-Snapshot
  5. [WARNING] 'groupId' contains an expression but should be a constant. @ ${project.parent.groupId}:front-web:[unknown-version], C:\Users\Porfirio\Desktop\MayaSCMCode\front-web\pom.xml, line 10, column 11
  6. [WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-deploy-plugin is missing. @ mx.omnitracs.maya:maya-platform:0.0.1-F3-Snapshot, C:\Users\Porfirio\Desktop\MayaSCMCode\pom.xml, line 208, column 12
  7. [WARNING] 'build.plugins.plugin.version' for org.codehaus.mojo:buildnumber-maven-plugin is missing. @ ${project.parent.groupId}:front-web:[unknown-version], C:\Users\Porfirio\Desktop\MayaSCMCode\front-web\pom.xml, line 135, column 12
  8. [WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-surefire-plugin is missing. @ mx.omnitracs.maya:maya-platform:0.0.1-F3-Snapshot, C:\Users\Porfirio\Desktop\MayaSCMCode\pom.xml, line 228, column 12
  9. [WARNING]
  10. [WARNING] It is highly recommended to fix these problems because they threaten the stability of your build.
  11. [WARNING]
  12. [WARNING] For this reason, future Maven versions might no longer support building such malformed projects.
  13. [WARNING]
  14. [INFO] Inspecting build with total of 1 modules...
  15. [INFO] Not installing Nexus Staging features:
  16. [INFO]  * Preexisting staging related goal bindings found in 1 modules.
  17. [INFO]                                                                        
  18. [INFO] ------------------------------------------------------------------------
  19. [INFO] Building front-web 0.0.1-F3-Snapshot
  20. [INFO] ------------------------------------------------------------------------
  21. [WARNING] The POM for mx.omnitracs.maya:reports:jar:0.0.1-F3-Snapshot is missing, no dependency information available
  22. [WARNING] The POM for mx.omnitracs.maya:domain-model:jar:0.0.1-F3-Snapshot is missing, no dependency information available
  23. [WARNING] The POM for mx.omnitracs.maya:bussines-services:jar:0.0.1-F3-Snapshot is missing, no dependency information available
  24. [WARNING] The POM for mx.omnitracs.maya:security:jar:0.0.1-F3-Snapshot is missing, no dependency information available
  25. [WARNING] The POM for mx.omnitracs.maya:dwh-bussines-services:jar:0.0.1-F3-Snapshot is missing, no dependency information available
  26. [INFO] ------------------------------------------------------------------------
  27. [INFO] BUILD FAILURE
  28. [INFO] ------------------------------------------------------------------------
  29. [INFO] Total time: 0.994 s
  30. [INFO] Finished at: 2014-10-22T16:17:17-05:00
  31. [INFO] Final Memory: 7M/18M
  32. [INFO] ------------------------------------------------------------------------
  33. [ERROR] Failed to execute goal on project front-web: Could not resolve dependencies for project mx.omnitracs.maya:front-web:war:0.0.1-F3-Snapshot: The following artifacts could not be resolved: mx.omnitracs.maya:reports:jar:0.0.1-F3-Snapshot, mx.omnitracs.maya:domain-model:jar:0.0.1-F3-Snapshot, mx.omnitracs.maya:bussines-services:jar:0.0.1-F3-Snapshot, mx.omnitracs.maya:security:jar:0.0.1-F3-Snapshot, mx.omnitracs.maya:dwh-bussines-services:jar:0.0.1-F3-Snapshot: Failure to find mx.omnitracs.maya:reports:jar:0.0.1-F3-Snapshot in https://repo.maven.apache.org/maven2 was cached in the local repository, resolution will not be reattempted until the update interval of central has elapsed or updates are forced -> [Help 1]
  34. [ERROR]
  35. [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
  36. [ERROR] Re-run Maven using the -X switch to enable full debug logging.
  37. [ERROR]
  38. [ERROR] For more information about the errors and possible solutions, please read the following articles:
  39. [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/DependencyResolutionException
  40.  
  41. Process finished with exit code 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement