Fix the javadocs error in jenkins
[aai/aai-common.git] / aai-annotations / pom.xml
index b8351a8..ccfae3d 100644 (file)
        <build>
                <pluginManagement>
                        <plugins>
-                               <plugin>
-                                 <groupId>org.apache.maven.plugins</groupId>
-                                 <artifactId>maven-site-plugin</artifactId>
-                                 <version>3.6</version>
-                                 <dependencies>
-                                   <dependency>
-                                     <groupId>org.apache.maven.wagon</groupId>
-                                     <artifactId>wagon-webdav-jackrabbit</artifactId>
-                                     <version>2.10</version>
-                                   </dependency>
-                                 </dependencies>
-                               </plugin>
                                <!-- Checkstyle plugin - used to report on compliance with -->
                                <!-- the Google style guide. -->
-                               <plugin>
-                                       <groupId>org.apache.maven.plugins</groupId>
-                                       <artifactId>maven-site-plugin</artifactId>
-                                       <version>3.3</version>
-                                       <configuration>
-                                               <reportPlugins>
-                                                       <plugin>
-                                                               <groupId>org.apache.maven.plugins</groupId>
-                                                               <artifactId>maven-checkstyle-plugin</artifactId>
-                                                               <version>2.17</version>
-                                                               <reportSets>
-                                                                       <reportSet>
-                                                                               <reports>
-                                                                                       <report>checkstyle</report>
-                                                                               </reports>
-                                                                       </reportSet>
-                                                               </reportSets>
-                                                       </plugin>
-                                               </reportPlugins>
-                                       </configuration>
-                               </plugin>
 
                                <plugin>
                                        <groupId>org.codehaus.mojo</groupId>