OBS-URL: https://build.opensuse.org/package/show/Java:packages/maven-file-management?expand=0&rev=16
This commit is contained in:
parent
170134ccd6
commit
8eb7686a99
BIN
file-management-3.0.0-source-release.zip
(Stored with Git LFS)
BIN
file-management-3.0.0-source-release.zip
(Stored with Git LFS)
Binary file not shown.
BIN
file-management-3.1.0-source-release.zip
(Stored with Git LFS)
Normal file
BIN
file-management-3.1.0-source-release.zip
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -8,14 +8,14 @@
|
||||
|
||||
<property file="build.properties"/>
|
||||
|
||||
<property name="project.version" value="3.0.0"/>
|
||||
<property name="project.version" value="3.1.0"/>
|
||||
<property name="project.groupId" value="org.apache.maven.shared"/>
|
||||
<property name="project.artifactId" value="file-management"/>
|
||||
<property name="project.name" value="Apache Maven File Management API"/>
|
||||
|
||||
<property name="project.organization.name" value="The Apache Software Foundation"/>
|
||||
|
||||
<property name="spec.version" value="3.0"/>
|
||||
<property name="spec.version" value="3.1"/>
|
||||
|
||||
<property name="compiler.source" value="1.8"/>
|
||||
<property name="compiler.target" value="${compiler.source}"/>
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: maven-file-management
|
||||
Version: 3.0.0
|
||||
Version: 3.1.0
|
||||
Release: 0
|
||||
Summary: Maven File Management API
|
||||
License: Apache-2.0
|
||||
@ -26,6 +26,7 @@ URL: https://maven.apache.org/shared/file-management
|
||||
Source0: https://repo1.maven.org/maven2/org/apache/maven/shared/file-management/%{version}/file-management-%{version}-source-release.zip
|
||||
Source1: %{name}-build.xml
|
||||
BuildRequires: ant
|
||||
BuildRequires: apache-commons-io
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: javapackages-local >= 6
|
||||
BuildRequires: maven-lib
|
||||
@ -35,6 +36,7 @@ BuildRequires: modello >= 2.0.0
|
||||
BuildRequires: plexus-utils
|
||||
BuildRequires: plexus-xml
|
||||
BuildRequires: sisu-plexus
|
||||
BuildRequires: slf4j
|
||||
BuildRequires: unzip
|
||||
BuildArch: noarch
|
||||
|
||||
@ -57,12 +59,14 @@ cp %{SOURCE1} build.xml
|
||||
%build
|
||||
mkdir -p lib
|
||||
build-jar-repository -s lib \
|
||||
commons-io \
|
||||
maven/maven-plugin-api \
|
||||
maven-shared-io/maven-shared-io \
|
||||
maven-shared-utils/maven-shared-utils \
|
||||
org.eclipse.sisu.plexus \
|
||||
plexus/utils \
|
||||
plexus/xml
|
||||
plexus/xml \
|
||||
slf4j/api
|
||||
|
||||
%{ant} \
|
||||
jar javadoc
|
||||
|
Loading…
Reference in New Issue
Block a user