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 2005/09/07 16:21:12 UTC

[jira] Updated: (MNG-555) POM XSD and site doco out of sync and both may be out of sync with code

     [ http://jira.codehaus.org/browse/MNG-555?page=all ]

Brett Porter updated MNG-555:
-----------------------------

    Fix Version:     (was: 2.0-beta-1)
                 2.0-beta-2

> POM XSD and site doco out of sync and both may be out of sync with code
> -----------------------------------------------------------------------
>
>          Key: MNG-555
>          URL: http://jira.codehaus.org/browse/MNG-555
>      Project: Maven 2
>         Type: Bug
>   Components: maven-model
>     Versions: 2.0-alpha-3
>  Environment: Win 2K, Java 1.4.2 & Java 1.5.0
>     Reporter: Andy Glick
>     Assignee: Brett Porter
>     Priority: Critical
>      Fix For: 2.0-beta-2

>
> Original Estimate: 30 minutes
>         Remaining: 30 minutes
>
> It looks as if the XML schema is out of sync with the POM documentation page and both may be out of sync with the code.
> The following fragment from Plugin type's definition on the POM documentation page does not appear in the published XSD:
> http://maven.apache.org/maven2/maven-model/maven.html
> <executions>
>   <pluginExecution>
>     <id/>
>     <phase/>
>     <goals/>
>     <inherited/>
>     <configuration/>
>   </pluginExecution>
> </executions>
> Maven 2 XSD http://maven.apache.org/maven-v4_0_0.xsd
> In addition, in a post from the Maven User mailing list the following fragment was reported to work, and it matches neither of the published formats:
> <executions>
>   <execution>
>     <goals>
>       <goal>sablecc</goal>
>     </goals>
>   </execution>
> </executions>
> http://marc.theaimsgroup.com/?l=turbine-maven-user&m=112064009313457&w=2

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