Apache Maven is a software project management and comprehension tool.
There is an existing issue for this approach, located on Codehaus JIRA #ARCHETYPE-57, but all instructions listed in this ticket …
maven-2 maven-archetypeI 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-pluginI have a project that simply consists of files. I want to package those files into a zip and store …
maven-2 maven-assembly-pluginI have the following in my pom: <plugin> <groupId>org.apache.maven.plugins</groupId> &…
ant maven-2 maven-antrun-pluginI generate default quickstart Maven example, and type mvn checkstyle:checkstyle, it always try to use the lastest SNAPSHOT version. …
maven-2 snapshotI 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-pluginI 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-pluginI'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-pluginSome code I have requires the JCE unlimited Strength Policy Files. I'd like to add this dependency into the Maven …
java maven-2 jce