Do not use this tag for the use of specific Maven plugins.
I am actually new to the Maven framework. I already have a Maven project. I installed the Maven plugin etc …
android maven-plugin m2eclipse android-maven-pluginI have written a small custom maven plugin, and it runs fine.. most of the time. When using it, it's …
java maven maven-pluginI have been told to use mvn clean install -P base at work for a particular task. I am trying …
maven command-line maven-plugin build-automationwhile building a war file i am copying a set of jars from a location to a folder inside the …
java maven-plugin maven-3I am using the Maven-Shade-Plugin to create a runnable Uber-jar. According to the last frame on this page, the size …
java maven maven-plugin executable-jarI'm writing a maven plugin that has a parameter that's a String[]. Like this: /** * @parameter expression="${args}" */ protected String[] args; …
maven-2 command-line arguments maven-pluginPlease excuse if this a dump question but I have searched a lot and couldn't understand how to actually read …
java spring maven dependencies maven-pluginHow would you execute ant tasks at different phases in a maven build cycle?
maven-2 ant maven-pluginI'm using the Tomcat7 Maven plugin: <plugin> <groupId>org.apache.tomcat.maven</groupId> <…
tomcat logging configuration maven-pluginI have developed few Maven plugins for Maven 2, but I am wondering what are the main changes when I want …
maven-plugin maven-3