forked from pool/maven-reporting-api
This commit is contained in:
parent
7d602237c0
commit
3fb000fa6f
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:24e848d95a3e8e89f1b192ebc1bcdd00043202139460411c9410c8cb01310050
|
|
||||||
size 24351
|
|
BIN
maven-reporting-api-3.1.1-source-release.zip
(Stored with Git LFS)
Normal file
BIN
maven-reporting-api-3.1.1-source-release.zip
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -11,12 +11,13 @@
|
|||||||
<property name="project.groupId" value="org.apache.maven.reporting"/>
|
<property name="project.groupId" value="org.apache.maven.reporting"/>
|
||||||
<property name="project.artifactId" value="maven-reporting-api"/>
|
<property name="project.artifactId" value="maven-reporting-api"/>
|
||||||
<property name="project.name" value="Maven Reporting API"/>
|
<property name="project.name" value="Maven Reporting API"/>
|
||||||
<property name="project.version" value="3.1.0"/>
|
<property name="project.version" value="3.1.1"/>
|
||||||
|
|
||||||
<property name="project.organization.name"
|
<property name="project.organization.name"
|
||||||
value="The Apache Software Foundation"/>
|
value="The Apache Software Foundation"/>
|
||||||
|
|
||||||
<property name="compiler.source" value="1.8"/>
|
<property name="compiler.release" value="8"/>
|
||||||
|
<property name="compiler.source" value="1.${compiler.release}"/>
|
||||||
<property name="compiler.target" value="${compiler.source}"/>
|
<property name="compiler.target" value="${compiler.source}"/>
|
||||||
|
|
||||||
<property name="build.finalName"
|
<property name="build.finalName"
|
||||||
@ -57,6 +58,7 @@
|
|||||||
debug="true"
|
debug="true"
|
||||||
optimize="false"
|
optimize="false"
|
||||||
deprecation="true"
|
deprecation="true"
|
||||||
|
release="${compiler.release}"
|
||||||
target="${compiler.target}"
|
target="${compiler.target}"
|
||||||
verbose="false"
|
verbose="false"
|
||||||
fork="false"
|
fork="false"
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package maven-reporting-api
|
# spec file for package maven-reporting-api
|
||||||
#
|
#
|
||||||
# Copyright (c) 2022 SUSE LLC
|
# Copyright (c) 2023 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -17,13 +17,13 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: maven-reporting-api
|
Name: maven-reporting-api
|
||||||
Version: 3.1.0
|
Version: 3.1.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: API to manage report generation
|
Summary: API to manage report generation
|
||||||
License: Apache-2.0
|
License: Apache-2.0
|
||||||
Group: Development/Libraries/Java
|
Group: Development/Libraries/Java
|
||||||
URL: http://maven.apache.org/shared/maven-reporting-api
|
URL: https://maven.apache.org/shared/maven-reporting-api
|
||||||
Source0: https://dlcdn.apache.org/maven/reporting/%{name}-%{version}-source-release.zip
|
Source0: https://archive.apache.org/dist/maven/reporting/%{name}-%{version}-source-release.zip
|
||||||
Source1: http://www.apache.org/licenses/LICENSE-2.0.txt
|
Source1: http://www.apache.org/licenses/LICENSE-2.0.txt
|
||||||
Source2: %{name}-build.xml
|
Source2: %{name}-build.xml
|
||||||
BuildRequires: ant
|
BuildRequires: ant
|
||||||
@ -65,7 +65,7 @@ build-jar-repository -s lib \
|
|||||||
maven-doxia/doxia-sink-api
|
maven-doxia/doxia-sink-api
|
||||||
%{ant} jar javadoc
|
%{ant} jar javadoc
|
||||||
|
|
||||||
%mvn_artifact pom.xml target/%{name}-%{version}.jar
|
%{mvn_artifact} pom.xml target/%{name}-%{version}.jar
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%mvn_install
|
%mvn_install
|
||||||
|
Loading…
Reference in New Issue
Block a user