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

Reply via email to