Top "Maven-2" questions

Apache Maven is a software project management and comprehension tool.

How to create empty folders with maven archetype?

There is an existing issue for this approach, located on Codehaus JIRA #ARCHETYPE-57, but all instructions listed in this ticket …

maven-2 maven-archetype
java.lang.VerifyError: Inconsistent stackmap frames at branch target 421

I get following error when I try to deploy a war file. SEVERE: WSSERVLET11: failed to parse runtime descriptor: java.…

java maven maven-2 maven-3 jaxws-maven-plugin
Maven Assembly Plugin - install the created assembly

I have a project that simply consists of files. I want to package those files into a zip and store …

maven-2 maven-assembly-plugin
maven antrun plugin

I have the following in my pom: <plugin> <groupId>org.apache.maven.plugins</groupId> &…

ant maven-2 maven-antrun-plugin
Set plugin’s version on the command line in Maven 2

I generate default quickstart Maven example, and type mvn checkstyle:checkstyle, it always try to use the lastest SNAPSHOT version. …

maven-2 snapshot
Cryptic jetty-maven-plugin error message 'ERROR: PWC6117: File "null" not found'

I have a Maven Webapp producing a WAR file. I've just upgraded my Jetty plugin to the 7.4.2.v20110526 (from 6.x). …

maven-2 jetty maven-jetty-plugin
Unable to load the mojo 'test' - org.apache.maven.plugins:maven-surefire-plugin:3.0.0-M1:test

I am building my apps with Maven-3 and i guess after auto-refresh of maven-surefire-plugin to 3.0.0-M1 i am not able …

java maven maven-2 maven-3 maven-plugin
JUnit3 and Junit4 XML Reports with Maven

I am trying to figure out how to use the supposed reporting capabilities of JUnit (3 and 4) in conjunction with Maven, …

java maven-2 junit4 junit3
How do I configure an additional context path for tomcat-maven-plugin?

I'm using Maven 3.0.3 with the Tomcat plugin. Using Maven and Tomcat, I would like to deploy an embedded instance of …

tomcat maven-2 maven maven-tomcat-plugin
How would I use Maven to install the JCE Unlimited Strength Policy files?

Some code I have requires the JCE unlimited Strength Policy Files. I'd like to add this dependency into the Maven …

java maven-2 jce