diff options
author | Mark Donszelmann <duns@macserver.donszelmann.org> | 2010-10-17 16:42:44 +0200 |
---|---|---|
committer | Mark Donszelmann <duns@macserver.donszelmann.org> | 2010-10-17 16:42:44 +0200 |
commit | eeaf1c17f9b6ad46a6480a891bd6a29dc1dc41a0 (patch) | |
tree | c8fac52f0c16c0601dae1bd6158fe3bf20b1d1d7 | |
parent | 664ba5e0a1ca50cff60689b2e0caafd8efa07862 (diff) | |
download | maven-nar-plugin-eeaf1c17f9b6ad46a6480a891bd6a29dc1dc41a0.tar.gz maven-nar-plugin-eeaf1c17f9b6ad46a6480a891bd6a29dc1dc41a0.tar.bz2 maven-nar-plugin-eeaf1c17f9b6ad46a6480a891bd6a29dc1dc41a0.tar.xz maven-nar-plugin-eeaf1c17f9b6ad46a6480a891bd6a29dc1dc41a0.zip |
Do not ignore build failures in IT tests
-rw-r--r-- | pom.xml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -240,6 +240,7 @@ <version>1.5</version> <configuration> <debug>false</debug> + <ignoreFailures>false</ignoreFailures> <!-- FAILS to run, see ReleaseNotes <cloneProjectsTo>${project.build.directory}/it</cloneProjectsTo> --> |