multiple mwe2 workflows

2014-03-01 Thread Raven
Hi, my problem is most likely very simple. But altohough I searched a good amount of time for the solution before doing this post, I didn't find the answer. I'm sorry if this has been asked and answered before. My problem: i have an eclipse workspace with several projects. Each project has one mw

customizing aether's ResolutionErrorPolicy

2014-03-01 Thread J F
I'm upgrading from maven 2 to maven 3.2.1 and am getting an error when I try to build my maven project. This error occurs regardless of combinations of "-U", "-o", and tweaking various repository properties in settings.xml. The root cause is a non-standard in-house custom remote maven repository

Re: Guice provision error with AbstractMavenLifecycleParticipant

2014-03-01 Thread Stuart McCulloch
On 1 Mar 2014, at 19:12, William Ferguson wrote: > Thanks for the exceptionally clear explanation Stuart. > > I don't think we can just avoid the exception with stubbed implementations > of the Resolver because the the plugin doesn't use the Resolver directly. > It asks for an Aether Repository

Re: Guice provision error with AbstractMavenLifecycleParticipant

2014-03-01 Thread William Ferguson
Thanks for the exceptionally clear explanation Stuart. I don't think we can just avoid the exception with stubbed implementations of the Resolver because the the plugin doesn't use the Resolver directly. It asks for an Aether RepositorySystem: @Requirement private RepositorySystem repoSyst

Re: Releasing clean "company" parent Poms

2014-03-01 Thread Mirko Friedenhagen
Sorry Bernd and everyone, I did not see that you just outlined the solution I proposed yourself. Regards Mirko -- Sent from my mobile On Mar 1, 2014 1:11 PM, "Mirko Friedenhagen" wrote: > Hello Bernd, > > you could think about having a multi-module pom project with an > aggregation-pom, having

Re: Releasing clean "company" parent Poms

2014-03-01 Thread Mirko Friedenhagen
Hello Bernd, you could think about having a multi-module pom project with an aggregation-pom, having life cycle/configuration jar module and your company pom. Testing would be defined in the aggregation pom. Only ugly thing that you have to duplicate some plugin versions in the aggregate and compa

Problems with dependencyManagement in maven-release-plugin

2014-03-01 Thread Santiago Gala
Hi, we are in the following (simplified and inherited) situation: * we use git (wth gerrit) as SCM and review system * we have a parent project, (let's call it com.example:P) with dependency management and all our internal and external dependencies there (except for the partent itself) * let's say