Merge "Removed javadoc declaration from md-sal to enable parent javadocs settings."
authorEd Warnicke <eaw@cisco.com>
Thu, 30 Jan 2014 10:57:52 +0000 (10:57 +0000)
committerGerrit Code Review <gerrit@opendaylight.org>
Thu, 30 Jan 2014 10:57:52 +0000 (10:57 +0000)
opendaylight/md-sal/pom.xml

index fa6f94bfedf1354b19c0004bec249272baf695a9..521ec23859e0656ed15bb6db2e7095bbcafbf89c 100644 (file)
                 <artifactId>maven-jar-plugin</artifactId>
                 <version>2.4</version>
             </plugin>
-            <plugin>
-                <groupId>org.apache.maven.plugins</groupId>
-                <artifactId>maven-javadoc-plugin</artifactId>
-                <version>2.8.1</version>
-                <configuration>
-                    <stylesheet>maven</stylesheet>
-                    <failOnError>false</failOnError>
-                </configuration>
-                <executions>
-                    <execution>
-                        <goals>
-                            <goal>aggregate</goal>
-                        </goals>
-                        <phase>site</phase>
-                    </execution>
-                </executions>
-            </plugin>
             <plugin>
                 <!-- FIXME: BUG-272: remove this configuration override -->
                 <groupId>org.apache.maven.plugins</groupId>