Building workspace causes an error:
org.apache.xerces.jaxp.SAXParserFactoryImpl not found

Also refer:
http://jira.codehaus.org/browse/MNGECLIPSE-716?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel

Add this dependency to your pom to solve the problem:
<dependency>
<groupId>com.sun.xml.bind</groupId>
<artifactId>jaxb-xjc</artifactId>
<version>2.0.3</version>
<scope>compile</scope>
</dependency>

-- 
View this message in context: 
http://www.nabble.com/Problems-with-Maven2-integration-in-Eclipse-tp22805159s17564p22805208.html
Sent from the Fornax-Platform mailing list archive at Nabble.com.


------------------------------------------------------------------------------
_______________________________________________
Fornax-developer mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/fornax-developer

Reply via email to