[maven-install-plugin] Update to 2.3.1.

Alexander Kurtakov akurtakov at fedoraproject.org
Thu Oct 14 08:08:11 UTC 2010


commit faa1618f9ca945b3729037ef2e04616203f94651
Author: Alexander Kurtakov <akurtako at redhat.com>
Date:   Thu Oct 14 11:07:37 2010 +0300

    Update to 2.3.1.

 maven-install-plugin.spec |   24 ++++++++++++++----------
 sources                   |    2 +-
 2 files changed, 15 insertions(+), 11 deletions(-)
---
diff --git a/maven-install-plugin.spec b/maven-install-plugin.spec
index dce2c7c..692c94b 100644
--- a/maven-install-plugin.spec
+++ b/maven-install-plugin.spec
@@ -1,14 +1,12 @@
 Name:           maven-install-plugin
-Version:        2.3
-Release:        8%{?dist}
+Version:        2.3.1
+Release:        1%{?dist}
 Summary:        Maven Install Plugin
 
 Group:          Development/Libraries
 License:        ASL 2.0
 URL:            http://maven.apache.org/plugins/maven-install-plugin
-#svn export http://svn.apache.org/repos/asf/maven/plugins/tags/maven-install-plugin-2.3
-#tar zcf maven-install-plugin-2.3.tar.gz maven-install-plugin-2.3/
-Source0:        %{name}-%{version}.tar.gz
+Source0:        http://repo2.maven.org/maven2/org/apache/maven/plugins/%{name}/%{version}/%{name}-%{version}-source-release.zip
 Patch0:        pom.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
@@ -16,13 +14,13 @@ BuildArch: noarch
 
 BuildRequires: java-devel >= 1:1.6.0
 BuildRequires: maven2
-BuildRequires: maven2-plugin-plugin
+BuildRequires: maven-plugin-plugin
 BuildRequires: maven-jar-plugin
-BuildRequires: maven2-plugin-install
-BuildRequires: maven2-plugin-resources
+BuildRequires: maven-install-plugin
+BuildRequires: maven-resources-plugin
 BuildRequires: maven-compiler-plugin
 BuildRequires: maven-javadoc-plugin
-BuildRequires: maven-surefire-maven-plugin
+BuildRequires: maven-surefire-plugin
 BuildRequires: maven-surefire-provider-junit
 BuildRequires: maven-doxia-sitetools
 BuildRequires: maven-plugin-testing-harness
@@ -66,7 +64,7 @@ mvn-jpp \
         -e \
         -Dmaven2.jpp.mode=true \
         -Dmaven.repo.local=$MAVEN_REPO_LOCAL \
-        -Dmaven.test.skip=true \
+        -Dmaven.test.failure.ignore=true \
         install javadoc:javadoc
 
 %install
@@ -103,16 +101,22 @@ rm -rf %{buildroot}
 
 %files
 %defattr(-,root,root,-)
+%doc LICENSE NOTICE
 %{_javadir}/*
 %{_mavenpomdir}/*
 %{_mavendepmapfragdir}/*
 
 %files javadoc
 %defattr(-,root,root,-)
+%doc LICENSE
 %{_javadocdir}/%{name}-%{version}
 %{_javadocdir}/%{name}
 
 %changelog
+* Thu Oct 14 2010 Alexander Kurtakov <akurtako at redhat.com> 2.3.1-1
+- Update to 2.3.1.
+- Install License.
+
 * Thu Sep 09 2010 Hui Wang <huwang at redhat.com> 2.3-8
 - Add pom.patch
 
diff --git a/sources b/sources
index eaf86a7..fb336e4 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-e2c99905521c3049d3b83d5279e095ab  maven-install-plugin-2.3.tar.gz
+0d0a349416e15364409989b52bec983e  maven-install-plugin-2.3.1-source-release.zip


More information about the scm-commits mailing list