I just found something that sounds weird with Maven plugin management.
While working on the site generation I wanted to use a specific version of the maven site plugin in order to ...
Is there a maven plugin which automatically calculates and updates serial version uid for all java class files implementing the Serializable interface?
My project requires features of a new version of a maven build plugin for some of its goals, but the new version fails (due to a bug in the plugin) on ...
I generate default quickstart maven example, and type mvn checkstyle:checkstyle, it always try to use the lastest SNAPSHOT version, probably it is wrong in my nexus server, but
How can I set ...
I just lost 2 hours of time because of a bug in the maven-compiler-plugin v2.0.2 that was fixed in version v2.3.2.
Apparently if you don't specify the version of the Maven compiler ...
Using maven enforcer plugin, how can I ensure that all projects are using a a plugin version >= than the one I defined?
For example, I want to ensure all the projects ...
I have a Maven project which depends on Javassist version 3.12.1.GA, and has 2 repositories (in addition to the central one): JBoss (https://repository.jboss.org/nexus/content/groups/public) and Java.net (http://download.java.net/maven/2).
Here are the latest available versions ...
I am trying to automate the release of interdependent projects. Here is the scenario. I have two projects: A and B. Project B has a dependency on project A. Here are ...
I'm working on a C# .NET webservices project that uses Maven with NPanday. We also want to use the release plugin, but I've found a minor versioning issue.
NPanday will (conveniently) update ...
How do I know what version of a Maven plugin to use?
For example, where on the horrible Maven website can I find a list of versions of the compiler plugin?
I need to use the latest version jaxb: 2.2.4-1, but maven or maven-jaxb2-plugin seems to pick up the one from the JDK.
I tried specifying the version like this: