m2eclipseでWTPプロジェクト

最近m2eclipseプラグインで新規Webプロジェクトを作る際、デフォでWTPプロジェクトになってくれなくなってしまった。
よく見たら以前まであった.projectファイルのWTP関連の記述が何も書いてないではないか。
http://maven.apache.org/plugins/maven-eclipse-plugin/eclipse-mojo.htmlによると

Generates the following eclipse configuration files:

* .project and .classpath files
* .setting/org.eclipse.jdt.core.prefs with project specific compiler settings
* various configuration files for WTP (Web Tools Project), if the parameter wtpversion is set to a valid version (WTP configuration is not generated by default)
最後の1文が気になってもうちょい見てみたら
http://maven.apache.org/plugins/maven-eclipse-plugin/wtp.html
Where wtpversion can be R7, 1.0, 1.5, 2.0 or none (default).
って書いてある。
全部見てないから何とも言えないけどいつの間にかバージョンが上がってたのか?

・Eclipse3.5
・WTP3.1
・m2eclipse0.9

で、困ってたところにこんなステキなエントリーを発見。
[Java][wicket][maven2]WTPとm2eclipseの連携覚書
http://d.hatena.ne.jp/NAGASEYASUHiTO/20070703

このままやったら思いどおりのmavenWTPウェブプロジェクトになってくれました。
ホントは.projectとか.classpathなんかを手動で書き換えるのは嫌なんだけど、、ひとまずこれで解決。