Top "Maven-3" questions

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

Maven Out of Memory Build Failure

As of today, my maven compile fails. [INFO] [ERROR] Unexpected [INFO] java.lang.OutOfMemoryError: Java heap space [INFO] at java.…

maven out-of-memory maven-3 pom.xml maven-compiler-plugin
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
Error "The goal you specified requires a project to execute but there is no POM in this directory" after executing maven command

I have a pom.xml in C:\Users\AArmijos\Desktop\Factura Electronica\MIyT\componentes-1.0.4\sources\pom.xml and I executed: …

maven-3
Maven 3 and JUnit 4 compilation problem: package org.junit does not exist

I am trying to build a simple Java project with Maven. In my pom-file I declare JUnit 4.8.2 as the only …

maven junit junit4 maven-3 junit3
How do I force Maven to use my local repository rather than going out to remote repos to retrieve artifacts?

I’m using Maven 3.3.3 with Java 8 on Mac Yosemite. I have a multi-module project. <modules> <module>…

maven repository maven-3 artifacts
Intellij idea cannot resolve anything in maven

I'm new to Intellij Idea, i just import a project with pom.xml, but the ide didn't resolve anything in …

maven intellij-idea maven-3
How to make war file in Eclipse

What is the easy way to make war file? My project is working when i right click run on server, …

java eclipse war maven-3
'dependencies.dependency.version' is missing error, but version is managed in parent

I have a maven project that contains several modules. In Eclipse (Juno, with m2e) it seems to compile fine. …

java maven-3
MAVEN_HOME, MVN_HOME or M2_HOME

What's the correct Maven environment variable name: MAVEN_HOME, MVN_HOME or M2_HOME? I've found some details about MAVEN_…

java maven maven-2 maven-3
Specifying java version in maven - differences between properties and compiler plugin

I'm not very experienced with maven and while experimenting with multi-module project I started wondering how can I specify java …

java maven maven-3 maven-compiler-plugin