You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Archimedes Trajano (JIRA)" <ji...@codehaus.org> on 2006/03/24 03:44:12 UTC

[jira] Created: (MNG-2175) Require an schema to be specified in the configuration block of a plugin

Require an schema to be specified in the configuration block of a plugin
------------------------------------------------------------------------

         Key: MNG-2175
         URL: http://jira.codehaus.org/browse/MNG-2175
     Project: Maven 2
        Type: Improvement

  Components: POM  
    Versions: 2.0.2    
    Reporter: Archimedes Trajano


Require an schema to be specified in the configuration block of a plugin.  e.g.

<plugins>
  <plugin>
    <configuration xmlns="http://maven.apache.org/plugins/maven-eclipse-plugin/2.0/">

This will ensure that all configuration data is valid for the plugin.  It allows pom authors to use the XML editors' autocomplete function as well.

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


[jira] Updated: (MNG-2175) Require an schema to be specified in the configuration block of a plugin

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

John Casey updated MNG-2175:
----------------------------

    Fix Version: 2.2

> Require an schema to be specified in the configuration block of a plugin
> ------------------------------------------------------------------------
>
>          Key: MNG-2175
>          URL: http://jira.codehaus.org/browse/MNG-2175
>      Project: Maven 2
>         Type: Improvement

>   Components: POM
>     Versions: 2.0.2
>     Reporter: Archimedes Trajano
>      Fix For: 2.2

>
>
> Require an schema to be specified in the configuration block of a plugin.  e.g.
> <plugins>
>   <plugin>
>     <configuration xmlns="http://maven.apache.org/plugins/maven-eclipse-plugin/2.0/">
> This will ensure that all configuration data is valid for the plugin.  It allows pom authors to use the XML editors' autocomplete function as well.

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