xdev-software / find-and-replace-maven-plugin

A maven plugin for replacing content in files, filenames and directories.
Apache License 2.0
4 stars 0 forks source link

Fix maven warnings #1

Closed AB-xdev closed 6 months ago

AB-xdev commented 6 months ago

When running the plugin on Maven 3.9+ the following warnings are printed out:

-Dmaven.plugin.validation=VERBOSE

[WARNING]  * io.github.floverfelt:find-and-replace-maven-plugin:1.1.0
...
[WARNING]   Plugin issue(s):
[WARNING]    * Plugin is a Maven 2.x plugin, which will be not supported in Maven 4.x
[WARNING]    * Plugin mixes multiple Maven versions: [3.8.1, 2.2.1]
[WARNING]    * Plugin should declare these Maven artifacts in `provided` scope: [org.apache.maven:maven-plugin-api:3.8.1, org.apache.maven:maven-artifact:3.8.1, org.apache.maven:maven-model:3.8.1]
[WARNING]    * Plugin depends on plexus-container-default, which is EOL
AB-xdev commented 6 months ago

Fixed