gpt4 book ai didi

java - 将 NetBeans maven 操作导入 Eclipse

转载 作者:行者123 更新时间:2023-12-01 14:00:16 28 4
gpt4 key购买 nike

我将一个 Maven 项目从 NetBeans 7.3 导入到 Eclipse Kepler 中。但我不知道如何导入 NetBeans maven 操作!谢谢。

<?xml version="1.0" encoding="UTF-8"?>
<actions>
<action>
<actionName>run</actionName>
<goals>
<goal>process-classes</goal>
<goal>org.codehaus.mojo:exec-maven-plugin:1.2:exec</goal>
</goals>
<properties>
<exec.args>-Xmx120m -classpath %classpath foo.bar.Main ...</exec.args>
<exec.executable>java</exec.executable>
<exec.classpathScope>runtime</exec.classpathScope>
<exec.workingdir>/Users/....</exec.workingdir>
</properties>
</action>

最佳答案

这是一个 netbeans 特定文件。除非 eclipse (m2e) 开发人员能够识别该格式,否则您唯一的方法是手动转换为 eclipse 用于存储用户的 maven 执行的任何格式。

关于java - 将 NetBeans maven 操作导入 Eclipse,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/19386732/

28 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com