Re: use of plugin and pluginmanagement

2014-05-22 Thread hablutzel1
So there is an error in the official maven documentation at http://maven.apache.org/pom.html#Plugin_Management, quoting > *If we added these specifications to the plugins element, they would apply > only to a single POM.* > However, if we apply them under the pluginManagement element, then this

No tests were executed!

2014-05-22 Thread lee json
I encounter a problem that testing doesn't get executed. Searching on the internet, people say that ceoms from old junit version suppressing the newer one. Checking with -X some plugin looks suspicious. - maven-antrun-plugin:1.6:run (save-version) [DEBUG] org.codehaus.plexus:plexus-containe

[ANN] FindBugs Maven Plugin version 2.5.4 Released

2014-05-22 Thread Garvin LeClaire
Hi, The Mojo team is pleased to announce the release of the FindBugs Maven Plugin version 2.5.4. FindBugs uses static analysis to inspect Java bytecode for occurrences of bug patterns. To get this update, simply specify the version in your project's plugin configuration: org.codehaus.moj

Re: Unable to download maven ant tasks

2014-05-22 Thread Manfred Moser
Imho you should not be using the Maven Ant tasks since they are using Maven 2 internally and you are most likely using Maven 3. Maven 3 uses Eclipse Aether and there are Aether Ant Tasks that probably do what you want to use the Maven Ant tasks for. Check it out at https://eclipse.org/aether