Re: maven-enforcer rule Problem - http://jira.codehaus.org/browse/MENFORCER-189

2014-04-04 Thread Robert Scholte
Hi Karl-Heinz, All maven-dependencies used by a plugin are removed from the plugin classpath. These classes will be picked up from its parent classloader: the executing Maven instance. For that reason I don't see the need to split it up into 2 separate modules. I would upgrade the Maven dep

Re: maven-enforcer rule Problem - http://jira.codehaus.org/browse/MENFORCER-189

2014-04-04 Thread Karl Heinz Marbaise
Hi Robert, first thanks for your thoughs and hints... > Hi Karl-Heinz, Let's make a clear separation between the plugin, the enforcer-api and the standard rules. Only the first one can be restricted to a specific Maven version by specifying the prerequisite for Maven. Although the standard