Top "Maven-3" questions

Apache Maven is a tool for project management and build automation.

Maven: Lifecycle vs. Phase vs. Plugin vs. Goal

Relatively new developer here, even though I've been using it for a little while, I'm hoping to solidify my Maven …

maven maven-3 pom.xml maven-lifecycle
Maven 3 - How to add annotation processor dependency?

I need to run an annotation processor on my project's sources. The annotation processor should not become a transitive dependency …

java maven jpa-2.0 maven-3 annotation-processing
Sharing src/test classes between modules in a multi-module maven project

I have a multi-module Maven project. For the sake of this example, consider two modules: data consumer Module consumer has …

java maven maven-3
How to keep Maven profiles which are activeByDefault active even if another profile gets activated?

I have a profile in my pom.xml which should be always active unless it is explicitely deactivated (-P !firstProfile). …

maven-2 maven maven-3
Could not find metadata in local

Locally on the machine i have an Artifactory installed with maven repositories, and i have a very simple .pom file …

maven dependencies maven-3 artifactory
What are all the default maven packing types?

I couldn't seem to find this online or in the Maven documentation; I was wondering what packaging types are supported …

packaging maven-3
Correct way to declare multiple scope for Maven dependency?

I have a dependency that I want to use in test scope (so that it is in the classpath when …

maven maven-3
Can not set the final jar name with maven-assembly-plugin

This is how I configured maven-assembly-plugin <plugin> <groupId>org.apache.maven.plugins</groupId> <…

java maven maven-3
Builds are tagged unstable even when they are successful

I am running Jenkins version 1.411 and use Maven for building. Even though the application builds successfully, Jenkins treats it as …

java maven-2 maven maven-3 jenkins
Launching a windows batch script using Maven exec plugin blocks the build even though the script uses "start"

I am trying to perform integration tasting of the deployment of my application on the top of a custom container. …

maven maven-3 exec-maven-plugin