Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[pull] main from Azure:main #414

Merged
merged 2 commits into from
Feb 23, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
3 changes: 3 additions & 0 deletions sdk/tools/azure-sdk-archetype/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ Azure SDK for Java Maven archetype creates a new Maven project with the followin
* Support for generating a new project with a specified set of Azure SDK for Java client libraries.
* Integration with the Azure SDK for Java build tooling that will give build-time analysis of your project to ensure as many best practices are followed.

> **Note**
> All other Microsoft maintained Azure maven archetypes can be found at [https://github.com/microsoft/azure-maven-archetypes](https://github.com/microsoft/azure-maven-archetypes).

As the Azure SDK for Java Maven archetype is published to Maven Central, we can bootstrap a new application by using
the archetype directly.

Expand Down