That would be great. I think it's better to always declare a schema. That way you can use your XML editor for auto-completion, validation, ...
Thomas On 10/6/05, Fabrizio Giustina <[EMAIL PROTECTED]> wrote: > > On 10/6/05, Thomas Van de Velde <[EMAIL PROTECTED]> wrote: > > Would you think that this is unnecessary duplication? > > > > <project xmlns="http://maven.apache.org/POM/4.0.0"> > > <modelVersion>4.0.0</modelVersion> > > this is a good point: enforcing the schema declaration instead of the > <modelVersion> element in m2 could be a better solution. What about > making modelVersion optional if a correct 3.0.0/4.0.0 xmlns is alread > declared? > > > fabrizio > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > >