From 1ac4b2b67596de9900dd11277de82c8a305ebeb7 Mon Sep 17 00:00:00 2001 From: Mitch Denny Date: Wed, 14 Aug 2019 21:17:38 -0700 Subject: [PATCH] Enabling javadoc production for template. (#4963) --- pom.client.xml | 10 +++++----- sdk/template/azure-sdk-template/pom.xml | 18 ++++++++++++------ 2 files changed, 17 insertions(+), 11 deletions(-) diff --git a/pom.client.xml b/pom.client.xml index 617d50a5b8aeb..525ed2caf70bb 100644 --- a/pom.client.xml +++ b/pom.client.xml @@ -1,7 +1,7 @@ - + 4.0.0 com.azure azure-client-sdk-parent @@ -342,7 +342,6 @@ false - com.microsoft.azure.template: *.impl*: *.implementation*: com.azure.tools.checkstyle* @@ -731,12 +730,13 @@ ./eng/jacoco-test-coverage - + template-module - include-template + env.ENABLETEMPLATEDOCS + true diff --git a/sdk/template/azure-sdk-template/pom.xml b/sdk/template/azure-sdk-template/pom.xml index 3c5ff41f6fc2a..0d15dd67d620a 100644 --- a/sdk/template/azure-sdk-template/pom.xml +++ b/sdk/template/azure-sdk-template/pom.xml @@ -1,17 +1,16 @@ - + 4.0.0 com.azure azure-client-sdk-parent - 1.1.0 + 1.3.0 ../../../pom.client.xml azure-sdk-template - 1.0.2-SNAPSHOT - jar + 1.0.2 Microsoft Azure SDK for Template This package contains Microsoft Azure SDK for Template. @@ -23,9 +22,16 @@ - https://github.com/Azure/azure-sdk-for-java + + https://github.com/Azure/azure-sdk-for-java + + + com.azure + azure-core + 1.0.0-preview.3 + junit junit