Hello All,

I've just updated to maven-rat-plugin 0.16, and our build fails :(

up to version 0.15 the following configuration for licenses
https://github.com/apache/openmeetings/blob/master/pom.xml#L1393

was used

now it breaks the build with error:

```
[ERROR] Failed to execute goal
org.apache.rat:apache-rat-plugin:0.16:check (default) on project
openmeetings-parent: Unable to parse configuration of mojo
org.apache.rat:apache-rat-plugin:0.16:check for parameter licenses:
Cannot load implementation hint
'org.apache.rat.analysis.license.SimplePatternBasedLicense' -> [Help
1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to
execute goal org.apache.rat:apache-rat-plugin:0.16:check (default) on
project openmeetings-parent: Unable to parse configuration of mojo
org.apache.rat:apache-rat-plugin:0.16:check for parameter licenses:
Cannot load implementation hint
'org.apache.rat.analysis.license.SimplePatternBasedLicense'
    at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute2
(MojoExecutor.java:347)
    at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute
(MojoExecutor.java:330)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute
(MojoExecutor.java:213)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute
(MojoExecutor.java:175)
    at org.apache.maven.lifecycle.internal.MojoExecutor.access$000
(MojoExecutor.java:76)
    at org.apache.maven.lifecycle.internal.MojoExecutor$1.run
(MojoExecutor.java:163)
    at org.apache.maven.plugin.DefaultMojosExecutionStrategy.execute
(DefaultMojosExecutionStrategy.java:39)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute
(MojoExecutor.java:160)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject
(LifecycleModuleBuilder.java:105)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject
(LifecycleModuleBuilder.java:73)
    at 
org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build
(SingleThreadedBuilder.java:53)
```

Are there any migration guide or something? :))

-- 
Best regards,
Maxim

Reply via email to