Third party libraries - scalastyle and scoverage shouldn't be embedded into your library. I't harder to know what exact version is embedded and the upgrade process is not simple.
Instead add them as dependencies and embed them into target artifact using. You can do that in number of ways for ex.: http://maven.apache.org/plugins/maven-shade-plugin/index.html
Third party libraries - scalastyle and scoverage shouldn't be embedded into your library. I't harder to know what exact version is embedded and the upgrade process is not simple.
Instead add them as dependencies and embed them into target artifact using. You can do that in number of ways for ex.: http://maven.apache.org/plugins/maven-shade-plugin/index.html