You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by Dennis Lundberg <de...@apache.org> on 2010/11/01 23:44:41 UTC

Problems building Maven from 2.2.x branch with integration tests

Hi

I'm looking into releasing Wagon and Brett suggested that I try the new
version in a Maven build to make sure everything is building fine.

So I checked out the 2.2.x branch tried to build it prior to maing any
changes, by running:

mvn install -Prun-its


All is fine until it gets to "Building Integration Test Executor". I get

...
Tests run: 663, Failures: 6, Errors: 370, Skipped: 0

[INFO]
-----------------------------------------------------------------------
[ERROR] BUILD FAILURE
[INFO]
-----------------------------------------------------------------------
[INFO] There are test failures.
...

I've tried this on Windows and Ubuntu using Java 1.5, with identical
results. Is this to be expected? Am I doing something wrong?

-- 
Dennis Lundberg

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


Re: Problems building Maven from 2.2.x branch with integration tests

Posted by Benjamin Bentmann <be...@udo.edu>.
Dennis Lundberg wrote:

> So I checked out the 2.2.x branch tried to build it prior to maing any
> changes, by running:
>
> mvn install -Prun-its
> ...
> Tests run: 663, Failures: 6, Errors: 370, Skipped: 0

The last CI build on Hudson for the 2.2.x branch yielded only 1 failure, 
hard to tell what's going on with your build from the few infos.

I suggest to try patching a mvn 2.2.1 distro and see whether that makes 
a difference. Another alternative is to run "mvn clean test -P run-its" 
from the core-it-suite project directly, using the previously patched 
mvn distro. All failing, you should consider to share some more infos 
about the test failures, e.g. the surefire report.


Benjamin

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org