You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by "Brett Porter (JIRA)" <ji...@codehaus.org> on 2006/02/10 22:21:47 UTC

[jira] Created: (MNG-2064) automatic plugin configuration from system properties

automatic plugin configuration from system properties
-----------------------------------------------------

         Key: MNG-2064
         URL: http://jira.codehaus.org/browse/MNG-2064
     Project: Maven 2
        Type: New Feature

  Components: Plugins and Lifecycle  
    Reporter: Brett Porter
     Fix For: 2.1


it'd be nice to have an automatic way to be able to derive a property that would set plugin configuration:

-Dplugin.<prefix>.<property>.<element>.<element>=<value>

eg,
-Dplugin.jar.finalName=foo
-Dplugin.jar.archive.manifest.addClasspath=true

Note that there are other considerations with system properties overriding config - it needs to be populated in the POM on release. We should consider this, or else allow a plugin to say which variables shouldn't be configured in this way (though I'd find that tedious and error prone)

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


[jira] Updated: (MNG-2064) automatic plugin configuration from system properties

Posted by "Brett Porter (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MNG-2064?page=all ]

Brett Porter updated MNG-2064:
------------------------------

    Fix Version: 2.1

> automatic plugin configuration from system properties
> -----------------------------------------------------
>
>          Key: MNG-2064
>          URL: http://jira.codehaus.org/browse/MNG-2064
>      Project: Maven 2
>         Type: New Feature

>   Components: Plugins and Lifecycle
>     Reporter: Brett Porter
>      Fix For: 2.1

>
>
> it'd be nice to have an automatic way to be able to derive a property that would set plugin configuration:
> -Dplugin.<prefix>.<property>.<element>.<element>=<value>
> eg,
> -Dplugin.jar.finalName=foo
> -Dplugin.jar.archive.manifest.addClasspath=true
> Note that there are other considerations with system properties overriding config - it needs to be populated in the POM on release. We should consider this, or else allow a plugin to say which variables shouldn't be configured in this way (though I'd find that tedious and error prone)

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org