On Friday, June 1, 2012 9:09:43 AM UTC+2, Alexandre Ardhuin wrote: > > Hi Juan, > > Was you triing with the latest version ? > Could you try to update "gwt-maven-archetypes" ( in gwt-maven-archetypes > folder : git pull ) and reinstall the plugin ( mvn clean install ) ? > > The latest version works fine for me. >
Same here. Alternately, you could just skip tests: "mvn clean install -Darchetype.test.skip". archetype:integration-test is very sensible, and the parent POM, being generated/modified by archetype:generate, will *never* have an EOL at EOF. Given that my editors (I use mostly Vim on that project) insist in inserting such an EOL (which is fine the other 99.9% of the time), I have to revert them before launching the tests. I suppose you could have a similar issue depending on your Git configuration used when cloning the repo (core.eol, core.safecrlf, core.autocrlf). -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To view this discussion on the web visit https://groups.google.com/d/msg/google-web-toolkit/-/Ty9V4cU780EJ. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
