Description
Support <properties> optional parameter on the single goal.
The maven-assembly-plugin supports the use of <filters> to specify files with additional properties to use during the filtering.
I'd like to have the possibility of specifying a set properties in the pom without having to create separate property files.
P.g.:
<configuration> <properties> <myproperty>value</myproperty> </properties> </configuration>