From f0da7f9d2a6023ece48348f432d834a6780cd2f3 Mon Sep 17 00:00:00 2001 From: Fiete Ostkamp Date: Wed, 26 Oct 2022 14:24:28 +0000 Subject: Project build error due to reporting configuration not being in reporting section in pom Issue-ID: AAI-3568 Signed-off-by: Fiete Ostkamp Change-Id: I5c74dc9f00e5f4dfaaff80bad0abafc20244901a --- pom.xml | 87 ++++++++++++++++++++++++++++++----------------------------------- 1 file changed, 40 insertions(+), 47 deletions(-) diff --git a/pom.xml b/pom.xml index 7219597..8a18a4e 100644 --- a/pom.xml +++ b/pom.xml @@ -21,7 +21,7 @@ --> + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 org.onap.aai.aai-common @@ -62,28 +62,28 @@ mvn formatter:format spotless:apply process-sources --> - net.revelc.code.formatter - formatter-maven-plugin - 2.8.1 - + net.revelc.code.formatter + formatter-maven-plugin + 2.8.1 + ${project.parent.basedir}/onap-java-formatter.xml - - - + - com.diffplug.spotless - spotless-maven-plugin - 1.18.0 - - - - com,java,javax,org - - - - @@ -98,30 +98,6 @@ org.apache.maven.plugins maven-site-plugin 3.6 - - - - org.apache.maven.plugins - maven-project-info-reports-plugin - 2.4 - - false - false - - - dependencies - - - - org.apache.maven.plugins - maven-javadoc-plugin - 2.8 - - -Xdoclint:none - - - - org.apache.maven.wagon @@ -150,6 +126,23 @@ true + + org.apache.maven.plugins + maven-project-info-reports-plugin + 2.4 + + false + false + + + + org.apache.maven.plugins + maven-javadoc-plugin + 2.8 + + -Xdoclint:none + + @@ -183,17 +176,17 @@ ecomp-releases ECOMP Release Repository - ${nexusproxy}${release.path} + ${nexusproxy}${release.path} ecomp-staging ECOMP Staging Repository - ${nexusproxy}${staging.path} + ${nexusproxy}${staging.path} ecomp-snapshots ECOMP Snapshot Repository - ${nexusproxy}${snapshot.path} + ${nexusproxy}${snapshot.path} - + \ No newline at end of file -- cgit 1.2.3-korg