Hi Xeno, On 20.01.2025 05:01, Xeno Amess wrote:
<build> <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-plugin-plugin</artifactId> <configuration> <goalPrefix combine.self="override"/> </configuration> </plugin> </plugins> </build>it can pass xsd check(maven-4.0.0.xsd), using dom4j. can you provide an example pom for the wrong validation situation?
Validation fails if you use `combine.self` on the `configuration` element itself:
<configuration combine.self="override"> ... </configuration> Piotr --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
