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-annotations/.classpath | 18 ++++++++++++++++++ aai-annotations/pom.xml | 4 ++-- 2 files changed, 20 insertions(+), 2 deletions(-) (limited to 'aai-annotations') diff --git a/aai-annotations/.classpath b/aai-annotations/.classpath index af1430be..f0257c5a 100644 --- a/aai-annotations/.classpath +++ b/aai-annotations/.classpath @@ -10,6 +10,7 @@ + @@ -22,5 +23,22 @@ + + + + + + + + + + + + + + + + + diff --git a/aai-annotations/pom.xml b/aai-annotations/pom.xml index 27f708d8..c1ed42c8 100644 --- a/aai-annotations/pom.xml +++ b/aai-annotations/pom.xml @@ -61,12 +61,12 @@ 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