Author: solomax
Date: Thu Feb  5 06:30:19 2015
New Revision: 1657486

URL: http://svn.apache.org/r1657486
Log:
Compilation under java8 partially fixed

Modified:
    openmeetings/trunk/singlewebapp/pom.xml

Modified: openmeetings/trunk/singlewebapp/pom.xml
URL: 
http://svn.apache.org/viewvc/openmeetings/trunk/singlewebapp/pom.xml?rev=1657486&r1=1657485&r2=1657486&view=diff
==============================================================================
--- openmeetings/trunk/singlewebapp/pom.xml (original)
+++ openmeetings/trunk/singlewebapp/pom.xml Thu Feb  5 06:30:19 2015
@@ -85,6 +85,25 @@
                                <wicket.mode>DEVELOPMENT</wicket.mode>
                        </properties>
                </profile>
+               <profile>
+                       <id>doclint-java8-disable</id>
+                       <activation>
+                               <jdk>[1.8,)</jdk>
+                       </activation>
+                       <build>
+                               <pluginManagement>
+                                       <plugins>
+                                               <plugin>
+                                                       
<groupId>org.apache.maven.plugins</groupId>
+                                                       
<artifactId>maven-javadoc-plugin</artifactId>
+                                                       <configuration>
+                                                               
<additionalparam>-Xdoclint:none</additionalparam>
+                                                       </configuration>
+                                               </plugin>
+                                       </plugins>
+                               </pluginManagement>
+                       </build>
+               </profile>
        </profiles>
        <url>http://openmeetings.apache.org</url>
        <inceptionYear>2012</inceptionYear>


Reply via email to