On 23/08/2013, at 3:50 PM, Domi <d...@fortysix.ch> wrote:

> Should maven not have a Concept to support multiple schema versions?

In theory it does, by way of the DTD declaration, you can specify which DTD 
you're currently using, but support for that POM version would mandate a 
minimum version of Maven for the build.

Which I'd be down for - if maven encountered a DTD version it didn't 
understand, gracefully handle it with suitable error messages that identify the 
problem as being either a totally broken pom.xml, or an unsupported POM version 
- of which, if thats the case then the POM should include a:

<prerequisites>
  <maven>2.0.6</maven>
</prerequisites>

section or something.

Attachment: signature.asc
Description: Message signed with OpenPGP using GPGMail

Reply via email to