I found the root cause and I need your explanation and possible workaround
if it exists.
It is caused by maven-javadoc-plugin with goal "aggregate" running only in
reporting section of Parent POM, see [1].
See the build plan [2]. The children do not run Javadoc but the
maven-assembly-plugin fails i
I fixed this problem by adding a dependency before the testing-harness.
This seems to load the correct cofehaus defaultConfiguration class into the
classloader.
org.eclipse.sisu
org.eclipse.sisu.plexus
0.3.3
org.apache.maven.pl
On Tue 3 Apr 2018 at 07:49, slande...@gatling.io
wrote:
> Hi there,
>
> Sorry for this. I forked this plugin when I was a in rush and needed a
> quick fix while this plugin seemed stalled and failed to realize I was
> messing up.
>
> How can we sort this out? I have no problem renaming,
Rename