[RPM (6.0)] [DIST generic] maven-war-plugin-2.1.1-3.jpp6
Ralph Apel <[email protected]>
| Newsgroups | gmane.linux.jpackage.announce |
|---|---|
| Message-ID | <[email protected]> |
Name : maven-war-plugin Relocations: (not relocatable) Version : 2.1.1 Vendor: JPackage Project Release : 3.jpp6 Build Date: Sat 04 Aug 2012 02:39:07 AM CEST Install Date: (not installed) Build Host: linux.fritz.box Group : Development/Libraries Source RPM: (none) Size : 341186 License: ASL 2.0 Signature : (none) Packager : Ralph Apel <[email protected]> URL : http://maven.apache.org/plugins/maven-war-plugin/ Summary : Create web application archive Description : The WAR Plugin is responsible for collecting all artifact dependencies, classes and resources of the web application and packaging them into a web application archive. --------------- Ralph Apel <[email protected]> 2.1.1-3 - This plugin requires xstream at runtime --------------- maven-war-plugin.src: W: source-or-patch-not-bzipped maven-war-plugin-2.1.1.tgz maven-war-plugin.src: W: no-signature maven-war-plugin.src: W: invalid-license ASL 2.0 1 packages and 0 specfiles checked; 0 errors, 3 warnings. --------------- Index: maven-war-plugin.spec =================================================================== RCS file: /home/projects/jpackage/cvs/rpms/free/maven-war-plugin/maven-war-plugin.spec,v retrieving revision 1.2 diff -u -r1.2 maven-war-plugin.spec --- maven-war-plugin.spec 15 Jun 2012 21:31:10 -0000 1.2 +++ maven-war-plugin.spec 4 Aug 2012 00:41:12 -0000 @@ -36,7 +36,7 @@ Name: maven-war-plugin Version: 2.1.1 -Release: 2%{?dist} +Release: 3%{?dist} Epoch: 0 Summary: Create web application archive Group: Development/Libraries @@ -55,6 +55,7 @@ Requires: plexus-interpolation Requires: plexus-io Requires: plexus-utils +Requires: xstream Requires: maven2 >= 0:2.0.8 Requires: maven-archiver Requires: maven-shared-filtering @@ -161,6 +162,9 @@ %{_javadocdir}/%{name} %changelog +* Sat Aug 04 2012 Ralph Apel <[email protected]> 2.1.1-3 +- This plugin requires xstream at runtime + * Fri Jun 15 2012 Ralph Apel <[email protected]> 2.1.1-2 - Avoid FileDigest and PayloadIsXz problems on EL5