[maven-antrun-plugin] Fix runtime issue of not finding ant-launcher.

Alexander Kurtakov akurtakov at fedoraproject.org
Tue Aug 31 06:58:15 UTC 2010


commit 2d0aea34dbdd8f73c56527dd801b2c9e8cb569f8
Author: Alexander Kurtakov <akurtako at redhat.com>
Date:   Tue Aug 31 09:56:30 2010 +0300

    Fix runtime issue of not finding ant-launcher.

 fix-deps.patch           |    7 ++++++-
 maven-antrun-plugin.spec |    5 ++++-
 2 files changed, 10 insertions(+), 2 deletions(-)
---
diff --git a/fix-deps.patch b/fix-deps.patch
index bd0bd01..9eb0910 100644
--- a/fix-deps.patch
+++ b/fix-deps.patch
@@ -1,6 +1,6 @@
 --- pom.xml.sav	2010-05-25 19:35:37.000000000 +0300
 +++ pom.xml	2010-08-31 06:29:27.741235987 +0300
-@@ -75,6 +75,16 @@ under the License.
+@@ -75,6 +75,21 @@ under the License.
        <artifactId>ant-nodeps</artifactId>
        <version>1.8.1</version>
      </dependency>
@@ -14,6 +14,11 @@
 +      <artifactId>maven-model</artifactId>
 +      <version>1.0</version>
 +    </dependency>
++    <dependency>
++      <groupId>org.apache.ant</groupId>
++      <artifactId>ant-launcher</artifactId>
++      <version>1.8.1</version>
++    </dependency>
    </dependencies>
  
    <profiles>
diff --git a/maven-antrun-plugin.spec b/maven-antrun-plugin.spec
index 2cb4757..f3920e3 100644
--- a/maven-antrun-plugin.spec
+++ b/maven-antrun-plugin.spec
@@ -1,6 +1,6 @@
 Name:           maven-antrun-plugin
 Version:        1.4
-Release:        3%{?dist}
+Release:        4%{?dist}
 Summary:        Maven AntRun Plugin
 
 Group:          Development/Libraries
@@ -104,6 +104,9 @@ rm -rf %{buildroot}
 %{_javadocdir}/%{name}
 
 %changelog
+* Tue Aug 31 2010 Alexander Kurtakov <akurtako at redhat.com> 1.4-4
+- Fix runtime issue of not finding ant-launcher.
+
 * Tue Aug 31 2010 Alexander Kurtakov <akurtako at redhat.com> 1.4-3
 - Add patch to fix build.
 


More information about the scm-commits mailing list