新的maven插件发布:maven-substitute-plugin v.0.2
程序员文章站
2022-03-05 11:28:35
...
新的maven插件maven-substitute-plugin v.0.2发布,主要是替换了maven pom.xml中的值,包括:
1. @PROJECT_VERSION@, 使用这个值替换Project pom.xml 中的 ${project.version}.
2. @VERSION_SCM@, 替换project last scm version.
3. @DATE_TIME@, 替换实际的 timestamp.
你能够通过任意ant类型来包含和不包含文件,比如: ‘**/*.java’ 或 ’src/main/webresource/bottom*.xhtml’。
详情查看:http://code.google.com/p/maven-substitute-plugin/
1. @PROJECT_VERSION@, 使用这个值替换Project pom.xml 中的 ${project.version}.
2. @VERSION_SCM@, 替换project last scm version.
3. @DATE_TIME@, 替换实际的 timestamp.
你能够通过任意ant类型来包含和不包含文件,比如: ‘**/*.java’ 或 ’src/main/webresource/bottom*.xhtml’。
详情查看:http://code.google.com/p/maven-substitute-plugin/
上一篇: Java 闭包原型功能完整