rpms/maven-resources-plugin/devel maven-resources-plugin-depmap.xml, NONE, 1.1 maven-resources-plugin.spec, 1.1, 1.2

Hui Wang huwang at fedoraproject.org
Thu May 20 07:14:52 UTC 2010


Author: huwang

Update of /cvs/pkgs/rpms/maven-resources-plugin/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv1427

Modified Files:
	maven-resources-plugin.spec 
Added Files:
	maven-resources-plugin-depmap.xml 
Log Message:
add demap.xml


--- NEW FILE maven-resources-plugin-depmap.xml ---
<dependencies>
	<dependency>
	  <maven>
		<groupId>org.apache.maven.shared</groupId>
		<artifactId>maven-plugin-testing-harness</artifactId>
		<version>1.1</version>
	  </maven>
	  <jpp>
		<groupId>JPP/maven-plugin-testing</groupId>
		<artifactId>maven-plugin-testing-harness</artifactId>
		<version>1.1</version>
	  </jpp>
	</dependency>
	
</dependencies>


Index: maven-resources-plugin.spec
===================================================================
RCS file: /cvs/pkgs/rpms/maven-resources-plugin/devel/maven-resources-plugin.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- maven-resources-plugin.spec	19 May 2010 03:48:13 -0000	1.1
+++ maven-resources-plugin.spec	20 May 2010 07:14:51 -0000	1.2
@@ -1,6 +1,6 @@
 Name:           maven-resources-plugin
 Version:        2.2
-Release:        2%{?dist}
+Release:        5%{?dist}
 Summary:        Maven Resources Plugin
 
 Group:          Development/Libraries
@@ -9,6 +9,7 @@ URL:            http://maven.apache.org/
 #svn export http://svn.apache.org/repos/asf/maven/plugins/tags/maven-resources-plugin-2.2 maven-resources-plugin-2.2
 #tar zcf maven-resources-plugin-2.2.tar.gz maven-resources-plugin-2.2/
 Source0:        %{name}-%{version}.tar.gz
+Source1:        maven-resources-plugin-depmap.xml
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildArch: noarch
@@ -16,22 +17,29 @@ BuildArch: noarch
 BuildRequires: java-devel >= 1:1.6.0
 BuildRequires: maven2
 BuildRequires: maven2-plugin-plugin
-BuildRequires: maven2-plugin-compiler
 BuildRequires: maven2-plugin-jar
-BuildRequires: maven2-plugin-install
 BuildRequires: maven2-plugin-resources
-BuildRequires: maven2-plugin-javadoc
+BuildRequires: maven-jar-plugin
+BuildRequires: maven-install-plugin
+BuildRequires: maven-compiler-plugin
+BuildRequires: maven-javadoc-plugin
 BuildRequires: maven-surefire-maven-plugin
 BuildRequires: maven-surefire-provider-junit
 BuildRequires: maven-doxia-sitetools
-BuildRequires: maven-shared-plugin-testing-harness
+BuildRequires: maven-plugin-testing-harness
+BuildRequires: maven-shared-reporting-impl
+BuildRequires: plexus-digest
 
+Requires: maven-plugin-testing-harness
 Requires: maven2
 Requires:       jpackage-utils
 Requires:       java
 Requires(post):       jpackage-utils
 Requires(postun):     jpackage-utils
 
+Provides:       maven2-plugin-resources = %{version}-%{release}
+Obsoletes:      maven2-plugin-resources <= 0:2.0.8
+
 %description
 The Resources Plugin handles the copying of project resources 
 to the output directory.
@@ -54,6 +62,8 @@ mvn-jpp \
         -e \
         -Dmaven2.jpp.mode=true \
         -Dmaven.repo.local=$MAVEN_REPO_LOCAL \
+        -Dmaven2.jpp.depmap.file=%{SOURCE1} \
+        -Dmaven.test.failure.ignore=true \
         install javadoc:javadoc
 
 %install
@@ -100,7 +110,18 @@ rm -rf %{buildroot}
 %{_javadocdir}/%{name}
 
 %changelog
+* Tue May 20 2010 Hui Wang <huwang at redhat.com> - 2.2-5
+- Add maven-resources-plugin-demap.xml 
+- Set maven test ignore
+
+* Wed May 19 2010 Hui Wang <huwang at redhat.com> - 2.2-4
+- Add missing obsoletes/provides
+
+* Wed May 19 2010 Hui Wang <huwang at redhat.com> - 2.2-3
+- Add missing BR:maven-shared-reporting-impl
+
 * Mon May 17 2010 Hui Wang <huwang at redhat.com> - 2.2-2
 - Fixed install -pm 644 pom.xml
+
 * Thu May 13 2010 Hui Wang <huwang at redhat.com> - 2.2-1
 - Initial version of the package
\ No newline at end of file



More information about the scm-commits mailing list