Skip to content

Commit

Permalink
Enabling javadoc production for template.
Browse files Browse the repository at this point in the history
  • Loading branch information
mitchdenny committed Aug 14, 2019
1 parent 73f9a0f commit 98d5734
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 6 deletions.
2 changes: 1 addition & 1 deletion pom.client.xml
Original file line number Diff line number Diff line change
Expand Up @@ -341,7 +341,6 @@
</footer>
<linksource>false</linksource>
<excludePackageNames>
com.microsoft.azure.template:
*.impl*:
*.implementation*:
com.azure.tools.checkstyle*
Expand Down Expand Up @@ -753,5 +752,6 @@
<module>./sdk/storage/azure-storage-common</module>
<module>./sdk/storage/azure-storage-file</module>
<module>./sdk/storage/azure-storage-queue</module>
<module>./sdk/template/azure-sdk-template</module>
</modules>
</project>
16 changes: 11 additions & 5 deletions sdk/template/azure-sdk-template/pom.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>

<parent>
Expand All @@ -10,8 +10,7 @@
</parent>

<artifactId>azure-sdk-template</artifactId>
<version>1.0.2-SNAPSHOT</version>
<packaging>jar</packaging>
<version>1.0.2</version>

<name>Microsoft Azure SDK for Template</name>
<description>This package contains Microsoft Azure SDK for Template.</description>
Expand All @@ -23,9 +22,16 @@
</site>
</distributionManagement>

<scm><url>https://github.com/Azure/azure-sdk-for-java</url></scm>
<scm>
<url>https://github.com/Azure/azure-sdk-for-java</url>
</scm>

<dependencies>
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-core</artifactId>
<version>1.0.0-preview.3</version>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
Expand Down

0 comments on commit 98d5734

Please sign in to comment.