From 515d2d7595a8f9d27b6b7298d9d028bbfec1da16 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20Ladst=C3=A4tter?= Date: Wed, 1 May 2024 23:10:57 +0200 Subject: [PATCH] #200: introduces 'app-tests' profile for optional execution of end2endtests for win and linux --- dist/dist-linux/installer-linux/pom.xml | 19 +++++++++++++------ dist/dist-win/installer-win-jre/pom.xml | 19 ++++++++++++++----- pom.xml | 7 ++++++- 3 files changed, 33 insertions(+), 12 deletions(-) diff --git a/dist/dist-linux/installer-linux/pom.xml b/dist/dist-linux/installer-linux/pom.xml index a7352a74..d53dc032 100644 --- a/dist/dist-linux/installer-linux/pom.xml +++ b/dist/dist-linux/installer-linux/pom.xml @@ -22,12 +22,6 @@ app.logorrr.dist.repackaged dist-repackaged - - - app.logorrr - app-tests - test - @@ -97,4 +91,17 @@ + + + app-tests + + + + app.logorrr + app-tests + test + + + + \ No newline at end of file diff --git a/dist/dist-win/installer-win-jre/pom.xml b/dist/dist-win/installer-win-jre/pom.xml index f633cbe9..3cdfd772 100644 --- a/dist/dist-win/installer-win-jre/pom.xml +++ b/dist/dist-win/installer-win-jre/pom.xml @@ -22,11 +22,6 @@ app.logorrr build - - app.logorrr - app-tests - test - @@ -124,4 +119,18 @@ + + + app-tests + + + + app.logorrr + app-tests + test + + + + + \ No newline at end of file diff --git a/pom.xml b/pom.xml index e08a1761..7a8635d8 100644 --- a/pom.xml +++ b/pom.xml @@ -146,12 +146,17 @@ benchmarks + + app-tests + + app-tests + + core build app - app-tests dist docs