Hello,
I am creating a schema for the Maven2 POM sequencer, however I see that the POM syntax is HUGE and contains tons of things. I just want to ask what are your opinions what should be sequenced. There are basically 2 options:

a) everything (basically mirroring the XML structure)
b) only a subset for which I would probably take: groupId, artifactId, version, name, description, url, licenses, dependencies (all metadata excluding exclusions)

Thanks in advance for your opinions.

Michael Trezzi