dnet45/modules/icm-iis-properties-maven-plugin/trunk/README.markdown @ 62590
1 |
Maven plugin module utilized by `icm-iis-parent-container` for proper `job.properties` file building. |
---|---|
2 |
Based on: |
3 |
http://site.kuali.org/maven/plugins/properties-maven-plugin/1.3.2/write-project-properties-mojo.html |
4 |
Supplemented with: |
5 |
* handling includePropertyKeysFromFiles property allowing writing only properties listed in given property files
|
6 |
As a final outcome only properties listed in <include> element and listed as a keys in files from <includePropertyKeysFromFiles> element will be written to output file. |