Top "Maven-2" questions

Apache Maven is a software project management and comprehension tool.

maven deploy additional jar file

I have an artifact which is being built and deployed in a particular way (not as a jar file). In …

java maven-2 pom.xml
Maven checksum failed

I am working on a project that uses Maven as the build tool. I am using version 2.2.1 of the tool. …

maven-2 archiva
Excluding "provided" dependencies from Maven assembly

I am trying to use the Maven assembly plugin to build a jar-with-dependencies, except those that have provided scope. I …

maven-2 maven-plugin
how to debug maven surefire test more easily (using eclipse as debug server)

I'm using maven / surefire / eclipse to write some code and later test / debug it. Standard way to do it is …

eclipse maven-2 debugging surefire
Specify common resources in a multi-module maven project

Is there any way to share resources between modules of a parent project in Maven? For example, I would like …

java maven maven-2 maven-3 multi-module
IntelliJ not seeing resources folder

I created a new Project from scratch in IntelliJ by using a Maven Module. I didn't select any specific archetypes …

properties maven-2 intellij-idea file-not-found
Maven profile activation with multiple conditions

I'm working on getting the rpm-maven plugin setup in a project. In our staging and production environments, the build occurs …

maven-2 pom.xml
How to include automatically xmlbeans generated code into maven jar?

I have a project which uses Apache Xmlbeans for databinding. Currently it is very simple it only has some Schema-Files …

maven-2 xmlbeans
problem with INIT=RUNSCRIPT and relative paths

I use maven conventions for source paths (src/main src/test) and i have my sql scripts in src/main/…

java hibernate maven-2 configuration h2
Maven compilation: Failure executing javac

Here is an exception we get when trying to compile a freshly checked out code under Windows Server 2003 with Maven 2.2.1 …

java maven-2 stack-overflow