Top "Maven-2" questions

Apache Maven is a software project management and comprehension tool.

Creating a tar.gz archive with Maven

I have a Maven project, where under src/main directory there is a sub dir called output. this folder needs …

maven-2 archive maven-assembly-plugin
How to convert Ant project to Maven project

How to convert a Ant project to Maven project? A sample project that would link (a Wicket project) Thanks

maven-2 ant wicket
Excluding classes in Maven Checkstyle plugin reports

I have a Maven 2 project and I want to configure my Checkstyle report plugin so that only some of my …

java maven-2 checkstyle
Logging level under maven surefire

I'm unable to adjust java logging's logging level. I'm using maven surefire (mvn test), and trying to adjust from the …

maven-2 junit surefire
Using maven as build tool for Weblogic 10.3

I am trying to setup Weblogic Server 10.3 (and Portal etc.) to use maven as a build tool. I am trying …

maven-2 integration weblogic
Doxygen vs Javadoc

I just realized from an article in CACM that Doxygen works with Java (and several other languages) too. But Java …

java maven-2 documentation doxygen
Maven command to list lifecycle phases along with bound goals?

I'm just learning Maven, and so this might be obvious, but I can't find an easy way to list the …

maven-2 maven-3
How to execute tasks conditionally using the maven-antrun-plugin?

I need to execute some ant commands depending on an environment variable passed in as a parameter to the maven …

maven-2 maven-antrun-plugin
Unzip dependency in maven

I have the following dependency in maven <dependency> <groupId>org.hyperic</groupId> <artifactId&…

maven-2 maven zip sigar
TestNG surefire, run suite with maven command line

Is it possible to run a predefined xml suite from the command line through maven? I am able to run …

testing selenium-webdriver maven-2 testng surefire