Skip to content

Commit b8f3c22

Browse files
ludochgae-java-bot
authored andcommitted
Remove unused Javadoc exclusion properties.
PiperOrigin-RevId: 819917025 Change-Id: I23ac04bb8d9fbebf8f6b0000f8d02b061bea6eef
1 parent 47f7c0e commit b8f3c22

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

api/pom.xml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,6 @@
231231
<excludeclasses />
232232
<excludePackages>com\.google\.appengine\.httpapiproxy.*:com\.google\.appengine\.api\.internal.*:com\.google\.storage\.onestore.*:com\.google\.api\.client\.findbugs.*:com\.google\.apphosting\.utils.*</excludePackages>
233233
<source>8</source>
234-
<sourceFileExclude />
235234
<!-- Filed https://github.com/googleapis/java-docfx-doclet/issues/105 -->
236235
<docletPath>${user.home}/Downloads/java-docfx-doclet-1.8.0-jar-with-dependencies.jar</docletPath>
237236
</properties>
@@ -254,16 +253,13 @@
254253
-outputpath ${outputpath}
255254
-projectname ${projectname}
256255
-disable-changelog true
257-
-excludeclasses ${excludeclasses}:
258256
-excludepackages ${excludePackages}:
259257
</additionalOptions>
260258
<doclint>none</doclint>
261259
<show>protected</show>
262260
<nohelp>true</nohelp>
263261
<source>${source}</source>
264-
<sourceFileExcludes>
265-
<exclude>${sourceFileExclude}</exclude>
266-
</sourceFileExcludes>
262+
267263
</configuration>
268264
</plugin>
269265
<plugin>

0 commit comments

Comments
 (0)