Remove redundant javadoc/sources configuration 43/36843/2
authorThanh Ha <thanh.ha@linuxfoundation.org>
Tue, 29 Mar 2016 20:00:13 +0000 (16:00 -0400)
committerMilos Fabian <milfabia@cisco.com>
Wed, 30 Mar 2016 08:34:33 +0000 (08:34 +0000)
javadoc and sources are inherited from odlparent.

Change-Id: Ib6fc2100e29994ecf3017c5305d372b251043997
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
parent/pom.xml

index 23a40cbe63e5def65673ccbdec2815bf5b53c94b..abc54dfaca1e410c2bb5c7f57f5bf43e4701f6ec 100644 (file)
                     </reportSet>
                 </reportSets>
             </plugin>
-            <plugin>
-                <groupId>org.apache.maven.plugins</groupId>
-                <artifactId>maven-javadoc-plugin</artifactId>
-                <version>${maven.javadoc.version}</version>
-                <reportSets>
-                    <reportSet>
-                        <id>non-aggregate</id>
-                        <reports>
-                            <report>javadoc</report>
-                        </reports>
-                    </reportSet>
-                </reportSets>
-            </plugin>
             <!--plugin>
                 <groupId>org.codehaus.mojo</groupId>
                 <artifactId>findbugs-maven-plugin</artifactId>
                     </execution>
                 </executions>
             </plugin>
-            <plugin>
-                <artifactId>maven-javadoc-plugin</artifactId>
-            </plugin>
-            <plugin>
-                <artifactId>maven-source-plugin</artifactId>
-            </plugin>
         </plugins>
 
         <pluginManagement>