I'm trying to create an archetype that would add some data in an existing POM file.
Actually, this archetype would specify the distributionManagement for a project which is not configured for that.
I know that the allowPartial attribute in the archetype.xml file allow something like that, but I didn't figure out how to do it.
Is there a way to do so ? Do I have to use an existing plugin ? Do I have to create my own ?
Thanks in advance !