[Seasar-user:5287] Re: Maven2 & WTP
Hirotaka HONMA
[E-MAIL ADDRESS DELETED]
2006年 11月 28日 (火) 00:37:37 JST
ほんまです。
On 11/27/06, Junichi Kato <[E-MAIL ADDRESS DELETED]> wrote:
> Eclipse 3.2 + WTP 1.5 + Maven2の環境では、
> mvn eclipse:eclipse を実行しても適切なプロジェクトが作られず
> WEB-INF/lib配下にjarがないためにまともにデバッグできないのですが
> Maven2ではどのような開発環境作られているか情報共有していただけたら
> 幸いです。
私はこんなふうにしています。
SNAPSHOT版なのがイマイチですが。。。
<plugin>
<artifactId>maven-eclipse-plugin</artifactId>
<version>2.3-20061114.161516-10</version>
<configuration>
<wtpversion>1.5</wtpversion>
</configuration>
</plugin>
<pluginRepository>
<id>people.apache.org m2-snapshot</id>
<url>http://people.apache.org/repo/m2-snapshot-repository</url>
<snapshots>
<enabled>true</enabled>
</snapshots>
<releases>
<enabled>false</enabled>
</releases>
</pluginRepository>
Seasar-user メーリングリストの案内