Top "Maven-2" questions

Apache Maven is a software project management and comprehension tool.

Is there a simple way to remove unused dependencies from a maven pom.xml?

I have a large Maven project with many modules and many pom.xml files. The project has changed and I …

maven maven-2
How to manually install an artifact in Maven 2?

I've encountered some errors when I tried to install an artifact manually with Maven 2. I wanted to install a jar …

maven-2 installation
Spring 3.0 - Unable to locate Spring NamespaceHandler for XML schema namespace [http://www.springframework.org/schema/security]

Any ideas what could be the cause of this? Unable to locate Spring NamespaceHandler for XML schema namespace [http://www.…

java spring maven-2 spring-security
How do I get Maven to use the correct repositories?

I have just checked out some projects and need to build them, however I installed Maven quite some time ago (6 …

java maven-2 build-process build
Setting Java heap space under Maven 2 on Windows

I get this message during build of my project java.lang.OutOfMemoryError: Java heap space How do I increase heap …

maven-2
Maven2: Best practice for Enterprise Project (EAR file)

I am just switching from Ant to Maven and am trying to figure out the best practice to set up …

jakarta-ee maven-2 ear maven-ear-plugin
Maven parent pom vs modules pom

There seem to be several ways to structure parent poms in a multiproject build and I wondering if anyone had …

java maven-2 build-process
"Faceted Project Problem (Java Version Mismatch)" error message

Eclipse's "problems" tab is displaying this error: Description: Java compiler level does not match the version of the installed Java …

java eclipse maven-2 m2eclipse
Get source jar files attached to Eclipse for Maven-managed dependencies

I am using Maven (and the Maven Eclipse Integration) to manage the dependencies for my Java projects in Eclipse. The …

eclipse maven-2 javadoc
Building executable jar with maven?

I am trying to generate an executable jar for a small home project called "logmanager" using maven, just like this: …

java eclipse maven-2 build-process executable-jar