On Tue, Jan 5, 2010 at 11:21 AM, Simon Laws <[email protected]> wrote: > Ok, have made the fix and got a clean build so will check in. Ant has > mentioned that there is some maven magic that will tell us when we > have unversioned dependencies (which is what caused this issue). So am > hoping he'll post on the details. > > Simon >
That would be the Maven Enforcer plugin and its requirePluginVersions option - http://maven.apache.org/enforcer/enforcer-rules/requirePluginVersions.html. I'll have a go getting that running in our build. ...ant
