OBS-URL: https://build.opensuse.org/package/show/Java:packages/maven-compiler-plugin?expand=0&rev=22
This commit is contained in:
parent
65dd5b617b
commit
16a7b40228
3
maven-compiler-plugin-3.10.1-source-release.zip
Normal file
3
maven-compiler-plugin-3.10.1-source-release.zip
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8dc4f56babe3a5ffe9301d2272b519cc64440ec04cac301e395cc8234e07f132
|
||||
size 656659
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c636642705d56f22ee6a0f802e811efedd2e9f84526c7a10c8a88e59571e52f1
|
||||
size 588951
|
File diff suppressed because it is too large
Load Diff
@ -14,10 +14,10 @@
|
||||
value="The Compiler Plugin is used to compile the sources of your project."/>
|
||||
<property name="project.groupId" value="org.apache.maven.plugins"/>
|
||||
<property name="project.artifactId" value="maven-compiler-plugin"/>
|
||||
<property name="project.version" value="3.8.1"/>
|
||||
<property name="project.version" value="3.10.1"/>
|
||||
<property name="project.organization.name" value="The Apache Software Foundation"/>
|
||||
|
||||
<property name="spec.version" value="3.8"/>
|
||||
<property name="spec.version" value="3.10"/>
|
||||
|
||||
<property name="compiler.source" value="1.7"/>
|
||||
<property name="compiler.target" value="${compiler.source}"/>
|
||||
|
@ -23,24 +23,21 @@
|
||||
%bcond_with bootstrap
|
||||
%endif
|
||||
%global base_name maven-compiler-plugin
|
||||
Version: 3.8.1
|
||||
Version: 3.10.1
|
||||
Release: 0
|
||||
Summary: Maven Compiler Plugin
|
||||
License: Apache-2.0
|
||||
Group: Development/Libraries/Java
|
||||
URL: http://maven.apache.org/plugins/maven-compiler-plugin
|
||||
Source0: http://archive.apache.org/dist/maven/plugins/%{base_name}-%{version}-source-release.zip
|
||||
URL: https://maven.apache.org/plugins/maven-compiler-plugin
|
||||
Source0: https://dlcdn.apache.org/maven/plugins/%{base_name}-%{version}-source-release.zip
|
||||
Source1: %{base_name}-build.xml
|
||||
Patch0: %{base_name}-bootstrap-resources.patch
|
||||
Patch1: 0001-plexus-languages-1.0.patch
|
||||
Patch2: 0002-MCOMPILER-359-Fix-for-NPE.patch
|
||||
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: javapackages-local
|
||||
BuildRequires: maven-lib
|
||||
BuildRequires: maven-plugin-annotations
|
||||
BuildRequires: maven-shared-incremental
|
||||
BuildRequires: maven-shared-utils
|
||||
BuildRequires: objectweb-asm
|
||||
BuildRequires: plexus-compiler
|
||||
BuildRequires: plexus-languages
|
||||
BuildRequires: unzip
|
||||
@ -53,6 +50,7 @@ Name: %{base_name}-bootstrap
|
||||
BuildRequires: ant
|
||||
%else
|
||||
Name: %{base_name}
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: xmvn
|
||||
BuildRequires: mvn(org.apache.maven.plugins:maven-compiler-plugin)
|
||||
BuildRequires: mvn(org.apache.maven.plugins:maven-jar-plugin)
|
||||
@ -88,11 +86,11 @@ API documentation for %{name}.
|
||||
cp %{SOURCE1} build.xml
|
||||
%patch0 -p1
|
||||
%endif
|
||||
%patch1 -p1
|
||||
%patch2 -p1
|
||||
|
||||
%pom_remove_dep :::test
|
||||
|
||||
%pom_xpath_remove pom:project/pom:parent/pom:relativePath
|
||||
|
||||
%build
|
||||
%if %{with bootstrap}
|
||||
mkdir -p lib
|
||||
@ -104,6 +102,7 @@ build-jar-repository -s lib \
|
||||
maven-plugin-tools/maven-plugin-annotations \
|
||||
maven-shared-incremental/maven-shared-incremental \
|
||||
maven-shared-utils/maven-shared-utils \
|
||||
objectweb-asm/asm-all \
|
||||
plexus-compiler/plexus-compiler-api \
|
||||
plexus-compiler/plexus-compiler-javac \
|
||||
plexus-compiler/plexus-compiler-manager \
|
||||
@ -122,7 +121,9 @@ xmvn --batch-mode --offline \
|
||||
|
||||
%install
|
||||
%mvn_install
|
||||
%if %{without bootstrap}
|
||||
%fdupes -s %{buildroot}%{_javadocdir}
|
||||
%endif
|
||||
|
||||
%files -f .mfiles
|
||||
%license LICENSE NOTICE
|
||||
|
Loading…
x
Reference in New Issue
Block a user