Top "Maven-2" questions

Apache Maven is a software project management and comprehension tool.

How to download servlet 3 dependency that works with tomcat 7

i was using servlet 2.5 as follows: <dependency> <groupId>javax.servlet</groupId> <artifactId>…

jakarta-ee maven-2 maven tomcat7 servlet-3.0
Add maven-build-classpath to plugin execution classpath

I am writing some code-gen maven-plugin. I need my project classpath be injected in to my plugin execution classpath. I …

maven-2 maven-plugin
Best practices for IntelliJ IDEA 9 + Maven + Version control

The project is using Maven so the POM files are the main sources of project info. There are some useful …

intellij-idea gradle version-control sbt maven-2
Disable the default-jar execution

I am using Maven Assembly plugin to pack a jar file. But when I run mvn package, maven always trigger …

maven-2 jar maven maven-assembly-plugin maven-jar-plugin
Maven - deploy webapp to tomcat before JUnit test

I have webapp which provides web service. I want to perform JUnit tests with SoapUI to check if this service …

maven tomcat junit maven-2 tomcat7
Multi-module Maven project and jetty:run

I'm trying to split a Maven WAR project into two modules, so that I can build a separate JAR file …

maven-2 maven-jetty-plugin
log4j configuration file in a multi-module Maven project

I am working on a multi-module Maven project, whose structure is like this: war-module jar-module The war-module depends on the …

java maven maven-2 packaging
Maven: how to filter the same resource multiple times with different property values?

Our project uses Log4J, configured via log4j.properties file. We have multiple production servers, which log to different …

java resources maven-2 filtering maven-antrun-plugin
Cannot use Spring LDAP with Spring Security

I want to authenticate users against our AD so I understand that I need spring security and spring ldap. Here …

java spring maven-2 spring-security spring-ldap
How do I suppress maven assembly plugin skipping files that are already added? Or allow overwrite?

For weeks, I've been wrestling with maven, getting it to deploy our project "properly." I'm almost done but I have …

maven-2 maven maven-assembly-plugin