Skip to content

Instantly share code, notes, and snippets.

@walery
Last active December 14, 2015 22:19
Show Gist options
  • Select an option

  • Save walery/5158036 to your computer and use it in GitHub Desktop.

Select an option

Save walery/5158036 to your computer and use it in GitHub Desktop.
'mvn eclipse:eclipse' creates wtp project in eclipse. Copypasta gist :)
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-eclipse-plugin</artifactId>
<version>2.9</version>
<configuration>
<wtpversion>2.0</wtpversion>
</configuration>
</plugin>
@walery

walery commented Mar 21, 2013

Copy link
Copy Markdown
Author

alternative:

mvn -Dwtpversion=2.0 ...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment