<artifactId>maven-project-info-reports-plugin</artifactId> 飘红解决办法

Posted 雷神乐乐

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了<artifactId>maven-project-info-reports-plugin</artifactId> 飘红解决办法相关的知识,希望对你有一定的参考价值。

添加下面的依赖

    <dependency>
      <groupId>org.apache.maven.plugins</groupId>
      <artifactId>maven-project-info-reports-plugin</artifactId>
      <version>3.0.0</version>
      <type>maven-plugin</type>
    </dependency>

以上是关于<artifactId>maven-project-info-reports-plugin</artifactId> 飘红解决办法的主要内容,如果未能解决你的问题,请参考以下文章

ssh框架搭建

maven 多模块项目如何包含 gradle 子项目?

<artifactId>maven-project-info-reports-plugin</artifactId> 飘红解决办法

动态maven artifactId

MAVEN中的GROUP ID与ARTIFACTID

在 ssh-agent 中同时加载两个 ssh-keys 时,克隆(更新)git 子模块失败