version « plugin « Maven/Ant Q&A

Home
Maven/Ant Q&A
1.Ant
2.artifact
3.dependency
4.deploy
5.Development
6.eclipse
7.glassfish
8.hudson
9.integration
10.jetty
11.junit
12.m2eclipse
13.module
14.netbeans
15.package
16.plugin
17.POM
18.repository
19.svn
Maven/Ant Q&A » plugin » version 

1. How do I upgrade the version of a maven plugin?    stackoverflow.com

I am using the maven-ear-plugin version 2.3.1 - I know there is a new version available: http://maven.apache.org/plugins/maven-ear-plugin/ I can't work out how to upgrade to the latest version??

2. Maven2: How to be sure Maven build is using a specific plugin version?    stackoverflow.com

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 ...

3. auto generation of serial version uid using maven2 plugin    stackoverflow.com

Is there a maven plugin which automatically calculates and updates serial version uid for all java class files implementing the Serializable interface?

4. Can Maven 2 use two different versions of a build plugin in the same project?    stackoverflow.com

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 ...

5. Set plugin’s version on the command line in maven 2    stackoverflow.com

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 ...

6. How to get Maven to use the latest versions of certain plugins?    stackoverflow.com

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 ...

7. maven enforcer plugin - plugin using >= version #    stackoverflow.com

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 ...

8. How to show plugin versions    stackoverflow.com

I want to know the version of plugin installed. Which command can do it?

9. Maven 'versions' plugin, version number order    stackoverflow.com

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 ...

10. Question about plug-in to manage releases (maven application)    stackoverflow.com

Needs a better control on releases. I would like to use this plug-in http://maven.apache.org/plugins/maven-release-plugin/examples/prepare-release.html Anyone knows this plug. May recommend another? Regards, T.

11. Maven Release plugin, version plugins and snapshots    stackoverflow.com

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 ...

12. Versioning with NPanday and Maven Release Plugin    stackoverflow.com

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 ...

13. How do I know what version of a Maven plugin to use?    stackoverflow.com

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?

14. How to specify the JAXB version in maven-jaxb2-plugin?    stackoverflow.com

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:

<configuration>
    ...

java2s.com  | Contact Us | Privacy Policy
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.