[ https://issues.apache.org/jira/browse/MJAVADOC-294?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17957653#comment-17957653 ]
Olivier Lamy commented on MJAVADOC-294: --------------------------------------- This project has moved from Jira to GitHub Issues. This issue was migrated to [apache/maven-javadoc-plugin#593|https://github.com/apache/maven-javadoc-plugin/issues/593]. > javadoc:fix add first sentence ends proper punctuation > ------------------------------------------------------ > > Key: MJAVADOC-294 > URL: https://issues.apache.org/jira/browse/MJAVADOC-294 > Project: Maven Javadoc Plugin (Moved to GitHub Issues) > Issue Type: New Feature > Affects Versions: 2.7 > Environment: win xp, maven 2.2.1 > Reporter: Bruno Marti > Assignee: Hervé Boutemy > Priority: Major > Fix For: 2.8 > > > javadoc:fix fixes automatically missing first sentences like > {code:java}/** > *<p>myMethode</p> > *{code} > But there is a missing sentence-end punctuation (*.?!*). > This is for the maven-checkstyle-plugin, rule: JavadocStyle > Otherwise checkstyle reports a javadoc error by default. > Better: > {code:java}/** > *<p>myMethode.</p> > *{code} -- This message was sent by Atlassian Jira (v8.20.10#820010)