properties-maven-plugin
properties-maven-plugin copied to clipboard
The Properties Maven Plugin
I want to load a processed resource from target/test-classes/ The classpath:application.properties doesn't seem to work. Run maven with -X doesn't show the classpath in debug. What makes me think resources...
I use `properties-maven-plugin` to load the configuration file through `ReadPropertiesMojo` in the pom to skip some plugins, but I need to use `SetSystemPropertiesMojo` to change the value of the property...
The goal `read-project-properties` shall provide the possibility to identify files by wildcard. The solution could work similar to the [maven-resources-plugin, include / exclude](http://maven.apache.org/plugins/maven-resources-plugin/examples/include-exclude.html) parameters. E.g. ``` xml ${basedir}/src/main/config/my-properties **/*.properties ......
Issue #92 This adds an optional encoding parameter to the read-project-properties, write-project-properties, and write-active-profile-properties goals along with unit tests. It defaults to the original ISO-8859-1.
The read-project-properties, write-project-properties, and write-active-profile-properties goals read/write from properties files using java.util.Properties default encoding, ISO 8859-1. It would be useful to be able to specify the encoding to use when...
Add the possibility to exclude some keys to write and generate (or not) the comment header with the timestamp. I need to generate properties file but without some property keys...
When writing the project properties to a properties file, it writes all the properties, including those defined in the `~/.m2/settings.xml` file. Some of these properties are sensitive, for example, `gpg.password`...
Hi, Here is a patch that adds a parameter to the plugin which allows to read property files from the dependencies of the built project. The parameter is and defaults...
do not resolve yml.... 不能够解析yaml 文件, 有点美中不足.
Currently we can overrride maven property with system property with mvn -Dprop.name=updatedValuevalue Plugin saves such property (prop.name) to file only when such property defined in section of maven. If does...