Apache Maven is a software project management and comprehension tool.
Can I download some files from http while maven lifecycle? any plugin?
maven-2 getI have several projects built by maven, and I want to share some common properties among them - spring version, …
configuration maven-2 properties-fileI 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-pluginIs 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-testingI have a Maven project with JavaScript code. There is a special javascript compiler plugin connected to the compile goal …
eclipse maven-2 m2eclipseI'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 indexedI have a Maven2 project, and I need to add, in a properties file, the current version and the current …
maven-2 filteringMaven 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-archetypeI'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