Details
-
Improvement
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
3.0.0
-
None
-
None
Description
For incremental builds it is preferred to have the final name of an artifact (only) outside any plugin configuration. From now on the way is set the name is like:
<project> <build> <finalName>FINAL_NAME</finalName> </build> </project>