Apache Maven is a software project management and comprehension tool.
I have an artifact which is being built and deployed in a particular way (not as a jar file). In …
java maven-2 pom.xmlI am working on a project that uses Maven as the build tool. I am using version 2.2.1 of the tool. …
maven-2 archivaI am trying to use the Maven assembly plugin to build a jar-with-dependencies, except those that have provided scope. I …
maven-2 maven-pluginIs 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-moduleI 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-foundI'm working on getting the rpm-maven plugin setup in a project. In our staging and production environments, the build occurs …
maven-2 pom.xmlI have a project which uses Apache Xmlbeans for databinding. Currently it is very simple it only has some Schema-Files …
maven-2 xmlbeansI use maven conventions for source paths (src/main src/test) and i have my sql scripts in src/main/…
java hibernate maven-2 configuration h2Here 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