如何解决默认 Confluence 插件中的红线 pom.xml
How to resolve the red lines in default Confluence plugin pom.xml
我用"atlas-create-confluence-plugin"创建了一个Confluence插件骨架,发现pom.xml有很多红线,有些是项目构建错误还有一些依赖性缺失.
如下图所示,红线表示错误较多:
这个插件项目是用官方命令创建的,并没有在项目中做任何修改,怎么解决红线问题。
我在我的 Eclipse 中遇到了同样的问题,因为我的 Eclipse 配置了 m2e Maven Integration for Eclipse。
例如,Eclipse Maven 无法解析打包 atlassian-packaging
。您不必担心 pom.xml
错误,因为您将使用 atlas-mvn
命令通过 terminal/command 提示进行编译、打包、清理等。您不使用 Eclipse 进行编译、构建等。 Eclipse 有点成为您美化的编辑器。
我用"atlas-create-confluence-plugin"创建了一个Confluence插件骨架,发现pom.xml有很多红线,有些是项目构建错误还有一些依赖性缺失.
如下图所示,红线表示错误较多:
这个插件项目是用官方命令创建的,并没有在项目中做任何修改,怎么解决红线问题。
我在我的 Eclipse 中遇到了同样的问题,因为我的 Eclipse 配置了 m2e Maven Integration for Eclipse。
例如,Eclipse Maven 无法解析打包 atlassian-packaging
。您不必担心 pom.xml
错误,因为您将使用 atlas-mvn
命令通过 terminal/command 提示进行编译、打包、清理等。您不使用 Eclipse 进行编译、构建等。 Eclipse 有点成为您美化的编辑器。