Skip to content

Commit b3b5b35

Browse files
committed
Remove the javadoc com.sun package exclusion
This was useful when the javadoc configuration was integrated with sc.fiji:fiji, but is unnecessary now that we have dedicated *-javadoc projects whose direct dependencies are carefully controlled.
1 parent 5178c35 commit b3b5b35

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

pom.xml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1400,9 +1400,6 @@ Projects wishing to use pom-scijava as a parent project need to override the &lt
14001400
<!-- Include direct dependencies -->
14011401
<includeDependencySources>true</includeDependencySources>
14021402

1403-
<!-- No need to include the tools -->
1404-
<excludePackageNames>com.sun.*</excludePackageNames>
1405-
14061403
<!-- Remove the "${project.version} API" from the default title -->
14071404
<doctitle>${project.name}</doctitle>
14081405
</configuration>

0 commit comments

Comments
 (0)