mojohaus / xml-maven-plugin

XML Maven Plugin
https://www.mojohaus.org/xml-maven-plugin/
Apache License 2.0
23 stars 21 forks source link

forceCreation is misplaced or misdocumented #25

Closed DominiqueComte closed 7 years ago

DominiqueComte commented 7 years ago

trying to use the forceCreation option, I saw that it has to be placed in the POM on the same level as TransformationSets, but it is explained among the options of the TransformerSet, so the documentation is misleading.

VoldemarLeGrand commented 7 years ago

In other words, documentaion states that <forceCreation> option should be placed inside<transformationSet>. But actually it should be placed inside <configuration> and so is applyed to all <transformationSet>'s.

jochenw commented 7 years ago

Fix version: 1.0.2