-
Notifications
You must be signed in to change notification settings - Fork 70
Closed
Labels
bugSomething isn't workingSomething isn't workingpriority:majorMajor loss of functionMajor loss of function
Description
Lars Bruun-Hansen opened MWRAPPER-158 and commented
The Maven Wrapper Plugin will add an ASF license header on the generated maven-wrapper.properties file. I believe this is incorrect. It should have no license header.
Reasoning: While the wrapper itself is licensed under ASF code, when used in a project (which may use any license!) the config for the wrapper's execution is surely not ASF (or even AL2). The file is generated by the plugin as a convenience. Similar to how some archetypes generate skeleton code. (comparison: Maven's own archetypes do not add such a header)
By contrast it makes sense to retain the license header on the script files. These for sure are ASF and the user is not meant to alter them.
Remote Links:
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingpriority:majorMajor loss of functionMajor loss of function