Re: problem with AAR dependency

2014-12-07 Thread William Ferguson
## Cross posting to Maven Dev list One solution to this would be to change the POM specification to require the type element for dependencies. That would allow Maven and MavenCentral to immediately fail POMs based upon dependencies that are missing the type element. Yes, it goes against convent

Re: Integrate Maven Site reporting with maven plugin that externally create report html page.

2014-12-07 Thread Hervé BOUTEMY
notice given our useful discussion, I just opened http://jira.codehaus.org/browse/MSHARED-389 and fixed it Regards, Hervé Le samedi 6 décembre 2014 17:44:33 Hervé BOUTEMY a écrit : > in AbstractCloverageMojo.java, > > @Parameter(defaultValue = "${basedir}/target/coverage") > protected File

RE: maven-eclipe-plugin build failing due to "Could not generate DH keypair"

2014-12-07 Thread Martin Gainty
at the bank the Sun Provider would occasionaly fubar our security installation we mitigated by switching the provider to bouncycastle Kristian...where is the testcase? Martin- Nota Bene: in maven-elcipse-plugin someone *should* correct multymodule to multimodule > Date: Sun, 7 Dec 2014 13:07:05

Re: maven-eclipe-plugin build failing due to "Could not generate DH keypair"

2014-12-07 Thread Kristian Rosenvold
I removed the testcase in r1643665. If anyone wants to work on the failing test feel free to revert my commit and fix it. The implications of having all the builds red for any length of time is usually more fallout. Kristian 2014-12-07 8:30 GMT+01:00 Anders Hammar : > I think we should retire i

Re: Maven assembly plugin : includeBaseDirectory not correctly used

2014-12-07 Thread Hervé BOUTEMY
> Do you think this is feasible ? we maintain the generator, so anything is feasible if it's valid java :) one hard part is to demonstrate the code you intend to generate before hacking the generator, because hacking the generator is always hard And I didn't really get the idea yet. > There is