diff --git a/sdk/resourcemanager/azure-resourcemanager-samples/pom.xml b/sdk/resourcemanager/azure-resourcemanager-samples/pom.xml index 8c7d45f6f641..49eb1d36e937 100644 --- a/sdk/resourcemanager/azure-resourcemanager-samples/pom.xml +++ b/sdk/resourcemanager/azure-resourcemanager-samples/pom.xml @@ -37,6 +37,10 @@ true + + com.azure.core.*: + com.azure.resourcemanager.*.samples + @@ -166,17 +170,6 @@ - - org.apache.maven.plugins - maven-javadoc-plugin - 3.3.1 - - - com.azure.resourcemanager.*.samples: - - - - org.apache.maven.plugins maven-enforcer-plugin diff --git a/sdk/tools/azure-sdk-archetype/README.md b/sdk/tools/azure-sdk-archetype/README.md index a41783ad0bd8..23c17891e6c1 100644 --- a/sdk/tools/azure-sdk-archetype/README.md +++ b/sdk/tools/azure-sdk-archetype/README.md @@ -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.