Skip to content

Commit

Permalink
Use inheritance-aggregator model (#2589)
Browse files Browse the repository at this point in the history
  • Loading branch information
jianghaolu authored and mikeharder committed Nov 13, 2018
1 parent 352af81 commit 7014512
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 3 deletions.
22 changes: 22 additions & 0 deletions pom.client.build.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
<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>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-sdk-parent</artifactId>
<version>1.0-SNAPSHOT</version>
<relativePath>./pom.client.xml</relativePath>
</parent>

<artifactId>azure-sdk-parent-build</artifactId>
<version>${parent.version}</version>
<packaging>pom</packaging>

<name>Microsoft Azure SDK Build</name>
<description>This package bundles all the SDKs in a multi-module for build/CI purposes.</description>
<url>https://github.com/Azure/azure-sdk-for-java</url>

<modules>
<module>./template/client</module>
</modules>
</project>
3 changes: 0 additions & 3 deletions pom.client.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,4 @@
</dependencies>
</dependencyManagement>

<modules>
<module>./template/client</module>
</modules>
</project>

0 comments on commit 7014512

Please sign in to comment.