Skip to content
This repository was archived by the owner on May 28, 2018. It is now read-only.

Commit 16ce51a

Browse files
author
Michal Gajdos
committed
Modified excluded packages for maven-javadoc-plugin to make sure a -javadoc.jar file
is created for each deployed artifact - missed jersey-gf-ejb. Change-Id: I2d718de02d8057ad1db513ca9ddb4e491ebb9ea5 Signed-off-by: Michal Gajdos <[email protected]>
1 parent 53fe8fe commit 16ce51a

File tree

1 file changed

+11
-0
lines changed
  • containers/glassfish/jersey-gf-ejb

1 file changed

+11
-0
lines changed

containers/glassfish/jersey-gf-ejb/pom.xml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,17 @@
130130
</execution>
131131
</executions>
132132
</plugin>
133+
<plugin>
134+
<groupId>org.apache.maven.plugins</groupId>
135+
<artifactId>maven-javadoc-plugin</artifactId>
136+
<configuration>
137+
<!--
138+
Excluding only *.tests.* packages for this module. At least one class has to exist in non-excluded
139+
packages to generate proper -javadoc.jar file. See https://jira.codehaus.org/browse/MJAVADOC-329
140+
-->
141+
<excludePackageNames>*.tests.*</excludePackageNames>
142+
</configuration>
143+
</plugin>
133144
</plugins>
134145
</build>
135146

0 commit comments

Comments
 (0)