summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Donszelmann <duns@macserver.donszelmann.org>2010-10-17 16:42:44 +0200
committerMark Donszelmann <duns@macserver.donszelmann.org>2010-10-17 16:42:44 +0200
commiteeaf1c17f9b6ad46a6480a891bd6a29dc1dc41a0 (patch)
treec8fac52f0c16c0601dae1bd6158fe3bf20b1d1d7
parent664ba5e0a1ca50cff60689b2e0caafd8efa07862 (diff)
downloadmaven-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.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index 8f2fdf3..2f132ef 100644
--- a/pom.xml
+++ b/pom.xml
@@ -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>
-->