[jboss-jira] [JBoss JIRA] (JBLOGGING-132) JavaDocs not generated from version 1.1.15

Aurel Pintea (JIRA) issues at jboss.org
Thu Aug 23 10:17:00 EDT 2018


Aurel Pintea created JBLOGGING-132:
--------------------------------------

             Summary: JavaDocs not generated from version 1.1.15
                 Key: JBLOGGING-132
                 URL: https://issues.jboss.org/browse/JBLOGGING-132
             Project: JBoss Logging
          Issue Type: Bug
            Reporter: Aurel Pintea
            Assignee: James Perkins


JavaDocs aren't generated from version 1.1.15.

Ingo and me and tried to run it with:

{code:xml}
            <plugin>
                <artifactId>maven-javadoc-plugin</artifactId>
                <configuration>
                    <additionalparam>-Xdoclint:none</additionalparam>
                    <includeDependencySources>true</includeDependencySources>
                    <!-- <sourceFileIncludes>
                        <include>org/apache/log4j/**</include>
                    </sourceFileIncludes> -->
                    <dependencySourceIncludes>
                        <dependencySourceInclude>org.apache.log4j:*</dependencySourceInclude>
                    </dependencySourceIncludes>
                </configuration>
            </plugin>
{code}

And it worked like this.

The latest changes:
https://github.com/jboss-logging/log4j-jboss-logmanager/compare/1.1.4.Final...1.1.5.Final



--
This message was sent by Atlassian JIRA
(v7.5.0#75005)


More information about the jboss-jira mailing list