Top "Maven-plugin" questions

Do not use this tag for the use of specific Maven plugins.

Maven 3 warnings about build.plugins.plugin.version

Since I updated to Maven 3 I get the following warning messages at each build : How can I get rid of …

maven maven-plugin maven-3
Plugin org.apache.maven.plugins:maven-clean-plugin:2.5 or one of its dependencies could not be resolved

I have install maven in my machine. I have properly set the class-path and maven home folder. Every time I …

maven maven-2 maven-3 maven-plugin maven-release-plugin
How do I execute a program using Maven?

I would like to have a Maven goal trigger the execution of a java class. I'm trying to migrate over …

maven-2 maven-plugin
Unsupported major.minor version 52.0 in my app

I'm trying to compile my Android project and I'm getting this error [INFO] Exception in thread "main" java.lang.UnsupportedClassVersionError: …

java android maven-plugin
Maven:Failed to execute goal org.apache.maven.plugins:maven-resources-plugin:2.7:resources

I am building my project using Maven. My maven version is apache-maven-3.0.4. I am using Eclipse Luna. When I try …

java eclipse maven maven-plugin
Eclipse : Maven search dependencies doesn't work

I created a new simple Maven project in a new Workspace. When I open the pom.xml's Dependencies view in …

eclipse maven maven-plugin maven-dependency-plugin
m2e lifecycle-mapping not found

I am trying to use the solution described here to solve the annoying "Plugin execution not covered by lifecycle configuration: …

maven-2 maven maven-plugin m2eclipse m2e
Difference of Maven JAXB plugins

I have determined that two JAXB plugins for Maven 2 exist, with some different configurations. The one is from Sun: http://…

java maven-2 jaxb maven maven-plugin
Plugins in Maven and POM.xml

I just started using Maven and I read that plugins are additional components that can be used. A typical structure …

java maven maven-3 pom.xml maven-plugin
Using Maven for C/C++ projects

I'm putting Maven build around cluster of amateur, poorly written and frankly - primitive C/C++ code (meaning some C, …

c++ maven-2 maven-plugin