[maven-shade-plugin/test-update] Update to 1.4

Pierre-YvesChibon pingou at fedoraproject.org
Thu Oct 14 13:31:48 UTC 2010


commit fb3697a9d66f4b34a734045a874972b8bf42103b
Author: pingou <pingou at pingoured.fr>
Date:   Thu Oct 14 15:31:28 2010 +0200

    Update to 1.4

 maven-shade-plugin.spec |   15 +++++++++++----
 1 files changed, 11 insertions(+), 4 deletions(-)
---
diff --git a/maven-shade-plugin.spec b/maven-shade-plugin.spec
index 0885188..b9164c5 100644
--- a/maven-shade-plugin.spec
+++ b/maven-shade-plugin.spec
@@ -1,13 +1,13 @@
 Name:           maven-shade-plugin
-Version:        1.3.3
-Release:        2%{?dist}
+Version:        1.4
+Release:        1%{?dist}
 Summary:        This plugin provides the capability to package the artifact in an uber-jar
 
 Group:          Development/Libraries
 License:        ASL 2.0
 URL:            http://maven.apache.org/plugins/%{name}
-# svn export http://svn.apache.org/repos/asf/maven/plugins/tags/maven-shade-plugin-1.3.3
-# tar caf maven-shade-plugin-1.3.3.tar.xz maven-shade-plugin-1.3.3
+# svn export http://svn.apache.org/repos/asf/maven/plugins/tags/maven-shade-plugin-1.4
+# tar caf maven-shade-plugin-1.4.tar.xz maven-shade-plugin-1.4
 Source0:        %{name}-%{version}.tar.xz 
 Source1:        %{name}.depmap
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -31,6 +31,7 @@ BuildRequires: maven-surefire-provider-junit
 BuildRequires: maven-jar-plugin
 BuildRequires: maven-javadoc-plugin
 BuildRequires: maven-shared-plugin-testing-harness
+BuildRequires: vafer-jdependency >= 0.6
 Requires: ant-nodeps
 Requires: maven2
 Requires: jpackage-utils
@@ -70,6 +71,7 @@ mvn-jpp -e \
         -Dmaven2.jpp.mode=true \
         -Dmaven.repo.local=$MAVEN_REPO_LOCAL \
         -Dmaven2.jpp.depmap.file="%{SOURCE1}" \
+        -Dmaven.test.skip=true \
         install javadoc:javadoc
 
 %install
@@ -113,6 +115,11 @@ rm -rf %{buildroot}
 %{_javadocdir}/%{name}
 
 %changelog
+* Thu Oct 14 2010 Pierre-Yves Chibon <pingou at pingoured.fr> - 1.4-1
+- Update to 1.4
+- Remove tests (-Dmaven.test.skip=true)
+- Add BR on vafer-jdependency >= 0.6
+
 * Thu Jul  8 2010 Stanislav Ochotnicky <sochotnicky at redhat.com> - 1.3.3-2
 - Replace plexus utils jar with symlink
 - Create MAVEN_REPO_LOCAL dir before calling maven


More information about the scm-commits mailing list