[jsr-305] Do not build sampleUses module as it causes Javadoc generation to fail

richardfearn richardfearn at fedoraproject.org
Sat Jan 14 14:29:34 UTC 2012


commit ee310ab3adef127a3daef8ccc8c33fb164e3674e
Author: Richard Fearn <richardfearn at gmail.com>
Date:   Sat Jan 14 14:29:12 2012 +0000

    Do not build sampleUses module as it causes Javadoc generation to fail

 jsr-305.spec |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)
---
diff --git a/jsr-305.spec b/jsr-305.spec
index 5305109..2443edd 100644
--- a/jsr-305.spec
+++ b/jsr-305.spec
@@ -45,6 +45,9 @@ This package contains the API documentation for %{name}.
 %setup -q -n %{name}
 sed -i 's/\r//' sampleUses/pom.xml
 
+# do not build sampleUses module - it causes Javadoc generation to fail
+sed -i '/<module>sampleUses<\/module>/d' pom.xml
+
 %build
 mvn-rpmbuild install javadoc:aggregate
 
@@ -83,6 +86,9 @@ rm -rf $(readlink -f %{_javadocdir}/%{name}) %{_javadocdir}/%{name} || :
 %{_javadocdir}/%{name}
 
 %changelog
+* Sat Jan 14 2012 Richard Fearn <richardfearn at gmail.com> - 0-0.9.20090319svn
+- Do not build sampleUses module as it causes Javadoc generation to fail
+
 * Fri Jan 13 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0-0.8.20090319svn
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
 


More information about the scm-commits mailing list