Maven常用插件的详细整理

  

<强> Maven常用插件的详细整理

  

1。源码分析

        & lt; artifactId> maven-pmd-plugin之前      

2。代码格式检查

        & lt; artifactId> maven-checkstyle-plugin之前      

3。代码相似度检查

        & lt; groupId> org.codehaus.mojo   & lt; artifactId> simian-maven-plugin之前      

4。格式化统计报告

        & lt; groupId> org.codehaus.mojo   & lt; artifactId> jdepend-maven-plugin之前      

5. firebug检查

        & lt; groupId> org.codehaus.mojo   & lt; artifactId> findbugs-maven-plugin之前      

6. javadoc         & lt; artifactId> maven-javadoc-plugin之前      

7。生成Java代码交叉引用和源代码的html格式

        & lt; artifactId> maven-jxr-plugin之前      

8。代码覆盖率
  

        & lt; groupId> org.codehaus.mojo   & lt; artifactId> cobertura-maven-plugin      & lt; groupId> org.codehaus.mojo   & lt; artifactId> emma-maven-plugin   之前      

9. java代码的度量工具

        & lt; groupId> org.codehaus.mojo   & lt; artifactId> javancss-maven-plugin之前      

10。单元测试报告

        & lt; artifactId> maven-surefire-report-plugin之前      

11. todo检查报告

        & lt; groupId> org.codehaus.mojo   & lt; artifactId> taglist-maven-plugin之前      

12。项目总报告
  

        & lt; artifactId> maven-project-info-reports-plugin之前      

=========Maven插件共同=========
  

  

1. scp文件传输

        & lt; groupId> com.github.goldin   & lt; artifactId> copy-maven-plugin之前      

2. ssh命令

        & lt; groupId> com.github.goldin   & lt; artifactId> sshexec-maven-plugin   之前      

3。Maven工作

        & lt; groupId> com.github.goldin   & lt; artifactId> jenkins-maven-plugin之前      

4。生成的信息

        & lt; groupId> com.github.goldin   & lt; artifactId> about-maven-plugin之前      

5。查找重复依赖

        & lt; groupId> com.github.goldin   & lt; artifactId> duplicates-finder-plugin   之前      

6. maven邮件发送

        & lt; groupId> com.github.goldin   & lt; artifactId> mail-maven-plugin之前      

7。项目目录查找

        & lt; groupId> com.github.goldin   & lt; artifactId> find-maven-plugin之前      

8。获取SVN版本

        & lt; groupId> com.google.code.maven-svn-revision-number-plugin   & lt; artifactId> maven-svn-revision-number-plugin   之前      

9。编译c++

        & lt; groupId> org.codehaus.mojo   & lt; artifactId> native-maven-plugin   之前      

10. ddl生成

        & lt; groupId> org.codehaus.mojo   & lt; artifactId> hibernate3-maven-plugin   之前      

11。Eclipse RCP

        & lt; groupid> org.sonatype.tycho   & lt; artifactid> target-platform-configuration   之前      

=========Maven插件官方=========
  

  

1。自动定义打包

        & lt; artifactId> maven-assembly-plugin之前      ant

Maven常用插件的详细整理