[ https://issues.apache.org/jira/browse/CTAKES-399?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15283580#comment-15283580 ]
Richard Eckart de Castilho commented on CTAKES-399: --------------------------------------------------- Something like this should work: {noformat} <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-javadoc-plugin</artifactId> <version>2.10.3</version> <configuration> <sourceFileExcludes> <exclude>**/*_Type.java</exclude> </sourceFileExcludes> <tags> <tag> <name>generated</name> <placement>X</placement> </tag> <tag> <name>ordered</name> <placement>X</placement> </tag> <tag> <name>modifiable</name> <placement>X</placement> </tag> </tags> </configuration> </plugin> {noformat} > Add profile to pom.xml which permits build with JDK1.8 > ------------------------------------------------------ > > Key: CTAKES-399 > URL: https://issues.apache.org/jira/browse/CTAKES-399 > Project: cTAKES > Issue Type: Improvement > Components: ctakes-core > Affects Versions: 3.2.2 > Reporter: Lewis John McGibbney > Fix For: 3.2.3 > > Attachments: CTAKES-399.patch > > > Right now, due to autogenerated code, a clean compile and install of cTAKES > trunk fails due to doclint strictness within the JDK1.8. > I propose to add a short profile to parent pom.xml which will work around > this issue. Patch coming up. > The real solution is to address the @generated tags which are the offending > culprits, however that is work for a rainy day :) -- This message was sent by Atlassian JIRA (v6.3.4#6332)