Skip to content

Instantly share code, notes, and snippets.

@Omnipresent
Last active December 17, 2015 09:08
Show Gist options
  • Save Omnipresent/5584918 to your computer and use it in GitHub Desktop.
Save Omnipresent/5584918 to your computer and use it in GitHub Desktop.
~/springws/spring-ws/samples/tutorial $ mvn jetty:run
[INFO] Scanning for projects...
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building Spring WS Holiday Service Tutorial 2.1.4.RELEASE-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] >>> maven-jetty-plugin:6.1.26:run (default-cli) @ tutorial >>>
[WARNING] The POM for org.springframework.ws:spring-ws-core:jar:2.1.4.RELEASE-SNAPSHOT is missing, no dependency information available
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 0.877s
[INFO] Finished at: Wed May 15 11:31:48 EDT 2013
[INFO] Final Memory: 6M/124M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal on project tutorial: Could not resolve dependencies for project org.springframework.ws:tutorial:war:2.1.4.RELEASE-SNAPSHOT: Failure to find org.springframework.ws:spring-ws-core:jar:2.1.4.RELEASE-SNAPSHOT in http://maven.springframework.org/release was cached in the local repository, resolution will not be reattempted until the update interval of spring-release has elapsed or updates are forced -> [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/DependencyResolutionException
~/springws/spring-ws/samples/mtom/server $ mvn jetty:run
[INFO] Scanning for projects...
[ERROR] The build could not read 1 project -> [Help 1]
[ERROR]
[ERROR] The project org.springframework.ws:mtom-server:2.1.4.RELEASE-SNAPSHOT (/Users/bhaarat/springws/spring-ws/samples/mtom/server/pom.xml) has 2 errors
[ERROR] 'dependencies.dependency.version' for javax.xml.bind:jaxb-api:jar is missing. @ line 21, column 29
[ERROR] 'dependencies.dependency.version' for com.sun.xml.bind:jaxb-impl:jar is missing. @ line 37, column 29
[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/ProjectBuildingException
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment