我已经克隆了休眠工具,并且可以从maven中构建它,但是在运行 mvn eclipse:eclipse 之后,我得到了一个.classpath像
<classpathentry kind="lib" path="h2/target/hibernate-tools-tests-h2-6.0.0-SNAPSHOT-sources.jar"/>
<classpathentry kind="lib" path="h2/target/hibernate-tools-tests-h2-6.0.0-SNAPSHOT.jar"/>
<classpathentry kind="lib" path="maven/target/hibernate-tools-tests-maven-6.0.0-SNAPSHOT.jar"/>
<classpathentry kind="lib" path="maven/target/local-repo/antlr/antlr/2.7.7/antlr-2.7.7.jar"/>
<classpathentry kind="lib" path="maven/target/local-repo/com/fasterxml/classmate/1.3.4/classmate-1.3.4.jar"/>
<classpathentry kind="lib" path="maven/target/local-repo/com/h2database/h2/1.4.195/h2-1.4.195.jar"/>
<classpathentry kind="lib" path="maven/target/local-repo/commons-collections/commons-collections/3.2.2/commons-collections-3.2.2.jar"/>
<classpathentry kind="lib" path="maven/target/local-repo/commons-logging/commons-logging/1.2/commons-logging-1.2.jar"/>
这些罐子位于我的〜/ .m2 /存储库中,但是指定的位置确实 实际上没有罐子
./hibernate-tools/test/maven/target/local-repo/dom4j/dom4j/1.6.1
dom4j-1.6.1.pom
dom4j-1.6.1.pom.sha1
_remote.repositories
如何在此项目上使用eclipse?