Top "Maven-2" questions

Apache Maven is a software project management and comprehension tool.

Maven: best way of linking custom external JAR to my project?

It's my first couple of days learning Maven and I'm still struggling with the basics. I have an external .jar …

java maven-2 maven m2eclipse
Maven artifact and groupId naming

I'm currently in the process of moving some project from Ant to Maven. Conformist as I am, I want to …

maven-2 naming-conventions
Specify JDK for Maven to use

I am trying to build a Hudson plugin I've modified and it requires jdk1.6. This is fine, but I don't …

maven-2 settings java pom.xml
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
Convert Existing Eclipse Project to Maven Project

For a project at work, we're considering using the Maven plugin for Eclipse to automate our builds. Right now the …

java eclipse maven-2
Maven dependency for Servlet 3.0 API?

How can I tell Maven 2 to load the Servlet 3.0 API? I tried: <dependency> <groupId>javax.servlet&…

java maven-2 servlets jakarta-ee
Maven Modules + Building a Single Specific Module

I have a multi-module Maven project with a parent project P and three sub-modules A, B, and C. Both B …

java maven-2 build-process
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
How to update maven repository in Eclipse?

Assuming you're already using the m2eclipse plugin, what can you do when it doesn't update the dependencies to the …

java eclipse maven-2 build m2eclipse
Force re-download of release dependency using Maven

I'm working on a project with dependency X. X, in turn, depends on Y. I used to explicitly include Y …

maven-2 maven dependency-management maven-dependency-plugin