Project build error due to reporting configuration not being in reporting section... 72/132172/1
authorFiete Ostkamp <Fiete.Ostkamp@telekom.de>
Sat, 12 Nov 2022 18:30:35 +0000 (18:30 +0000)
committerFiete Ostkamp <Fiete.Ostkamp@telekom.de>
Sat, 12 Nov 2022 18:30:35 +0000 (18:30 +0000)
Issue-ID: AAI-3593

Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
Change-Id: Iaece5965ae2d35a4f9b150b8f22686db4ac3319e

pom.xml

diff --git a/pom.xml b/pom.xml
index bc8ab56..9b8f91a 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -20,8 +20,8 @@
     ============LICENSE_END=========================================================
 
 -->
-<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0"
-         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+    xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
     <modelVersion>4.0.0</modelVersion>
     <parent>
         <groupId>org.onap.aai.aai-common</groupId>
                 mvn formatter:format spotless:apply process-sources
                 -->
                 <plugin>
-                     <groupId>net.revelc.code.formatter</groupId>
-                     <artifactId>formatter-maven-plugin</artifactId>
-                     <version>2.16.0</version>
-                     <configuration>
+                    <groupId>net.revelc.code.formatter</groupId>
+                    <artifactId>formatter-maven-plugin</artifactId>
+                    <version>2.16.0</version>
+                    <configuration>
                         <configFile>${project.parent.basedir}/onap-java-formatter.xml</configFile>
-                     </configuration>
-                     <!-- https://code.revelc.net/formatter-maven-plugin/
+                    </configuration>
+                    <!-- https://code.revelc.net/formatter-maven-plugin/
                           use mvn formatter:format to rewrite source files
                           use mvn formatter:validate to validate source files -->
-                 </plugin>
+                </plugin>
                 <plugin>
-                  <groupId>com.diffplug.spotless</groupId>
-                  <artifactId>spotless-maven-plugin</artifactId>
-                  <version>2.27.0</version>
-                  <configuration>
-                    <java>
-                     <importOrder>
-                       <order>com,java,javax,org</order>
-                     </importOrder>
-                     <removeUnusedImports/>
-                    </java>
-                  </configuration>
-                <!-- https://github.com/diffplug/spotless/tree/master/plugin-maven
+                    <groupId>com.diffplug.spotless</groupId>
+                    <artifactId>spotless-maven-plugin</artifactId>
+                    <version>2.27.0</version>
+                    <configuration>
+                        <java>
+                            <importOrder>
+                                <order>com,java,javax,org</order>
+                            </importOrder>
+                            <removeUnusedImports />
+                        </java>
+                    </configuration>
+                    <!-- https://github.com/diffplug/spotless/tree/master/plugin-maven
                      use mvn spotless:apply to rewrite source files
                      use mvn spotless:check to validate source files -->
                 </plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-site-plugin</artifactId>
                 <version>3.12.1</version>
-                <configuration>
-                    <reportPlugins>
-                        <plugin>
-                            <groupId>org.apache.maven.plugins</groupId>
-                            <artifactId>maven-project-info-reports-plugin</artifactId>
-                            <version>3.4.1</version>
-                            <configuration>
-                                <dependencyDetailsEnabled>false</dependencyDetailsEnabled>
-                                <dependencyLocationsEnabled>false</dependencyLocationsEnabled>
-                            </configuration>
-                            <reports>
-                                <report>dependencies</report>
-                            </reports>
-                        </plugin>
-                        <plugin>
-                            <groupId>org.apache.maven.plugins</groupId>
-                            <artifactId>maven-javadoc-plugin</artifactId>
-                            <version>3.4.1</version>
-                            <configuration>
-                                <additionalparam>-Xdoclint:none</additionalparam>
-                            </configuration>
-                        </plugin>
-                    </reportPlugins>
-                </configuration>
                 <dependencies>
                     <dependency>
                         <groupId>org.apache.maven.wagon</groupId>
                     <useStandardDocletOptions>true</useStandardDocletOptions>
                 </configuration>
             </plugin>
+            <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-project-info-reports-plugin</artifactId>
+                <version>3.4.1</version>
+                <configuration>
+                    <dependencyDetailsEnabled>false</dependencyDetailsEnabled>
+                    <dependencyLocationsEnabled>false</dependencyLocationsEnabled>
+                </configuration>
+            </plugin>
+            <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-javadoc-plugin</artifactId>
+                <version>3.4.1</version>
+                <configuration>
+                    <additionalparam>-Xdoclint:none</additionalparam>
+                </configuration>
+            </plugin>
         </plugins>
     </reporting>
     <pluginRepositories>
             <url>dav:${nexusproxy}${site.path}</url>
         </site>
     </distributionManagement>
-</project>
+</project>
\ No newline at end of file