On Wed, Jul 13, 2011 at 8:59 PM, Moser, Christian <[email protected]> wrote:
> I'm skipping javadoc, do you know  why javadoc-plugin is needed?

Skipping a plugin isn't a built-in maven feature.
Each plugin decides if it will allow "skip", and so the plugin still
needs to get loaded to decide whether to skip.
So its still a good practice to lock down the version.

> Furthermore, I wonder if it's even a good idea to lock down
> maven-deploy-plugin because it's already specified in maven super pom.

What do you mean by "maven super pom"?
Since maven is telling you its not locked down I suspect that you
aren't using the maven super pom.
Which leads me to the next question, why would you want to?
Unless you are an apache project using the maven super pom is probably
not what you want.
You want to define these things in a corporate super pom instead.

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to