You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by bo...@werken.com on 2003/01/15 15:28:45 UTC

[maven-bug] Closed: (MAVEN-188) xml does not follow schema

Message:

   The following issue has been closed.

   Resolver: dion gillard
       Date: Wed, 15 Jan 2003 8:28 AM

Fixed in CVS today.
---------------------------------------------------------------------
View the issue:

  http://jira.werken.com/secure/ViewIssue.jspa?key=MAVEN-188


Here is an overview of the issue:
---------------------------------------------------------------------
        Key: MAVEN-188
    Summary: xml does not follow schema
       Type: Task

     Status: Closed
   Priority: Major
 Resolution: FIXED

 Time Spent: Unknown
   Estimate: 0 minutes

    Project: maven
  Component: None
   Versions:
             1.0-beta-7
             1.0-beta-8

   Assignee: Jason van Zyl
   Reporter: Ming Fai

    Created: Wed, 8 Jan 2003 12:40 AM
    Updated: Wed, 15 Jan 2003 8:28 AM
Environment: N/A

Description:
maven-project.xsd does not define all elements that maven use. I have tried to validate the project.xml file and verified some elements does not exist in the xsd at all. e.g. the <reports>

I think the xsd should be updated

<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="maven-project.xsd">

	<reports>
		<report>maven-jdepend-plugin</report>
		<report>maven-checkstyle-plugin</report>
		<report>maven-changelog-plugin</report>
		<report>maven-file-activity-plugin</report>
		<report>maven-developer-activity-plugin</report>
		<report>maven-javadoc-plugin</report>
		<report>maven-jxr-plugin</report>
		<report>maven-junit-report-plugin</report>
		<report>maven-tasklist-plugin</report>
	</reports>



---------------------------------------------------------------------
JIRA INFORMATION:
This message is automatically generated by JIRA.

If you think it was sent incorrectly contact one of the administrators:
   http://jira.werken.com/Administrators.jspa

If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira