Skip to content

Instantly share code, notes, and snippets.

@tomdwaggy
Created April 13, 2015 13:11
Show Gist options
  • Save tomdwaggy/01d87ad83105705ffaeb to your computer and use it in GitHub Desktop.
Save tomdwaggy/01d87ad83105705ffaeb to your computer and use it in GitHub Desktop.
cd C:\Users\brian.becker\Git\java-rest-examples\tomee-cxf-jaxrs; "JAVA_HOME=C:\\Program Files\\Java\\jdk1.7.0_71" cmd /c "\"\"C:\\Program Files\\NetBeans 8.0.2\\java\\maven\\bin\\mvn.bat\" -Dexec.args=\"-classpath %classpath io.github.arven.rs.services.example.flare.Application\" -Dexec.executable=java -Dexec.classpathScope=runtime -Dmaven.ext.class.path=\"C:\\Program Files\\NetBeans 8.0.2\\java\\maven-nblib\\netbeans-eventspy.jar\" -Dfile.encoding=UTF-8 org.codehaus.mojo:exec-maven-plugin:1.2.1:exec\""
Running NetBeans Compile On Save execution. Phase execution is skipped and output directories of dependency projects (with Compile on Save turned on) will be used instead of their jar artifacts.
Scanning for projects...
------------------------------------------------------------------------
Building service-example-tomee-embedded-jaxrs 1.0.0-SNAPSHOT
------------------------------------------------------------------------
The POM for org.apache.openwebbeans:openwebbeans-impl:jar:1.5.0 is missing, no dependency information available
The POM for org.apache.openwebbeans:openwebbeans-spi:jar:1.5.0 is missing, no dependency information available
The POM for org.apache.openwebbeans:openwebbeans-ejb:jar:1.5.0 is missing, no dependency information available
The POM for org.apache.openwebbeans:openwebbeans-ee:jar:1.5.0 is missing, no dependency information available
The POM for org.apache.openwebbeans:openwebbeans-ee-common:jar:1.5.0 is missing, no dependency information available
The POM for org.apache.openwebbeans:openwebbeans-web:jar:1.5.0 is missing, no dependency information available
The POM for org.apache.openwebbeans:openwebbeans-jsf:jar:1.5.0 is missing, no dependency information available
------------------------------------------------------------------------
BUILD FAILURE
------------------------------------------------------------------------
Total time: 1.913s
Finished at: Mon Apr 13 09:10:30 EDT 2015
Final Memory: 11M/310M
------------------------------------------------------------------------
Failed to execute goal on project service-example-tomee-embedded-jaxrs: Could not resolve dependencies for project io.github.arven.rs:service-example-tomee-embedded-jaxrs:war:1.0.0-SNAPSHOT: The following artifacts could not be resolved: org.apache.openwebbeans:openwebbeans-jsf:jar:1.5.0, org.apache.openwebbeans:openwebbeans-impl:jar:1.5.0, org.apache.openwebbeans:openwebbeans-spi:jar:1.5.0, org.apache.openwebbeans:openwebbeans-ejb:jar:1.5.0, org.apache.openwebbeans:openwebbeans-ee:jar:1.5.0, org.apache.openwebbeans:openwebbeans-ee-common:jar:1.5.0, org.apache.openwebbeans:openwebbeans-web:jar:1.5.0: Failure to find org.apache.openwebbeans:openwebbeans-jsf:jar:1.5.0 in https://repository.apache.org/content/groups/snapshots was cached in the local repository, resolution will not be reattempted until the update interval of apache-m2-snapshot has elapsed or updates are forced -> [Help 1]
To see the full stack trace of the errors, re-run Maven with the -e switch.
Re-run Maven using the -X switch to enable full debug logging.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment