It looks like this is wrong in the documentation: http://maven.apache.org/enforcer/enforcer-rules/requirePluginVersions.html
With regards, Nick Stolwijk ~Java Developer~ IPROFS BV. Claus Sluterweg 125 2012 WS Haarlem http://www.iprofs.nl On Tue, Aug 18, 2009 at 12:13 PM, nicolas de loof <[email protected]>wrote: > Next time I'll open my eyes before posting :-/ > > 2009/8/17 <[email protected]> > > > this is unCheckedPluginList (singular plugin), not unCheckedPluginsList > > :) > > > > Regards, > > > > Hervé > > > > ----- Mail Original ----- > > De: "nicolas de loof" <[email protected]> > > À: "Maven Users List" <[email protected]> > > Envoyé: Lundi 17 Août 2009 16h23:53 GMT +01:00 Amsterdam / Berlin / Berne > / > > Rome / Stockholm / Vienne > > Objet: enforcer and unCheckedPluginsList > > > > I'm trying to configure the enforcer plugin rule "RequiresPluginVersion" > to > > ignore some plugin I'm using from command line. > > I tried to use unCheckedPluginsList as decribe in doc : > > > > <requirePluginVersions> > > <message>Always define plugin versions!</message> > > <banSnapshots>false</banSnapshots> > > <unCheckedPluginsList>foo:bar</unCheckedPluginsList> > > </requirePluginVersions> > > , but get thir error : > > > > [INFO] Failed to configure plugin parameters for: > > org.apache.maven.plugins:maven > > -enforcer-plugin:1.0-beta-1 > > > > Cause: Cannot find setter nor field in > > org.apache.maven.plugins.enforcer.Require > > PluginVersions for 'unCheckedPluginsList' > > > > Any idea ? > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: [email protected] > > For additional commands, e-mail: [email protected] > > > > >
