Top "Maven-2" questions

Apache Maven is a software project management and comprehension tool.

SLF4J: Class path contains multiple SLF4J bindings

I'm getting the following error. It seems there are multiple logging frameworks bound to slf4j. Not sure how to …

maven-2 slf4j
Eclipse - java.lang.ClassNotFoundException

When trying to start my JUnit-Test out of Eclipse, I get a "ClassNotFoundException". When running "mvn test" from console - …

java eclipse exception maven-2
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
java.lang.ClassNotFoundException: org.springframework.web.servlet.DispatcherServlet

i am using spring 3.1.0.RELEASE, and my servlet container is tomcat 7 and my IDE is eclipse indigo and the jar …

spring maven spring-mvc maven-2
Controlling maven final name of jar artifact

I'm trying to define a property in our super pom which will be used by all child projects as the …

java maven-2 jar build-automation
Maven command to determine which settings.xml file Maven is using

How do I use maven command line to determine which settings.xml file Maven is picking up?

maven command-line maven-2 settings
Sample settings.xml for maven

How to configure settings.xml in Maven? Also, please share a sample settings.xml .

maven maven-2
run main class of Maven project

I've created a simple console Java application that is built with Maven. Is there a way that the main class (…

java maven maven-2 maven-exec-plugin
Maven: add a dependency to a jar by relative path

I have a proprietary jar that I want to add to my pom as a dependency. But I don't want …

java maven-2 build-process build dependencies
Best practices for copying files with Maven

I have config files and various documents that I want to copy from the dev environment to the dev-server directory …

maven maven-2 build-process release-management