[maven-plugin-exec] Fix build.

Alexander Kurtakov akurtakov at fedoraproject.org
Tue Dec 6 20:12:38 UTC 2011


commit 0da8640f7c6e65916dbb1baeb4bea3cd17061269
Author: Alexander Kurtakov < <akurtako at redhat.com>
Date:   Tue Dec 6 22:12:15 2011 +0200

    Fix build.

 maven-plugin-exec.spec |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/maven-plugin-exec.spec b/maven-plugin-exec.spec
index c49538c..2075ce2 100644
--- a/maven-plugin-exec.spec
+++ b/maven-plugin-exec.spec
@@ -26,10 +26,13 @@ BuildRequires: maven-surefire-plugin
 BuildRequires: maven-doxia-sitetools
 BuildRequires: maven-plugin-cobertura
 BuildRequires: mojo-signatures
+BuildRequires: maven-invoker-plugin
+BuildRequires: apache-commons-exec
 Requires: maven
 Requires: plexus-utils
 Requires: plexus-container-default
 Requires: maven-shared-plugin-testing-harness
+Requires: apache-commons-exec
 
 %description
 A plugin to allow execution of system and Java programs
@@ -54,7 +57,7 @@ rm -f LICENSE.txt
 %build
 mvn-rpmbuild \
         -Dmaven.test.skip=true \
-        install javadoc:javadoc
+        package javadoc:javadoc
 
 %install
 # jars


More information about the scm-commits mailing list