Fix javadocs and enable doclint
[controller.git] / opendaylight / md-sal / sal-remoterpc-connector / pom.xml
index 21e16344488af0f8e170867437e28b41754bdad4..772d4461f0bc294a5f270dc1eb41c606b6b46615 100644 (file)
         </plugins>
     </build>
 
-    <profiles>
-        <!-- Turn off doclint. -->
-        <profile>
-            <id>jdk8</id>
-            <activation>
-                <jdk>[1.8,)</jdk>
-            </activation>
-            <build>
-                <plugins>
-                    <plugin>
-                        <groupId>org.apache.maven.plugins</groupId>
-                        <artifactId>maven-javadoc-plugin</artifactId>
-                        <configuration>
-                            <additionalparam>-Xdoclint:none</additionalparam>
-                        </configuration>
-                    </plugin>
-                </plugins>
-            </build>
-        </profile>
-    </profiles>
-
     <scm>
         <connection>scm:git:http://git.opendaylight.org/gerrit/controller.git</connection>
         <developerConnection>scm:git:ssh://git.opendaylight.org:29418/controller.git</developerConnection>