mojohaus / flatten-maven-plugin

Flatten Maven Plugin
https://www.mojohaus.org/flatten-maven-plugin/
Apache License 2.0
201 stars 85 forks source link

Required class missing org.codehaus.plexus.interpolation.RecursionInterceptor #153

Open qhvuEprod opened 4 years ago

qhvuEprod commented 4 years ago

I'm getting this error on both version 1.2.2 and version 1.2.1, when

A required class was missing while executing org.codehaus.mojo:flatten-maven-plugin:1.2.1:flatten: org/codehaus/plexus/interpolation/RecursionInterceptor.

`

org.codehaus.mojo flatten-maven-plugin 1.2.1 flatten process-resources flatten flatten.clean clean clean
</plugins>`
dantran commented 4 years ago

may be related to https://github.com/mojohaus/flatten-maven-plugin/issues/143

@qhvuEprod could you give the mentioned fix branch a try to see it fixes your issue?

lasselindqvist commented 3 years ago

143 is fixed in master branch. @qhvuEprod can you retest with the master branch code?