Accepting request 690709 from Java:packages
. OBS-URL: https://build.opensuse.org/request/show/690709 OBS-URL: https://build.opensuse.org/package/show/Java:packages/plexus-containers?expand=0&rev=16
This commit is contained in:
parent
2049bba21f
commit
c031e55ab8
@ -51,10 +51,13 @@ BuildRequires: mvn(org.codehaus.plexus:plexus-containers:pom:)
|
||||
BuildRequires: mvn(org.codehaus.plexus:plexus-utils)
|
||||
BuildRequires: mvn(org.jdom:jdom2)
|
||||
BuildRequires: mvn(org.ow2.asm:asm-all)
|
||||
#!BuildRequires: maven-compiler-plugin-bootstrap
|
||||
#!BuildRequires: maven-jar-plugin-bootstrap
|
||||
#!BuildRequires: maven-javadoc-plugin-bootstrap
|
||||
#!BuildRequires: maven-plugin-plugin-bootstrap
|
||||
#!BuildRequires: maven-resources-plugin-bootstrap
|
||||
#!BuildRequires: maven-surefire-plugin-bootstrap
|
||||
BuildArch: noarch
|
||||
%if %{with tests}
|
||||
BuildRequires: ant-junit
|
||||
%endif
|
||||
|
||||
%description
|
||||
The Plexus project seeks to create end-to-end developer tools for
|
||||
@ -122,11 +125,11 @@ sed -i "s|<version>2.3</version>|<version> %{javadoc_plugin_version}</version>|"
|
||||
|
||||
%build
|
||||
pushd %{comp_name}
|
||||
%mvn_file :%{comp_name} %{base_name}/%{comp_name}
|
||||
%{mvn_file} :%{comp_name} %{base_name}/%{comp_name}
|
||||
%if %{with tests}
|
||||
%mvn_build
|
||||
%{mvn_build}
|
||||
%else
|
||||
%mvn_build -f
|
||||
%{mvn_build} -f
|
||||
%endif
|
||||
popd
|
||||
|
||||
@ -139,7 +142,7 @@ popd
|
||||
%files -f %{comp_name}/.mfiles
|
||||
%license LICENSE-2.0.txt LICENSE.MIT
|
||||
|
||||
%files javadoc -f %{comp_name}/.mfiles-javadoc
|
||||
%files javadoc -f %{comp_name}/.mfiles-javadoc
|
||||
%license LICENSE-2.0.txt LICENSE.MIT
|
||||
|
||||
%changelog
|
||||
|
Loading…
Reference in New Issue
Block a user