repaint-io / maven-tiles

Injecting maven configurations by composition rather than inheritance
155 stars 32 forks source link

Plugin validation issues due to dependencies on deprecated Maven 2.x compatibility layer #143

Closed lfvjimisola closed 10 months ago

lfvjimisola commented 11 months ago

Using Maven 3.9.5 with tiles-maven-plugin:2.36 will output the following warning (with -Dmaven.plugin.validation=VERBOSE)

[WARNING] Plugin validation issues were detected in 1 plugin(s)
[WARNING] 
[WARNING]  * io.repaint.maven:tiles-maven-plugin:2.36
[WARNING]   Plugin issue(s):
[WARNING]    * Plugin depends on the deprecated Maven 2.x compatibility layer, which may not be supported in Maven 4.x
talios commented 11 months ago

Weird - I'd thought we'd resolved this but obviously not - am looking at that currently. Simply dropping maven-compat is causing a few larger changes I need to work out.

The good thing at least, is that tiles is working now under Maven 4 alpha builds.