Monday, April 24, 2017

Re: GWT/Maven development cycle takes much too long

Friends,

it seems as if I could solve the problem by adding this to the pom.xml:

      <plugin>
       <groupId>org.apache.maven.plugins</groupId>
       <artifactId>maven-war-plugin</artifactId>
       <version>2.6</version>
      </plugin>

As you can see in the error message, version 2.2. is used by default. By changing it to 2.6 the error disappeared!

I am happy to have a solution, but I wonder what was going on. Why istn't the newest plugin used by default? I have seen that there already is a version 3.0.0 of the plugin.
Should I hardcode the version in the pom.xml?

However, now that the error disappeared, I'll come back to the original question and see how it speeds up the development process.

Thanks for your patience! .-)

Magnus

--
You received this message because you are subscribed to the Google Groups "GWT Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-web-toolkit+unsubscribe@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at https://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment