Issue Details (XML | Word | Printable)

Key: MNG-2095
Type: Task Task
Status: Closed Closed
Resolution: Fixed
Priority: Major Major
Assignee: John Casey
Reporter: Michael Böckling
Votes: 0
Watchers: 2
Operations

If you were logged in you would be able to see more operations.
Maven 2

Add "plugin-metadata-1.0.0.xsd" to http://maven.apache.org/xsd

Created: 21/Feb/06 04:44 AM   Updated: 29/Oct/07 05:56 PM
Component/s: Sites & Reporting
Affects Version/s: None
Fix Version/s: 2.0.3

Time Tracking:
Not Specified

Complexity: Intermediate


 Description  « Hide
Please upload plugin-metadata-1.0.0.xsd to http://maven.apache.org/xsd.
This would allow to have syntax support (proposals) in the xml-editor which would greatly help in writing Ant mojos.

 All   Comments   Work Log   Change History      Sort Order: Ascending order - Click to sort in descending order
Brett Porter added a comment - 21/Feb/06 05:43 AM
let's wire these up as part of the site release process

John Casey added a comment - 21/Feb/06 09:16 PM
I've added the following to the modello POMs:
          <execution>
            <id>site-xsd</id>
            <phase>site</phase>
            <goals>
              <goal>xsd</goal>
            </goals>
          </execution>

If this is incorrect, I'll need some more instruction on how this should be done, as I'm not too familiar with the site-generation side of Maven.