Repository: mina
Updated Branches:
  refs/heads/2.0 9be38df38 -> a20f6d8c3


Fixed DIRMINA-1052 (mvn site wasn't working properly), also shut down Java 8 
javadoc lint


Project: http://git-wip-us.apache.org/repos/asf/mina/repo
Commit: http://git-wip-us.apache.org/repos/asf/mina/commit/a20f6d8c
Tree: http://git-wip-us.apache.org/repos/asf/mina/tree/a20f6d8c
Diff: http://git-wip-us.apache.org/repos/asf/mina/diff/a20f6d8c

Branch: refs/heads/2.0
Commit: a20f6d8c31072c972f60ab713615ad1c69529dff
Parents: 9be38df
Author: Emmanuel Lécharny <elecha...@symas.com>
Authored: Mon Oct 31 16:30:13 2016 +0100
Committer: Emmanuel Lécharny <elecha...@symas.com>
Committed: Mon Oct 31 16:30:13 2016 +0100

----------------------------------------------------------------------
 pom.xml | 85 +++---------------------------------------------------------
 1 file changed, 3 insertions(+), 82 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mina/blob/a20f6d8c/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index d2cbeee..4fc3153 100644
--- a/pom.xml
+++ b/pom.xml
@@ -88,6 +88,9 @@
   <properties>
     <arguments />
 
+    <!-- Make Java 8 javadoc lint to shut the f*** up... -->
+    <additionalparam>-Xdoclint:none</additionalparam>
+
     <!-- Maven Plugins -->
     <version.apache.rat.plugin>0.11</version.apache.rat.plugin>
     <version.api.plugin>3.3.9</version.api.plugin>
@@ -838,88 +841,6 @@
             <version>2.1</version>
           </dependency>
         </dependencies>
-        
-        <configuration>
-          <reportPlugins>
-            <plugin>
-              <groupId>org.apache.maven.plugins</groupId>
-              <artifactId>maven-jxr-plugin</artifactId>
-              <configuration>
-                <aggregate>true</aggregate>
-              </configuration>
-            </plugin>
-
-            <plugin>
-              <groupId>org.apache.maven.plugins</groupId>
-              <artifactId>maven-surefire-report-plugin</artifactId>
-              <configuration>
-                <aggregate>true</aggregate>
-              </configuration>
-            </plugin>
-
-            <plugin>
-              <groupId>org.apache.maven.plugins</groupId>
-              <artifactId>maven-project-info-reports-plugin</artifactId>
-            </plugin>
-
-            <plugin>
-              <groupId>org.codehaus.mojo</groupId>
-              <artifactId>taglist-maven-plugin</artifactId>
-              <configuration>
-                <tags>
-                  <tag>TODO</tag>
-                  <tag>@todo</tag>
-                  <tag>@deprecated</tag>
-                  <tag>FIXME</tag>
-                </tags>
-              </configuration>
-            </plugin>
-
-            <plugin>
-              <groupId>org.apache.maven.plugins</groupId>
-              <artifactId>maven-javadoc-plugin</artifactId>
-              <configuration>
-                <minmemory>512m</minmemory>
-                <maxmemory>1g</maxmemory>
-                <linksource>true</linksource>
-                <tags>
-                  <tag>
-                    <name>todo</name>
-                    <!-- todo tag for all places -->
-                    <placement>a</placement>
-                    <head>To do:</head>
-                  </tag>
-                </tags>
-                <source>1.6</source>
-              </configuration>
-              <reportSets>
-                <reportSet>
-                  <reports>
-                    <report>aggregate</report>
-                    <report>test-aggregate</report>
-                  </reports>
-                </reportSet>
-              </reportSets>
-            </plugin>
-
-            <plugin>
-              <artifactId>maven-jxr-plugin</artifactId>
-              <configuration>
-                <aggregate>true</aggregate>
-              </configuration>
-            
-              <executions>
-                <execution>
-                  <phase>install</phase>
-                  <goals>
-                    <goal>jxr</goal>
-                    <goal>test-jxr</goal>
-                  </goals>
-                </execution>
-              </executions>
-            </plugin>
-          </reportPlugins>
-        </configuration>
       </plugin>
     </plugins>
   </build>

Reply via email to