Description
Hi there,
It seems some maven flags have been deprecated since Maven 3.0 (see MNG-4697) and still used by the maven-release plugin (see here which caused some warning output:
[WARNING] Command line option -npu is deprecated and will be removed in future Maven versions.
Just wondering whether it makes sense to get rid of that particular flag within the maven-release plugin or just kept as a backward compatibility feature?
Thanks