[java-sig-commits] [maven-plugin-bundle] Remove old javadoc dir name.

Alexander Kurtakov akurtakov at fedoraproject.org
Wed Dec 15 19:29:03 UTC 2010


commit 5d81a091225201dd107f6da3efb47ca0c5bd1bc3
Author: Alexander Kurtakov <akurtako at redhat.com>
Date:   Wed Dec 15 21:28:29 2010 +0200

    Remove old javadoc dir name.

 maven-plugin-bundle.spec |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)
---
diff --git a/maven-plugin-bundle.spec b/maven-plugin-bundle.spec
index 13070c0..dfac11c 100644
--- a/maven-plugin-bundle.spec
+++ b/maven-plugin-bundle.spec
@@ -78,7 +78,7 @@ install -pm 644 pom.xml \
     %{buildroot}%{_datadir}/maven2/poms/JPP-%{name}.pom
 
 # javadoc
-install -d -m 0755 %{buildroot}%{_javadocdir}/%{name}-%{version}
+install -d -m 0755 %{buildroot}%{_javadocdir}/%{name}
 cp -pr target/site/api*/* %{buildroot}%{_javadocdir}/%{name}/
 rm -rf target/site/api*
 
@@ -96,7 +96,6 @@ rm -rf target/site/api*
 
 %files javadoc
 %defattr(-,root,root,-)
-%{_javadocdir}/%{name}-%{version}
 %{_javadocdir}/%{name}
 
 %changelog


More information about the java-sig-commits mailing list