This commit is contained in:
parent
277f2f2598
commit
4eb4b98f7c
@ -162,10 +162,8 @@ done
|
|||||||
%pom_add_dep org.opentest4j.reporting:open-test-reporting-events:0.1.0-M2 junit-platform-reporting
|
%pom_add_dep org.opentest4j.reporting:open-test-reporting-events:0.1.0-M2 junit-platform-reporting
|
||||||
%pom_add_dep info.picocli:picocli:4.7.5 junit-platform-console
|
%pom_add_dep info.picocli:picocli:4.7.5 junit-platform-console
|
||||||
|
|
||||||
# Disable the console modules
|
# Disable the standalone console (just jar with shaded dependencies)
|
||||||
#pom_disable_module junit-platform-console
|
%pom_disable_module junit-platform-console-standalone
|
||||||
#pom_disable_module junit-platform-console-standalone
|
|
||||||
#pom_disable_module junit-platform-reporting
|
|
||||||
# Disable the modules built in -minimal package
|
# Disable the modules built in -minimal package
|
||||||
%pom_disable_module junit-platform-commons
|
%pom_disable_module junit-platform-commons
|
||||||
%pom_disable_module junit-jupiter-api
|
%pom_disable_module junit-jupiter-api
|
||||||
@ -205,6 +203,7 @@ done
|
|||||||
%else
|
%else
|
||||||
|
|
||||||
%mvn_install
|
%mvn_install
|
||||||
|
%jpackage_script org/junit/platform/console/ConsoleLauncher "" "" junit5:junit:opentest4j:open-test-reporting:picocli:jopt-simple:assertj-core %{name} true
|
||||||
%fdupes -s documentation/src/docs/
|
%fdupes -s documentation/src/docs/
|
||||||
|
|
||||||
%endif
|
%endif
|
||||||
@ -216,6 +215,8 @@ done
|
|||||||
|
|
||||||
%if %{without bootstrap}
|
%if %{without bootstrap}
|
||||||
|
|
||||||
|
%{_bindir}/%{name}
|
||||||
|
|
||||||
%files bom -f .mfiles-bom
|
%files bom -f .mfiles-bom
|
||||||
%license LICENSE.md LICENSE-notice.md
|
%license LICENSE.md LICENSE-notice.md
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user