From 670e59146acdebf4ed4374a6be35a9ea2f8ed6f2 Mon Sep 17 00:00:00 2001 From: jstaerk Date: Tue, 26 Jan 2021 15:28:04 +0100 Subject: [PATCH] only deploy library and validator to maven central, not core nor cli --- library/pom.xml | 2 ++ pom.xml | 2 ++ validator/pom.xml | 2 ++ 3 files changed, 6 insertions(+) diff --git a/library/pom.xml b/library/pom.xml index 318d2223..a88f9c6c 100644 --- a/library/pom.xml +++ b/library/pom.xml @@ -48,6 +48,8 @@ 1.8 1.8 1.8 + true + diff --git a/pom.xml b/pom.xml index f8bacf91..ebd0d717 100644 --- a/pom.xml +++ b/pom.xml @@ -158,6 +158,8 @@ 1.8 1.8 1.8 + true diff --git a/validator/pom.xml b/validator/pom.xml index 5e8597b2..97ec12c2 100644 --- a/validator/pom.xml +++ b/validator/pom.xml @@ -27,6 +27,8 @@ UTF-8 + false +