> <plugin> > <groupId>org.apache.maven.plugins</groupId> > <artifactId>maven-enforcer-plugin</artifactId>
You aren't locking down the version so even if a version of this plugin was available that would fail your build (I'm not sure if there is -- I don't use that feature), there's a good chance you'd be using an earlier version that doesn't do what you want. Check the docs to make sure m-e-p supports what you want, and then add a <version> declaration in there so you're sure you get the right plugin version so it does what you expect. Wayne --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
