You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Michael Osipov (JIRA)" <ji...@apache.org> on 2019/01/02 14:38:00 UTC

[jira] [Commented] (MSHARED-787) Add optional buildEnvironment information to the manifest

    [ https://issues.apache.org/jira/browse/MSHARED-787?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16732105#comment-16732105 ] 

Michael Osipov commented on MSHARED-787:
----------------------------------------

If I don't hear any objections by the end of next week, I'd go on and merge it.

> Add optional buildEnvironment information to the manifest
> ---------------------------------------------------------
>
>                 Key: MSHARED-787
>                 URL: https://issues.apache.org/jira/browse/MSHARED-787
>             Project: Maven Shared Components
>          Issue Type: New Feature
>          Components: maven-archiver
>    Affects Versions: maven-archiver-3.3.0
>            Reporter: Michael Osipov
>            Assignee: Michael Osipov
>            Priority: Major
>
> People are demanding to have more control about the build information (MSHARED-362). We should add the following to control this: {{<addBuildEnvironmentEntries}} /> which is by default disabled. It will contain the folling properties (akin to {{mvn- v}}):
> {noformat}
> Created-By: Apache Maven ${maven.version}
> Build-Jdk: ${java.version} (${java.vm.vendor})
> Build-Os:  ${os.name} (${os.version}; (${os.arch}){noformat}
>  
>  



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)