Java
Unit tests inside Eclipse succeed, unit tests in Maven fail. WTF?
Our new project makes use of Maven as build management tool. Eclipse (STS edition) is used for the development process. A part of the project consists of a transformation process which converts XML files to Java POJOs. Because of the given XML structure we used JAXB in combination with EclipseLink Read more…