OBS-URL: https://build.opensuse.org/package/show/Java:packages/maven-compiler-plugin?expand=0&rev=29
This commit is contained in:
parent
58a5aa3ce7
commit
1dbbef9bef
@ -19,7 +19,7 @@
|
||||
|
||||
<property name="spec.version" value="3.11"/>
|
||||
|
||||
<property name="compiler.source" value="1.7"/>
|
||||
<property name="compiler.source" value="1.8"/>
|
||||
<property name="compiler.target" value="${compiler.source}"/>
|
||||
|
||||
<property name="build.finalName" value="${project.artifactId}-${project.version}"/>
|
||||
|
@ -35,10 +35,12 @@ Patch0: %{base_name}-bootstrap-resources.patch
|
||||
BuildRequires: javapackages-local
|
||||
BuildRequires: maven-lib
|
||||
BuildRequires: maven-plugin-annotations
|
||||
BuildRequires: maven-resolver-api
|
||||
BuildRequires: maven-resolver-util
|
||||
BuildRequires: maven-shared-incremental
|
||||
BuildRequires: maven-shared-utils
|
||||
BuildRequires: objectweb-asm
|
||||
BuildRequires: plexus-compiler
|
||||
BuildRequires: plexus-compiler >= 2.13
|
||||
BuildRequires: plexus-languages
|
||||
BuildRequires: unzip
|
||||
BuildRequires: xmvn-install
|
||||
@ -113,6 +115,8 @@ build-jar-repository -s lib \
|
||||
maven/maven-model \
|
||||
maven/maven-plugin-api \
|
||||
maven-plugin-tools/maven-plugin-annotations \
|
||||
maven-resolver/maven-resolver-api \
|
||||
maven-resolver/maven-resolver-util \
|
||||
maven-shared-incremental/maven-shared-incremental \
|
||||
maven-shared-utils/maven-shared-utils \
|
||||
objectweb-asm/asm-all \
|
||||
|
Loading…
x
Reference in New Issue
Block a user