[maven-reporting-exec/f17] Debug off

Tomas Radej tradej at fedoraproject.org
Tue May 15 15:28:38 UTC 2012


commit cdab9dff41d12cd73d7f570ea4361589e6c26658
Author: Tomas Radej <tradej at redhat.com>
Date:   Tue May 15 16:13:14 2012 +0200

    Debug off

 maven-reporting-exec.spec |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/maven-reporting-exec.spec b/maven-reporting-exec.spec
index 3a28d0b..f8020d1 100644
--- a/maven-reporting-exec.spec
+++ b/maven-reporting-exec.spec
@@ -45,13 +45,14 @@ The API documentation of %{name}.
 # convert CR+LF to LF
 sed -i 's/\r//g' pom.xml src/main/java/org/apache/maven/reporting/exec/*
 
+%patch0 -p1
 
 
 %build
 # Test.failure.ignore=true is here because a test of MavenReportExecutor
 # fails with PlexusContainerException
 mvn-rpmbuild install javadoc:aggregate -Dmaven.local.depmap.file=%{SOURCE1} \
- -Dmaven.test.failure.ignore=true -Xe
+ -Dmaven.test.failure.ignore=true 
 
 
 


More information about the scm-commits mailing list