Details
-
New Feature
-
Status: Closed
-
Major
-
Resolution: Incomplete
-
3.3.9
-
None
-
None
Description
Maven uses the login name (i.e. the system property user.name). In particular, it uses it in the Maven Archiver, to set the "Built-By" manifest entry. However, in my opinion this is problematic (see also MSHARED-362), because:
- login names can typically only be traced back to a person within an organization
- outside of an organization, login names may be ridiculous, embarrassing, ... and I'd guess many people are unaware of the fact that their login name is disclosed in any artifact they build
Other systems, such as git and hg, actually use the login name as well by default. However, they allow to set the username in their global configuration. Maven should allow the same, setting both a username and an e-mail. Either by having 2 properties username and user e-mail, like git. Or by having a single property username, where the e-mail can be appended (e.g. Anthony <anthony@foo.bar>) like hg.
Attachments
Issue Links
- is related to
-
MSHARED-661 Remove manifest entry "Built-By: <username>" for reproducible builds
- Closed