Top "Maven-2" questions

Apache Maven is a software project management and comprehension tool.

Maven: downloading files from url

Can I download some files from http while maven lifecycle? any plugin?

maven-2 get
How to share common properties among several maven projects?

I have several projects built by maven, and I want to share some common properties among them - spring version, …

configuration maven-2 properties-file
how to deploy my artifact on to my nexus?

I am using nexus open source as my repository manager for Maven 3.0.3 Maven is able to create artifact *.jar. Now, …

maven maven-2 maven-3 nexus
Maven - Generate Jar and War

I have a CXF WS project that I would use it in another project, I would consume this WS in …

java maven maven-2 cxf maven-plugin
How to configure JPA for testing in Maven

Is there a way to set up a second persistence.xml file in a Maven project such that it is …

java testing maven-2 jpa integration-testing
How do I start Maven "compile" goal on save in Eclipse?

I have a Maven project with JavaScript code. There is a special javascript compiler plugin connected to the compile goal …

eclipse maven-2 m2eclipse
IntelliJ IDEA: "Indexed Maven Repositories" list - how to add remote maven repository in this list?

I'm having trouble understanding how to get repositories in the "Indexed Maven Repositories" list of the IntelliJ IDEA. In one …

maven-2 intellij-idea repository indexed
Adding the current date with Maven2 filtering

I have a Maven2 project, and I need to add, in a properties file, the current version and the current …

maven-2 filtering
What are the URLs of all the Maven Archetype catalogs that you know about?

Maven Archetypes are the "templates" by which you can quickly generate a running example of a given framework or project …

java maven-2 maven-plugin maven-archetype
Maven throws "java.lang.OutOfMemoryError"

I'm compiling an open source project with "mvn install" but ended up with java.lang.OutOfMemoryError: Java heap space. I …

java maven-2 out-of-memory