.project文件中包含maven相关的nature和buildCommand配置,去掉没?
<buildCommand>
<name>org.eclipse.m2e.core.maven2Builder</name>
<arguments>
</arguments>
</buildCommand> <nature>org.eclipse.m2e.core.maven2Nature</nature>

解决方案 »

  1.   


    已经去掉了,我的project文件:
    <?xml version="1.0" encoding="UTF-8"?>
    <projectDescription>
    <name>dcms</name>
    <comment></comment>
    <projects>
    </projects>
    <buildSpec>
    <buildCommand>
    <name>org.eclipse.ui.externaltools.ExternalToolBuilder</name>
    <triggers>full,incremental,</triggers>
    <arguments>
    <dictionary>
    <key>LaunchConfigHandle</key>
    <value>&lt;project&gt;/.externalToolBuilders/org.eclipse.wst.jsdt.core.javascriptValidator.launch</value>
    </dictionary>
    </arguments>
    </buildCommand>
    <buildCommand>
    <name>org.eclipse.jdt.core.javabuilder</name>
    <arguments>
    </arguments>
    </buildCommand>
    <buildCommand>
    <name>org.eclipse.wst.common.project.facet.core.builder</name>
    <arguments>
    </arguments>
    </buildCommand>
    <buildCommand>
    <name>org.eclipse.wst.validation.validationbuilder</name>
    <arguments>
    </arguments>
    </buildCommand>
    <buildCommand>
    <name>com.aptana.ide.core.unifiedBuilder</name>
    <arguments>
    </arguments>
    </buildCommand>
    </buildSpec>
    <natures>
    <nature>org.eclipse.jem.workbench.JavaEMFNature</nature>
    <nature>org.eclipse.wst.common.modulecore.ModuleCoreNature</nature>
    <nature>org.eclipse.wst.common.project.facet.core.nature</nature>
    <nature>org.eclipse.jdt.core.javanature</nature>
    <nature>com.aptana.projects.webnature</nature>
    <nature>org.eclipse.wst.jsdt.core.jsNature</nature>
    </natures>
    </projectDescription>
      

  2.   

    用压缩软件打开看看打包出来的jar,看看里面有没有maven的信息;试试新建一个工程项目,再把原工程中的相关代码拷过去打包行不行?没用过resin,祝你好运
      

  3.   

    既然是maven项目,你右键项目 选择maven——》Disable  maven nature,  然后就取消maven了