Re: WG: next beta release for mojohaus/extra-enforcer-rules

2015-11-03 Thread Mirko Friedenhagen
Hello Stephen, I just forwarded your mail to the mojo-dev list. I could cut a release, but it will take at least three days to a vote to pass. Regards Mirko -- Sent from my mobile Am 02.11.2015 07:47 schrieb "Krull, Stephan" : > Hello user list, > > I am

Re: maven-jdeps-plugin RFEs

2015-11-03 Thread Karl Heinz Marbaise
Hi, JIRA will do a restart on 6.11.2015 afterwards the new project is available...(Yes for this plugin)...http://status.apache.org/ (Upcoming maintenance link)... On 11/3/15 7:31 PM, jieryn wrote: Since there isn't yet a project to report issues, I was informed to report issues here.

maven-jdeps-plugin RFEs

2015-11-03 Thread jieryn
Since there isn't yet a project to report issues, I was informed to report issues here. Would be nice to have a skip option so we can configure the plugin to run in a high level POM, and then case by case skip it where we need. Also, there seems to be quite a lot of output. It would be nice if

Re: maven-jdeps-plugin RFEs

2015-11-03 Thread jieryn
Ok, thanks. On Tue, Nov 3, 2015 at 1:42 PM, Karl Heinz Marbaise wrote: > Hi, > > JIRA will do a restart on 6.11.2015 afterwards the new project is > available...(Yes for this plugin)...http://status.apache.org/ (Upcoming > maintenance link)... > > > > On 11/3/15 7:31 PM,

What is the best way to get the single jar and pom.xml from multiple maven modules?

2015-11-03 Thread Bhavesh K Shah
Hi, I have 4 maven modules A, B, C, D which are interdependent. The project D is dependent on C and C in turn is dependent on A & B. I have written pom.xml for all projects accordingly. My end goal is to generate single jar out of this 4 modules and corresponding single pom.xml. The jar

RE: What is the best way to get the single jar and pom.xml from multiple maven modules?

2015-11-03 Thread Robert Patrick
Add module E that generates the JAR and make module E's POM the JAR's POM. If you want to remove some of the "development" items from the POM, see http://www.mojohaus.org/flatten-maven-plugin/flatten-mojo.html -Original Message- From: Bhavesh K Shah