On Mon, Sep 11, 2017 at 9:34 AM, Thorsten Schöning <[email protected]> wrote: > Guten Tag Martin Gainty, > am Montag, 11. September 2017 um 01:15 schrieben Sie: > > MG>>which version java? > MG>>which version mvn ? > >> C:\Users\tschoening\Documents\Eclipse\Java Axis2\axis2>mvn --version >> Apache Maven 3.3.9 (bb52d8502b132ec0a5a3f4c09453c07478323dc5; >> 2015-11-10T17:41:47+01:00) >> Maven home: C:\Program Files\Apache Software Foundation\Maven\bin\.. >> Java version: 1.8.0_144, vendor: Oracle Corporation >> Java home: C:\Program Files\Java\jdk1.8\jre >> Default locale: de_DE, platform encoding: Cp1252 >> OS name: "windows 10", version: "10.0", arch: "amd64", family: "dos" > > MG>>which version maven-surefire-plugin? > >> <plugin> >> <artifactId>maven-surefire-plugin</artifactId> >> <version>2.20</version> >> </plugin> > > MG>>which version axis? > MG>>can you place small sample on github and allow me to fork? > > I'm basically using current trunk with some small, unrelated > modifications, like e.g. Eclipse project files, launch configurations > etc. A "small example" is not that easy, because I would need to > create a new pom.xml and such because of the project structure of axis2.
As I said earlier, this is a bug in jaxb2-maven-plugin. It should be easy to reproduce on any project that uses the testXjc goal of that plugin. > I'm pretty sure it's best to do the same I'm doing, getting the whole > trunk in either original or my version and executing command for > individual projects like axis2-metadata. Just take the same commands > from my former mails and see if it happens for you as well. I hope > so... :-) > > https://github.com/apache/axis2-java > https://github.com/tschoening/axis2-java > https://github.com/tschoening/axis2-java/tree/libs_java_3rd_usage_trunk > > Mit freundlichen Grüßen, > > Thorsten Schöning > > -- > Thorsten Schöning E-Mail: [email protected] > AM-SoFT IT-Systeme http://www.AM-SoFT.de/ > > Telefon...........05151- 9468- 55 > Fax...............05151- 9468- 88 > Mobil..............0178-8 9468- 04 > > AM-SoFT GmbH IT-Systeme, Brandenburger Str. 7c, 31789 Hameln > AG Hannover HRB 207 694 - Geschäftsführer: Andreas Muchow > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
