Code: Select all
Buildfile: C:\Users\jose.plano\Desktop\eclipse\eclipse-workspace\DemoSite\site\build.xml
build-app:
[artifact:mvn] [INFO] Scanning for projects...
[artifact:mvn] [INFO]
[artifact:mvn] [INFO] ------------------------------------------------------------------------
[artifact:mvn] [INFO] Building site 1.0
[artifact:mvn] [INFO] ------------------------------------------------------------------------
[artifact:mvn] [WARNING] The POM for com.mycompany:core:jar:1.0 is missing, no dependency information available
[artifact:mvn] [INFO] ------------------------------------------------------------------------
[artifact:mvn] [INFO] BUILD FAILURE
[artifact:mvn] [INFO] ------------------------------------------------------------------------
[artifact:mvn] [INFO] Total time: 8.692s
[artifact:mvn] [INFO] Finished at: Fri Jan 24 13:18:51 ART 2014
[artifact:mvn] [INFO] Final Memory: 9M/62M
[artifact:mvn] [INFO] ------------------------------------------------------------------------
[artifact:mvn] [ERROR] Failed to execute goal on project site: Could not resolve dependencies for project com.mycompany:site:war:1.0: The following artifacts could not be resolved: com.mycompany:core:jar:1.0, jdk.tools:jdk.tools:jar:1.6: Failure to find com.mycompany:core:jar:1.0 in http://nexus.broadleafcommerce.org/nexus/content/repositories/snapshots/ was cached in the local repository, resolution will not be reattempted until the update interval of public snapshots has elapsed or updates are forced -> [Help 1]
[artifact:mvn] [ERROR]
[artifact:mvn] [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[artifact:mvn] [ERROR] Re-run Maven using the -X switch to enable full debug logging.
[artifact:mvn] [ERROR]
[artifact:mvn] [ERROR] For more information about the errors and possible solutions, please read the following articles:
[artifact:mvn] [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/DependencyResolutionException
[artifact:mvn] Java Result: 1
BUILD SUCCESSFUL
Total time: 14 seconds
JVM is:1.7.0_45
Eclipse version: kepler (Using m2 plugin)
maven version:3.1.1
any clue on how i can solve it?
thanks in advance...!