博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
Maven常用插件列表
阅读量:5998 次
发布时间:2019-06-20

本文共 1710 字,大约阅读时间需要 5 分钟。

hot3.png

插件名称 用途 来源
maven-clean-plugin 清理项目 Apache
maven-compiler-plugin 编译项目 Apache
maven-deploy-plugin 部署项目 Apache
maven-install-plugin 安装项目 Apache
maven-resources-plugin 处理资源文件 Apache
maven-site-plugin 生成站点 Apache
maven-surefire-plugin 执行测试 Apache
maven-jar-plugin 构建jar项目 Apache
maven-war-plugin 构建war项目 Apache
maven-shade-plugin 构建包含依赖的jar包 Apache
maven-changelog-plugin 生成版本控制变更报告 Apache
maven-checkstyle-plugin

生成CheckStyle报告

Apache
maven-javadoc-plugin 生成javadoc文档 Apache
maven-jxr-plugin 生成源码交叉引用文档 Apache
maven-pmd-plugin 生成pmd报告 Apache
maven-project-info-reports-plugin 生成项目信息报告 Apache
maven-surefire-report-plugin 生成单元测试报告 Apache
maven-antrun-plugin 调用Ant任务 Apache
maven-archetype-plugin 基于Archetype生成项目骨架 Apache
maven-assembly-plugin 构建自定义格式的分发包 Apache
maven-dependency-plugin 依赖分析及控制 Apache
maven-enforcer-plugin 定义规则并强制要求项目遵守 Apache
maven-pgp-plugin 为项目构件生成pgp签名 Apache
maven-help-plugin 获取项目及Maven环境的信息 Apache
maven-invoker-plugin 自动运行Maven项目构建并验证 Apache
maven-release-plugin 自动化项目版本发布 Apache
maven-scm-plugin 集成版本控制系统 Apache
maven-source-plugin 生成源码包 Apache
maven-eclipse-plugin 生成eclipse项目环境配置 Apache
build-helper-maven-plugin 包含各种支持构建生命周期的目标 Codehaus
exec-maven-plugin 运行系统程序或者java程序 Codehaus
jboss-maven-plugin 启动、停止jboss、部署项目 Codehaus
properties-maven-plugin 从properties文件读写Maven属性 Codehaus
sql-maven-plugin 运行sql脚本 Codehaus
tomcat-maven-plugin 启动、停止tomcat、部署项目 Codehaus
versions-maven-plugin 自动化批量更新pom版本 Codehaus
cargo-maven-plugin 启动/停止/配置各类web容器自动化部署web项目 Cargo
jetty-maven-plugin 集成jetty容器、实现快速开发测试 Eclipse
mave-gae-plugin 集成google app engine Googlecode
maven-license-plugin 自动化添加许可证证明至源码文件 Googlecode
maven-andmid-plugin 构建Android项目 Googlecode

 

转载于:https://my.oschina.net/u/2914561/blog/812101

你可能感兴趣的文章
怎么做好一个职业导师
查看>>
解决 mysql (10038)
查看>>
POJ3641 (快速幂) 判断a^p = a (mod p)是否成立
查看>>
[转载] 全本张广泰——第十六回 广泰陪筹饷 姨夫人落病
查看>>
[转载] New Concept English 1——Lesson 8 What's your job?
查看>>
结构型模式 -- 适配器模式
查看>>
Linux 文件流管理
查看>>
syslog - 日志文件详解
查看>>
SEO优化
查看>>
背景图自适应
查看>>
qt-mingw530-opencv-开发配置
查看>>
css知多少(8)——float上篇(转)
查看>>
前端之bootstrap
查看>>
PHP中global与$GLOBALS['']的区别
查看>>
[BZOJ4690] Never Wait for Weights(并查集)
查看>>
使用NPOI导入导出标准Excel
查看>>
HTML标签--textarea,label,fieldset
查看>>
[20190113]四校联考
查看>>
js操作table中tr的顺序,实现上移下移一行的效果
查看>>
install python3 on centos
查看>>