我正在执行以下命令,
mvn org.apache.maven.plugins:maven-eclipse-plugin:2.6:clean \
org.apache.maven.plugins:maven-eclipse-plugin:2.6:eclipse我的所有依赖项都在类路径中,但AspectJ没有添加到类路径中。我在pom.xml依赖项列表中声明了它们
如果我使用其他版本的eclipse插件,它会在哪里工作...
发布于 2010-10-21 16:35:27
使用命令
mvn org.apache.maven.plugins:maven-eclipse-plugin:2.6:clean org.apache.maven.plugins:maven-eclipse-plugin:2.6:eclipse -Declipse.ajdtVersion=none
https://stackoverflow.com/questions/3977941
复制相似问题