From 5175ddc0991f9bcf594394f9abbc85fdbca3cb9f Mon Sep 17 00:00:00 2001 From: Fiete Ostkamp Date: Wed, 12 Oct 2022 13:50:21 +0000 Subject: Project build error due to reporting configuration not being in reporting section in pom - move the reporting configuration into the reporting block - use https for plugin repository urls - improve the README Issue-ID: AAI-3548 Signed-off-by: Fiete Ostkamp Change-Id: Ic473e8a3942481a987143e2dc9fba02fdcfbc4eb --- aai-core/pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'aai-core') diff --git a/aai-core/pom.xml b/aai-core/pom.xml index d6a4c77b..1cf73a78 100644 --- a/aai-core/pom.xml +++ b/aai-core/pom.xml @@ -411,12 +411,12 @@ limitations under the License. central - http://repo1.maven.org/maven2 + https://repo1.maven.org/maven2 EvoSuite EvoSuite Repository - http://www.evosuite.org/m2 + https://www.evosuite.org/m2 -- cgit 1.2.3-korg