Top "Maven-2" questions

Apache Maven is a software project management and comprehension tool.

Make maven's surefire show stacktrace in console

I'd like to see the stacktrace of unit tests in the console. Does surefire support this?

unit-testing maven-2 stack-trace surefire
Maven Building Error

When I try to run mvn clean package I am getting the following error Downloading: http://repo.maven.apache.org/…

java maven maven-2 ycsb maven-clean-plugin
Maven Surefire plugin "Error occured in starting fork, check output in log"

I get the following error BUILD ERROR Error occured in starting fork, check output in log when using Maven 2.2.1 and …

java maven maven-2 maven-plugin maven-surefire-plugin
Deploying assembly package with maven-release-plugin

We use Hudson and the maven-release-plugin to do the release builds. Now I have a project which contains an assembly …

deployment maven-2 maven-assembly-plugin maven-release-plugin
How to wrap an Ant build with Maven?

We use maven for our large-ish product. All of our artifacts are deployed to a shared archiva repository using the …

maven-2 ant
How does the updatePolicy in maven really work?

When I define an updatePolicy in my maven settings it tells maven how often snapshot artifacts shall be downloaded. If …

maven-2 snapshot
How to execute JUnit and TestNG tests in same project using maven-surefire-plugin?

Right now I have both type of tests but when I say "mvn test" it only executes TestNG tests and …

unit-testing maven-2 testng junit4 maven-surefire-plugin
Maven/Surefire finds no tests to run

As far as I can tell, the test files location is correct. When I run "mvn test", it finds four …

java maven-2 junit surefire
Maven & Protobuf compile error: Cannot find symbol in package com.google.protobuf

I'm new to Linux and Protobuf.. I need help. I'm trying to "mvn package" a project that contains many ".proto" …

java maven maven-2 maven-3 protocol-buffers
Build an ear using maven

I am new with maven, i have a task to change building of an ear from ant build to maven …

java maven-2 building maven-ear-plugin