Top "Maven-2" questions

Apache Maven is a software project management and comprehension tool.

How can I create an executable JAR with dependencies using Maven?

I want to package my project in a single executable JAR for distribution. How can I make a Maven project …

java maven-2 build-process build-automation executable-jar
How do I tell Maven to use the latest version of a dependency?

In Maven, dependencies are usually set up like this: <dependency> <groupId>wonderful-inc</groupId> <…

java maven dependencies maven-2 maven-metadata
Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.10:test

I have scoured the internet for almost five days now looking for a fix to this issue, but I cannot …

maven maven-2 playn
Including dependencies in a jar with Maven

Is there a way to force maven(2.0.9) to include all the dependencies in a single jar file? I have a …

java maven-2 jar packaging
How to configure Eclipse build path to use Maven dependencies?

I would like to take advantage of the features that Maven provides for managing dependencies in a project. My brief …

java eclipse maven-2 ide m2eclipse
Maven: Command to update repository after adding dependency to POM

I've added a new dependency to my POM. Is there a simple command I can run to download this dependency …

maven-2 maven-dependency
Can I add jars to maven 2 build classpath without installing them?

Maven2 is driving me crazy during the experimentation / quick and dirty mock-up phase of development. I have a pom.xml …

java maven-2
Find Oracle JDBC driver in Maven repository

I want to add the oracle jdbc driver to my project as dependency (runtime scope) - ojdbc14. In MVNrepository site …

java maven jdbc maven-2 mvn-repo
Missing Maven dependencies in Eclipse project

We have a project set up with maven for resolving dependancies. It usually works fine, but now I am trying …

eclipse maven-2 m2eclipse
Importing Maven project into Eclipse

I want to import existing Maven project into Eclipse. I found 2 ways to do it: Through running from command line …

eclipse maven-2