Top "Maven-2" questions

Apache Maven is a software project management and comprehension tool.

What is the "reactor" in Maven?

I've been reading about Maven reactor and am confused by its terminology usage. I've read that a multi-module is a …

maven maven-2 maven-reactor
How to stop Maven/Artifactory from keeping Snapshots with timestamps

Due to disk space considerations I'd like to only ever keep one version of any snapshot in my repository. Rather …

java maven maven-2 artifactory
Is there a way to make Maven download snapshot versions automatically?

So I have a project that depends on a snapshot version of another project. The dependency is: <dependency> &…

java maven-2 maven snapshot
Hibernate 3.4 with slf4j and log4j

I'm attempting to upgrade from Hibernate 3.2 to 3.4, which apparently uses slf4j. Our project currently uses log4j. So my …

java hibernate maven-2 log4j slf4j
Maven doesn't recognize sibling modules when running mvn dependency:tree

I'm trying to set up a multi-module Maven project, and the inter-module dependencies are apparently not being set up correctly. …

java maven maven-2 dependencies
log4j.properties being ignored

I have a Java EE 6 Wicket application deployed with maven using IntelliJ IDEA 9.0.3 on glassfish v3.0.1. I use slf4j-log4…

java maven-2 log4j intellij-idea wicket
JPA-based JUnit Test Best Practices

This is a bit of an odd question, but it has been bothering me for a few months now. I …

java maven-2 jpa junit testng
Filtering Maven files into WEB-INF

I am trying to add some filtering to the application context file, which resides in the WEB-INF directory. I have …

java maven-2 pom.xml
How to create a project using maven-archetype-plugin? What is artefactId etc?

I am new to Maven and am using the maven.apache.org tutorial here as an introduction. In the "How …

maven maven-2 maven-3 maven-plugin maven-archetype
How to force Sonatype Nexus to update?

I am trying to use onejar-maven-plugin in my pom.xml: <plugin> <groupId>org.dstovall</groupId&…

maven maven-2 m2eclipse nexus sonatype