[
https://issues.jboss.org/browse/JBLOGGING-132?page=com.atlassian.jira.plu...
]
Aurel Pintea updated JBLOGGING-132:
-----------------------------------
Description:
JavaDocs aren't generated from version 1.1.15.
Ingo and me tried to run it with:
*$* mvn clean install -DperformRelease
and:
{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.Fin...
was:
JavaDocs aren't generated from version 1.1.15.
Ingo and me tried to run it with:
*$* mvn clean install -DperformRelease
and:
{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.Fin...
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 tried to run it with:
*$* mvn clean install -DperformRelease
and:
{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.Fin...
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)