Glassfishソースエンジニアリング転送eclipseエンジニアリングで発生した問題


問題の説明:
今日galssfishのソースコードの構築に成功した後、コマンドを実行します.
mvn eclipse:eclipse
でeclipseプロジェクトに変換しようとすると、次の問題が発生します.

[INFO] [eclipse:eclipse {execution: default-cli}]
[INFO] Using Eclipse Workspace: null
[INFO] Adding default classpath container: org.eclipse.jdt.launching.JRE_CONTAINER
[INFO] Resource directory's path matches an existing source directory. Resources will be merged with the source directory src/main/java
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO] ------------------------------------------------------------------------
私のjdkは1.6で、mavenは2.0です.9
ソリューション:
上記のコマンドを次のコマンドに変更すればよい.
mvn org.apache.maven.plugins:maven-eclipse-plugin:2.6:clean org.apache.maven.plugins:maven-eclipse-plugin:2.6:eclipse

参考資料
1. Building Glassfish V3 from SVN 2. plugin fails to create Eclipse projects in 2.7