Re: Any way to generically specify a release version in a child POM when using the Maven release plugin?

2013-08-21 Thread Ziga GREGORIC
@Bret, as you've figured out already, it works for non-jars. In case of a war, you just add artifacts type (typewar/type). :-) @Baptiste, yes, for the release itself. I find it even more practical to have configuration for maven-release-plugin autoVersionSubmodulestrue/autoVersionSubmodules in

Re: PDF Plugin custom properties do not appear

2013-08-21 Thread Lukas Theussl
Hi Nikola, Sorry it took me so long, but you wrote just when my vacation started... I think this is a feature that was never implemented, as the docs [1] only mention ... System properties, Maven project properties and some date properties. that can be filtered, ie no custom properties.

[clean-plugin] Delete files with non-ASCII names created on Windows using clean on *nix

2013-08-21 Thread Jacob Zwiers
I have a resource file named Mise à jour.pptx under test/resources/pptx. The file was created on Windows, checked into CVS and checked out onto a Linux server. The filename on Linux now contains \o340 (which is the ISO-8859-1 / Win-1252 encoded value for the à). When running mvn -e clean on