Skip to content

Commit

Permalink
mgmt, pom, use javadoc.excludePackageNames (Azure#33679)
Browse files Browse the repository at this point in the history
  • Loading branch information
weidongxu-microsoft authored Feb 23, 2023
1 parent eb6ca45 commit 897c0ca
Showing 1 changed file with 4 additions and 11 deletions.
15 changes: 4 additions & 11 deletions sdk/resourcemanager/azure-resourcemanager-samples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,10 @@

<properties>
<jacoco.skip>true</jacoco.skip>
<javadoc.excludePackageNames>
com.azure.core.*:
com.azure.resourcemanager.*.samples
</javadoc.excludePackageNames>
</properties>

<developers>
Expand Down Expand Up @@ -166,17 +170,6 @@
</profiles>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>3.3.1</version> <!-- {x-version-update;org.apache.maven.plugins:maven-javadoc-plugin;external_dependency} -->
<configuration>
<excludePackageNames>
com.azure.resourcemanager.*.samples:
</excludePackageNames>
</configuration>
</plugin>

<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-enforcer-plugin</artifactId>
Expand Down

0 comments on commit 897c0ca

Please sign in to comment.