RE: Detecting any dependencies specified without versions?

2012-12-20 Thread KARR, DAVID
> -Original Message- > From: Karl Heinz Marbaise [mailto:khmarba...@gmx.de] > Sent: Thursday, December 20, 2012 9:17 AM > To: Maven Users List; users@maven.apache.org > Subject: Re: Detecting any dependencies specified without versions? > > Hi, > > if you have

Re: Detecting any dependencies specified without versions?

2012-12-20 Thread Karl Heinz Marbaise
Original-Nachricht > Datum: Thu, 20 Dec 2012 17:09:59 + > Von: "KARR, DAVID" > An: Maven Users List > Betreff: Detecting any dependencies specified without versions? > I just noticed that our large project has a lot of poms with dependencies > wit

Detecting any dependencies specified without versions?

2012-12-20 Thread KARR, DAVID
I just noticed that our large project has a lot of poms with dependencies with no version specified. I'd like to detect that at build time. I see that the enforcer plugin comes close out of the box, with the "requirePluginVersions" rule. However, there doesn't appear to be a "requireDependenc