Skip to content

Commit 897c0ca

Browse files
mgmt, pom, use javadoc.excludePackageNames (Azure#33679)
1 parent eb6ca45 commit 897c0ca

File tree

1 file changed

+4
-11
lines changed
  • sdk/resourcemanager/azure-resourcemanager-samples

1 file changed

+4
-11
lines changed

sdk/resourcemanager/azure-resourcemanager-samples/pom.xml

Lines changed: 4 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,10 @@
3737

3838
<properties>
3939
<jacoco.skip>true</jacoco.skip>
40+
<javadoc.excludePackageNames>
41+
com.azure.core.*:
42+
com.azure.resourcemanager.*.samples
43+
</javadoc.excludePackageNames>
4044
</properties>
4145

4246
<developers>
@@ -166,17 +170,6 @@
166170
</profiles>
167171
<build>
168172
<plugins>
169-
<plugin>
170-
<groupId>org.apache.maven.plugins</groupId>
171-
<artifactId>maven-javadoc-plugin</artifactId>
172-
<version>3.3.1</version> <!-- {x-version-update;org.apache.maven.plugins:maven-javadoc-plugin;external_dependency} -->
173-
<configuration>
174-
<excludePackageNames>
175-
com.azure.resourcemanager.*.samples:
176-
</excludePackageNames>
177-
</configuration>
178-
</plugin>
179-
180173
<plugin>
181174
<groupId>org.apache.maven.plugins</groupId>
182175
<artifactId>maven-enforcer-plugin</artifactId>

0 commit comments

Comments
 (0)