Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
2.5.2
-
None
-
None
Description
maven allows usage of the -f flag when executing goals.
The maven release plugin however doesn't work properly with that flag.
It behaves as if some pieces of code would be referencing the -f file while some others are looking for a hardcoded "pom.xml" file name.
This makes the plugin incompatible with the feature and in my case makes it almost impossible to use it.
The documentation is mentioning a pom.xml here and there which suggest that the plugin is expecting exactly the file with that name.
Please make the plugin compatible with maven command line "-f" option