You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by Marnix van Bochove <va...@firstbase.nl> on 2005/04/27 12:02:54 UTC

question about maven-project-3.0.0.xsd

Hi,

I'm trying to validate my project.xml files against the maven schema at
url http://maven.apache.org/xsd/maven-project-3.0.0.xsd. When looking
inside this schema I missed the definition of the element artifactId in
the project element, so I get a validation error. Maybe this element
should be added to the sequence of valid contents for the project
element. The element "id" could be made optional, by adding the
attribute minOccurs="0".

Greetings,

Marnix van Bochove




---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


Re: question about maven-project-3.0.0.xsd

Posted by Dennis Lundberg <de...@mdh.se>.
Hi there

There is an issue open about this:
   http://jira.codehaus.org/browse/MAVEN-1410

-- 
Dennis Lundberg

Marnix van Bochove wrote:
> Hi,
> 
> I'm trying to validate my project.xml files against the maven schema at
> url http://maven.apache.org/xsd/maven-project-3.0.0.xsd. When looking
> inside this schema I missed the definition of the element artifactId in
> the project element, so I get a validation error. Maybe this element
> should be added to the sequence of valid contents for the project
> element. The element "id" could be made optional, by adding the
> attribute minOccurs="0".
> 
> Greetings,
> 
> Marnix van Bochove
> 
> 
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
> For additional commands, e-mail: dev-help@maven.apache.org
> 

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org