File tree Expand file tree Collapse file tree 1 file changed +4
-11
lines changed
sdk/resourcemanager/azure-resourcemanager-samples Expand file tree Collapse file tree 1 file changed +4
-11
lines changed Original file line number Diff line number Diff line change 37
37
38
38
<properties >
39
39
<jacoco .skip>true</jacoco .skip>
40
+ <javadoc .excludePackageNames>
41
+ com.azure.core.*:
42
+ com.azure.resourcemanager.*.samples
43
+ </javadoc .excludePackageNames>
40
44
</properties >
41
45
42
46
<developers >
166
170
</profiles >
167
171
<build >
168
172
<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
-
180
173
<plugin >
181
174
<groupId >org.apache.maven.plugins</groupId >
182
175
<artifactId >maven-enforcer-plugin</artifactId >
You can’t perform that action at this time.
0 commit comments