|
@@ -16,12 +16,18 @@
|
|
|
-->
|
|
|
<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">
|
|
|
+ <parent>
|
|
|
+ <groupId>org.apache.ambari</groupId>
|
|
|
+ <artifactId>ambari-project</artifactId>
|
|
|
+ <version>2.0.0-SNAPSHOT</version>
|
|
|
+ <relativePath>../../ambari-project</relativePath>
|
|
|
+ </parent>
|
|
|
<modelVersion>4.0.0</modelVersion>
|
|
|
<groupId>org.apache.ambari</groupId>
|
|
|
<artifactId>ambari-view-examples</artifactId>
|
|
|
<packaging>pom</packaging>
|
|
|
- <version>1.0.0</version>
|
|
|
<name>Ambari View Examples</name>
|
|
|
+ <version>2.0.0-SNAPSHOT</version>
|
|
|
<modules>
|
|
|
<module>helloworld-view</module>
|
|
|
<module>hello-servlet-view</module>
|
|
@@ -31,6 +37,9 @@
|
|
|
<module>weather-view</module>
|
|
|
<module>restricted-view</module>
|
|
|
</modules>
|
|
|
+ <properties>
|
|
|
+ <ambari.dir>${project.parent.parent.basedir}</ambari.dir>
|
|
|
+ </properties>
|
|
|
<build>
|
|
|
<pluginManagement>
|
|
|
<plugins>
|