I am trying to mvn clean testing/tomcat and I am getting the following build error. I have the latest code (just did an update) and mvn clean and mvn -e from the top build successfully. Any ideas?
[INFO] ------------------------------------------------------------------------- --- [ERROR] BUILD ERROR [INFO] ------------------------------------------------------------------------- --- [INFO] Failed to resolve artifact. required artifacts missing: javax.xml:jsr173:jar:1.0 for the artifact: org.apache.tuscany:tuscany-testing-tomcat-helloworldweb:jar:SNAPSHOT from the specified remote repositories: central (http://repo1.maven.org/maven2), ibiblio (http://www.ibiblio.org/maven2) [INFO] ------------------------------------------------------------------------- --- [INFO] For more information, run Maven with the -e switch [INFO] ------------------------------------------------------------------------- --- [INFO] Total time: 13 seconds [INFO] Finished at: Sat May 13 14:04:00 EDT 2006 [INFO] Final Memory: 5M/10M [INFO] -------------------------------------------------------------------------
