From f131fd16959cea0401017c6f2ac515d5967f5d48 Mon Sep 17 00:00:00 2001 From: Eduard Heimbuch Date: Wed, 11 Dec 2019 14:23:45 +0100 Subject: [PATCH 1/3] update smp-maven-plugin version / add property skipTests --- pom.xml | 2 +- scm-ui/pom.xml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 98ddfde58a..029240d6ad 100644 --- a/pom.xml +++ b/pom.xml @@ -450,7 +450,7 @@ sonia.scm.maven smp-maven-plugin - 1.0.0-alpha-8 + 1.0.0-SNAPSHOT diff --git a/scm-ui/pom.xml b/scm-ui/pom.xml index e8277fae6e..50bd414118 100644 --- a/scm-ui/pom.xml +++ b/scm-ui/pom.xml @@ -18,6 +18,7 @@ build + false typescript ui-extensions/src,ui-components/src,ui-webapp/src **/*.test.js,src/tests/** From 219d396e7997f1361595c07f1a0f3d151f9a827c Mon Sep 17 00:00:00 2001 From: Sebastian Sdorra Date: Thu, 12 Dec 2019 12:07:52 +0100 Subject: [PATCH 2/3] update smp-maven-plugin to version 1.0.0-rc1 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 029240d6ad..a27dcdb44e 100644 --- a/pom.xml +++ b/pom.xml @@ -450,7 +450,7 @@ sonia.scm.maven smp-maven-plugin - 1.0.0-SNAPSHOT + 1.0.0-rc1 From 2b5e91392740bc1e1add22ace7ab450c9356c4c9 Mon Sep 17 00:00:00 2001 From: Sebastian Sdorra Date: Thu, 12 Dec 2019 11:09:38 +0000 Subject: [PATCH 3/3] Close branch bugfix/skipUiTests