Top "Maven-3" questions

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

Cannot load properties file from resources directory

I imported a project from a Git repository and added Maven nature to it in Eclipse. In the resources folder, …

java eclipse maven maven-3
maven error: package org.junit does not exist

I'm trying to create the javadoc with maven and it fails. It also fails when doing the verify. mvn verify …

java maven-3 junit4
NoClassDefFoundError on Maven dependency

My first use of Maven and I'm stuck with dependencies. I created a Maven project with Eclipse and added dependencies, …

java maven maven-3
m2e error in MavenArchiver.getManifest()

I am seeing an error in my STS and am not sure how to debug it. Searching around I only …

eclipse maven maven-3 m2e maven-jar-plugin
Non-resolvable parent POM using Maven 3.0.3 and relativePath notation

After migrating to Mavent 3.0.3 Parent poms in several Projects cannot be resolved anymore. The Projects are structured in a default …

maven-3 pom.xml
Non-resolvable parent POM for Could not find artifact and 'parent.relativePath' points at wrong local POM

I am new to maven. I have one project which I try to build with the maven3. When I run …

build maven-3 packaging pom.xml
Excluding Maven dependencies

I have a query about exclusion of maven dependencies . Consider the following <dependency> <groupId>org.springframework.…

maven maven-3
Why is Maven downloading the maven-metadata.xml every time?

Below is the error I usually get when my internet connection is flanky when trying to build a web application …

java maven maven-3 maven-metadata
Maven plugin in Eclipse - Settings.xml file is missing

I installed the maven plugin for eclipse. Then tried updating the index and got the following error: Unable to update …

eclipse maven m2eclipse maven-3
Maven: The packaging for this project did not assign a file to the build artifact

I'm using Maven 3.0.3 on Mac 10.6.6. I have a JAR project and when I run the command "mvn clean install:install", …

maven maven-3 pom.xml maven-jar-plugin maven-install-plugin