Top "Maven-3" questions

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

Maven Install on Mac OS X

I'm trying to install maven through the terminal by following these instructions. So far I got this export M2_HOME=/…

macos maven maven-3
Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:2.3.2:compile (default-compile)

I am using Maven 3.0.5 and Spring Tool Source 3.2 with Maven plugin installed. When I try to do 'Run As---> …

java maven-3 maven-compiler-plugin
Maven Could not resolve dependencies, artifacts could not be resolved

This is supposed to be a working project from my friend. He demonstrated the project right in front of me, …

maven maven-3
Import Maven dependencies in IntelliJ IDEA

I have a small question about IntelliJ IDEA 11. I just imported a project from subversion - its a maven project. …

java maven intellij-idea maven-3
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
How to install Maven 3 on Ubuntu 18.04/17.04/16.10/16.04 LTS/15.10/15.04/14.10/14.04 LTS/13.10/13.04 by using apt-get?

Try: sudo apt-get install maven If it works for you ignore the rest of this post. Intro I started setting …

java maven-3 ubuntu-16.04 apt-get ubuntu-17.04
Run a single test method with maven

I know you can run all the tests in a certain class using: mvn test -Dtest=classname But I want …

java maven unit-testing maven-2 maven-3
How is "mvn clean install" different from "mvn install"?

What is the difference between mvn clean install and mvn install?

java build maven maven-3
force Maven to copy dependencies into target/lib

How do I get my project's runtime dependencies copied into the target/lib folder? As it is right now, after …

java maven dependencies maven-2 maven-3
How to configure encoding in Maven?

When I run maven install on my multi module maven project I always get the following output: [WARNING] File encoding …

java maven encoding maven-2 maven-3