HDDS-409. Ozone acceptance-test and integration-test packages have undefined hadoop component. Contributed by Dinesh Chitlangia.

This commit is contained in:
Márton Elek 2018-09-15 13:16:59 +02:00
parent b95aa56062
commit 985f3bf3fb
2 changed files with 11 additions and 0 deletions

View File

@ -27,6 +27,12 @@ http://maven.apache.org/xsd/maven-4.0.0.xsd">
<description>Apache Hadoop Ozone Acceptance Tests</description> <description>Apache Hadoop Ozone Acceptance Tests</description>
<name>Apache Hadoop Ozone Acceptance Tests</name> <name>Apache Hadoop Ozone Acceptance Tests</name>
<packaging>pom</packaging> <packaging>pom</packaging>
<properties>
<hadoop.component>ozone</hadoop.component>
<is.hadoop.component>true</is.hadoop.component>
</properties>
<profiles> <profiles>
<profile> <profile>
<id>ozone-acceptance-test</id> <id>ozone-acceptance-test</id>

View File

@ -28,6 +28,11 @@ http://maven.apache.org/xsd/maven-4.0.0.xsd">
<name>Apache Hadoop Ozone Integration Tests</name> <name>Apache Hadoop Ozone Integration Tests</name>
<packaging>jar</packaging> <packaging>jar</packaging>
<properties>
<hadoop.component>ozone</hadoop.component>
<is.hadoop.component>true</is.hadoop.component>
</properties>
<dependencies> <dependencies>
<dependency> <dependency>