Accepting request 1208738 from Java:packages
Package the infrastructure pom artifacts too OBS-URL: https://build.opensuse.org/request/show/1208738 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/jetty-minimal?expand=0&rev=26
This commit is contained in:
commit
fdf938f45d
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Oct 17 12:27:25 UTC 2024 - Fridrich Strba <fstrba@suse.com>
|
||||||
|
|
||||||
|
- Package the infrastructure pom artifacts too
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Oct 17 09:47:04 UTC 2024 - Anton Shvetz <shvetz.anton@gmail.com>
|
Thu Oct 17 09:47:04 UTC 2024 - Anton Shvetz <shvetz.anton@gmail.com>
|
||||||
|
|
||||||
|
@ -263,6 +263,12 @@ Group: Productivity/Networking/Web/Servers
|
|||||||
%description -n %{base_name}-xml
|
%description -n %{base_name}-xml
|
||||||
%{extdesc} %{summary}.
|
%{extdesc} %{summary}.
|
||||||
|
|
||||||
|
%package -n %{base_name}-project
|
||||||
|
Summary: POM files for Jetty
|
||||||
|
|
||||||
|
%description -n %{base_name}-project
|
||||||
|
%{extdesc} %{summary}.
|
||||||
|
|
||||||
%package javadoc
|
%package javadoc
|
||||||
Summary: Javadoc for %{name}
|
Summary: Javadoc for %{name}
|
||||||
Group: Productivity/Networking/Web/Servers
|
Group: Productivity/Networking/Web/Servers
|
||||||
@ -403,9 +409,9 @@ sed -i '/<SystemProperty name="jetty.state"/d' \
|
|||||||
%{mvn_package} :jetty-distribution __noinstall
|
%{mvn_package} :jetty-distribution __noinstall
|
||||||
|
|
||||||
# Separate package for POMs
|
# Separate package for POMs
|
||||||
%{mvn_package} ':*-project' __noinstall
|
%{mvn_package} ':*-project' project
|
||||||
%{mvn_package} ':*-parent' __noinstall
|
%{mvn_package} ':*-parent' project
|
||||||
%{mvn_package} ':*-bom' __noinstall
|
%{mvn_package} ':*-bom' project
|
||||||
|
|
||||||
# artifact used by demo
|
# artifact used by demo
|
||||||
%{mvn_package} :test-mock-resources
|
%{mvn_package} :test-mock-resources
|
||||||
@ -497,6 +503,8 @@ ln -s %{_javadir}/%{base_name}/%{base_name}-ant.jar %{buildroot}%{_datadir}/ant/
|
|||||||
|
|
||||||
%files -n %{base_name}-plus -f .mfiles-jetty-plus
|
%files -n %{base_name}-plus -f .mfiles-jetty-plus
|
||||||
|
|
||||||
|
%files -n %{base_name}-project -f .mfiles-project
|
||||||
|
|
||||||
%files -n %{base_name}-quickstart -f .mfiles-jetty-quickstart
|
%files -n %{base_name}-quickstart -f .mfiles-jetty-quickstart
|
||||||
|
|
||||||
%files -n %{base_name}-rewrite -f .mfiles-jetty-rewrite
|
%files -n %{base_name}-rewrite -f .mfiles-jetty-rewrite
|
||||||
|
Loading…
Reference in New Issue
Block a user