丢失了SpringSource STS中的所有Maven选项

时间:2013-09-17 13:36:32

标签: eclipse maven

我似乎在SpringSource STS工具版本3.2.0中丢失了所有maven选项。

我无法将Maven性质添加到项目中,因为我唯一的选择是转换为Javascript或插件项目。在Window Preferences中看不到Maven选项...虽然我可以在我的.plugins文件夹中看到与m2e相关的插件,当我“关于Spring Tool Suite”时,m2e图标已不复存在了。我试图从日食市场重新安装m2e,但它没有帮助。

正如我在项目中看到的插件.metadata / .plugins:

org.eclipse.m2e.core
org.eclipse.m2e.core.ui
org.eclipse.m2e.core.jdt

我的.project文件如下所示:

<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
    <name>AdminDirect</name>
    <comment></comment>
    <projects>
    </projects>
    <buildSpec>
        <buildCommand>
            <name>org.eclipse.ajdt.core.ajbuilder</name>
            <arguments>
            </arguments>
        </buildCommand>
        <buildCommand>
            <name>org.eclipse.wst.common.project.facet.core.builder</name>
            <arguments>
            </arguments>
        </buildCommand>
        <buildCommand>
            <name>org.eclipse.m2e.core.maven2Builder</name>
            <arguments>
            </arguments>
        </buildCommand>
        <buildCommand>
            <name>org.eclipse.wst.validation.validationbuilder</name>
            <arguments>
            </arguments>
        </buildCommand>
        <buildCommand>
            <name>org.eclipse.ajdt.core.ajbuilder</name>
            <arguments>
            </arguments>
        </buildCommand>
        <buildCommand>
            <name>org.springframework.ide.eclipse.core.springbuilder</name>
            <arguments>
            </arguments>
        </buildCommand>
        <buildCommand>
            <name>org.zeroturnaround.eclipse.rebelXmlBuilder</name>
            <arguments>
            </arguments>
        </buildCommand>
    </buildSpec>
    <natures>
        <nature>org.eclipse.ajdt.ui.ajnature</nature>
        <nature>org.eclipse.wst.common.project.facet.core.nature</nature>
        <nature>org.eclipse.jdt.core.javanature</nature>
        <nature>org.eclipse.wst.common.modulecore.ModuleCoreNature</nature>
        <nature>org.eclipse.jem.workbench.JavaEMFNature</nature>
        <nature>com.springsource.sts.roo.core.nature</nature>
        <nature>org.springframework.ide.eclipse.core.springnature</nature>
        <nature>org.zeroturnaround.eclipse.jrebelNature</nature>
        <nature>org.eclipse.m2e.core.maven2Nature</nature>
    </natures>
</projectDescription>

我对这一切都有点新意,但是我在这个项目上使用m2e建设了6个月,它就消失了。我仍然可以通过mvn命令行构建。

0 个答案:

没有答案