文件名称:java源码部署-scm2artifact-maven-plugin:从git下载并编译Java源代码,对其进行编译并作为工件进行部署
文件大小:52KB
文件格式:ZIP
更新时间:2024-06-08 15:38:12
系统开源
java源码部署scm2artifact插件 当使用maven 3x构建自己的项目时,有时我会尝试使用github上可用的库。 当我发现手动克隆git repo,编译库然后将其导入到我的maven存储库中变得很烦人时,我已经编写了此插件。 先决条件 Maven的3.1+ 用法 只需将插件配置添加到您的项目中,指定要构建和导入的项目的git url 该插件将: 检出项目 调用mvn clean install就可以了 < pluginRepositories > < pluginRepository > < id >scm2artifact-repo</ id > < name >scm2artifact-repo</ name > < url >https://github.com/jrialland/scm2artifact-maven-plugin/raw/master/mvn-repo/</ url > < releases > < enabled >true</ enabled > </ releases > < snapshots > < enabled >true</ e
【文件预览】:
scm2artifact-maven-plugin-master
----.gitignore(266B)
----README.md(1KB)
----mvn-repo()
--------net()
----pom.xml(5KB)
----LICENSE(1KB)
----src()
--------main()
--------it()
----.travis.yml(384B)