官方地址:
http://maven.apache.org/ref/3.5.2/maven-model/maven.html (搜索:Some examples are jar, war, ejb-client and test-jar)
http://maven.apache.org/ref/3.5.2/maven-core/artifact-handlers.htmltype:默认为jar类型,常用的类型有:jar、ejb-client、test-jar...,可设置plugins中的extensions值为true后在增加新的类型。
相关文章
- 如何设置页面上所有的input type = text 的readonly属性为true。。在线等啊
- 插件“maven-dependency-plugin:2.8”的错误解析版本
- maven插件maven-dependency-plugin的使用
- Maven的聚合 继承 属性 版本管理 多环境资源配置 跳过测试
- 用Maven给一个Maven工程打包,使用阿里云镜像解决mvn clean package出错的问题,使用plugin解决没有主清单属性的问题
- 使用elementUI的时候,使用Upload 上传的时候,使用 list-type 属性来设置文件列表的样式,before-upload方法失效
- JQuery中如何动态修改input的type属性
- win2003配置IIS ,发布asp.net 时出现错误 “分析器错误信息: 无法识别的属性“type”。” 的解决方法
- spring3+struts2+hibernate3整合出现的问题,No mapping found for dependency [type=java.lang.String, name='struts.objectFactory.spring.enableAopSupport']
- [转]关于maven pom.xml中dependency type 为pom的应用