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

[jira] Created: (MPWAR-57) [PATCH] Add ability to specify context.xml file in plugin configuration

[PATCH] Add ability to specify context.xml file in plugin configuration
-----------------------------------------------------------------------

         Key: MPWAR-57
         URL: http://jira.codehaus.org/browse/MPWAR-57
     Project: maven-war-plugin
        Type: New Feature

 Environment: Maven 2.0.1
    Reporter: Kris Nuttycombe


The context.xml file for a web application may require configuration specific to the deployment environment of the webapp, and consequently should be able to be treated like the web.xml file in allowing the location of the context.xml file to be used in the webapp to be specified by a plugin configuration parameter. This patch basically duplicates the replacement functionality provided for the web.xml file for META-INF/context.xml.

This patch also provides a minor bugfix to ensure that values of the webXml and contextXml parameters do not accept whitespace as valid values.

-- 
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] Closed: (MPWAR-57) [PATCH] Add ability to specify context.xml file in plugin configuration

Posted by "Kris Nuttycombe (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MPWAR-57?page=all ]
     
Kris Nuttycombe closed MPWAR-57:
--------------------------------

    Resolution: Duplicate

This clone was created attempting to move the patch to the Maven 2.x War Plugin project. Obviously the wrong thing to do.

> [PATCH] Add ability to specify context.xml file in plugin configuration
> -----------------------------------------------------------------------
>
>          Key: MPWAR-57
>          URL: http://jira.codehaus.org/browse/MPWAR-57
>      Project: maven-war-plugin
>         Type: New Feature

>  Environment: Maven 2.0.1
>     Reporter: Kris Nuttycombe

>
>
> The context.xml file for a web application may require configuration specific to the deployment environment of the webapp, and consequently should be able to be treated like the web.xml file in allowing the location of the context.xml file to be used in the webapp to be specified by a plugin configuration parameter. This patch basically duplicates the replacement functionality provided for the web.xml file for META-INF/context.xml.
> This patch also provides a minor bugfix to ensure that values of the webXml and contextXml parameters do not accept whitespace as valid values.

-- 
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