delete source1
This commit is contained in:
parent
fa64794d6c
commit
be62edcab1
@ -1,6 +1,6 @@
|
||||
Name: maven-resources-plugin
|
||||
Version: 2.2
|
||||
Release: 5%{?dist}
|
||||
Release: 7%{?dist}
|
||||
Summary: Maven Resources Plugin
|
||||
|
||||
Group: Development/Libraries
|
||||
@ -9,7 +9,6 @@ URL: http://maven.apache.org/plugins/maven-resources-plugin
|
||||
#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
|
||||
@ -17,7 +16,6 @@ BuildArch: noarch
|
||||
BuildRequires: java-devel >= 1:1.6.0
|
||||
BuildRequires: maven2
|
||||
BuildRequires: maven2-plugin-plugin
|
||||
BuildRequires: maven2-plugin-jar
|
||||
BuildRequires: maven2-plugin-resources
|
||||
BuildRequires: maven-jar-plugin
|
||||
BuildRequires: maven-install-plugin
|
||||
@ -62,7 +60,6 @@ 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
|
||||
|
||||
@ -110,6 +107,10 @@ rm -rf %{buildroot}
|
||||
%{_javadocdir}/%{name}
|
||||
|
||||
%changelog
|
||||
* Fri May 21 2010 Hui Wang <huwang@redhat.com> - 2.2-6
|
||||
- delete duplicate maven2-plugin-jar
|
||||
- delete source1
|
||||
|
||||
* Tue May 20 2010 Hui Wang <huwang@redhat.com> - 2.2-5
|
||||
- Add maven-resources-plugin-demap.xml
|
||||
- Set maven test ignore
|
||||
|
Loading…
Reference in New Issue
Block a user