From ade63a2fd61bae99fb4911f02ee437e38dcf01d1 Mon Sep 17 00:00:00 2001 From: Fiete Ostkamp Date: Sat, 12 Nov 2022 18:30:35 +0000 Subject: [PATCH] Project build error due to reporting configuration not being in reporting section in pom in schema-service Issue-ID: AAI-3593 Signed-off-by: Fiete Ostkamp Change-Id: Iaece5965ae2d35a4f9b150b8f22686db4ac3319e --- pom.xml | 85 ++++++++++++++++++++++++++++++----------------------------------- 1 file changed, 39 insertions(+), 46 deletions(-) diff --git a/pom.xml b/pom.xml index bc8ab56..9b8f91a 100644 --- a/pom.xml +++ b/pom.xml @@ -20,8 +20,8 @@ ============LICENSE_END========================================================= --> - + 4.0.0 org.onap.aai.aai-common @@ -65,29 +65,29 @@ mvn formatter:format spotless:apply process-sources --> - net.revelc.code.formatter - formatter-maven-plugin - 2.16.0 - + net.revelc.code.formatter + formatter-maven-plugin + 2.16.0 + ${project.parent.basedir}/onap-java-formatter.xml - - - + - com.diffplug.spotless - spotless-maven-plugin - 2.27.0 - - - - com,java,javax,org - - - - - @@ -134,30 +134,6 @@ org.apache.maven.plugins maven-site-plugin 3.12.1 - - - - org.apache.maven.plugins - maven-project-info-reports-plugin - 3.4.1 - - false - false - - - dependencies - - - - org.apache.maven.plugins - maven-javadoc-plugin - 3.4.1 - - -Xdoclint:none - - - - org.apache.maven.wagon @@ -186,6 +162,23 @@ true + + org.apache.maven.plugins + maven-project-info-reports-plugin + 3.4.1 + + false + false + + + + org.apache.maven.plugins + maven-javadoc-plugin + 3.4.1 + + -Xdoclint:none + + @@ -215,4 +208,4 @@ dav:${nexusproxy}${site.path} - + \ No newline at end of file -- 2.16.6