Re-enable tests
This commit is contained in:
parent
ccd8907e86
commit
f94af30e8f
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
Name: maven-plugin-bundle
|
Name: maven-plugin-bundle
|
||||||
Version: 2.3.7
|
Version: 2.3.7
|
||||||
Release: 6%{?dist}
|
Release: 7%{?dist}
|
||||||
Summary: Maven Bundle Plugin
|
Summary: Maven Bundle Plugin
|
||||||
|
|
||||||
Group: Development/Tools
|
Group: Development/Tools
|
||||||
@ -76,8 +76,7 @@ API documentation for %{name}.
|
|||||||
#rm -rf src/main/java/org/apache/maven
|
#rm -rf src/main/java/org/apache/maven
|
||||||
|
|
||||||
%build
|
%build
|
||||||
# tests can't be built (seems like a MavenProjectStub incompatibility with MavenProject)
|
mvn-rpmbuild install javadoc:aggregate
|
||||||
mvn-rpmbuild install javadoc:aggregate -Dmaven.test.skip=true
|
|
||||||
|
|
||||||
%install
|
%install
|
||||||
# jars
|
# jars
|
||||||
@ -106,6 +105,9 @@ rm -rf target/site/api*
|
|||||||
%{_javadocdir}/%{name}
|
%{_javadocdir}/%{name}
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Mar 11 2013 Mikolaj Izdebski <mizdebsk@redhat.com> - 2.3.7-7
|
||||||
|
- Re-enable tests
|
||||||
|
|
||||||
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.3.7-6
|
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.3.7-6
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user