Re: Building and unit-testing MR Jars, easily

2018-04-04 Thread Robert Scholte
Hi Russell, interesting approach. The difference between library developers and application developers becomes more and more clear and this concept might be useful for library builders. We should probably have a separate page for all the available solutions and menion the pro's and cons.

is it possible to use maven flatten plugin with maven shade plugin?

2018-04-04 Thread Richard Sand
Hi all, Has anyone tried using the MojoHaus flatten plugin in conjunction with Maven shade plugin? The trick is to get the flatten plugin to flatten the DRP after shading, instead of the original pom. My goal is for the uber-jar to include a standalone POM that does not reference any parent