Closed
Description
I would like if plugin allow me to generate git.properties file along with adding properties to maven project properties. Currently there is only boolean parameter generateGitPropertiesFile
which allow to generate file OR to add properties to maven properties, but in my project it is necessary to do both of these things.
I suggest to add a new boolean parameter addToMavenProperties
which enables/disables adding properties to maven properties. Then it should be checked that at least one of this two parameters is true.