Commit 72fee44b by Venkatesh Seetharam

BUG-32628 UI Packaging and refactoring. Contributed by Venkatesh Seetharam

parent 14ea1098
...@@ -70,7 +70,7 @@ ...@@ -70,7 +70,7 @@
<titan.version>0.5.3</titan.version> <titan.version>0.5.3</titan.version>
<hadoop.version>2.5.0</hadoop.version> <hadoop.version>2.5.0</hadoop.version>
<hive.version>0.14.0</hive.version> <hive.version>0.14.0</hive.version>
<falcon.version>0.7-SNAPSHOT</falcon.version> <falcon.version>0.6-SNAPSHOT</falcon.version>
</properties> </properties>
<profiles> <profiles>
...@@ -694,9 +694,11 @@ ...@@ -694,9 +694,11 @@
<groupId>org.apache.maven.plugins</groupId> <groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId> <artifactId>maven-surefire-plugin</artifactId>
<version>2.7.2</version> <version>2.7.2</version>
<!--
<configuration> <configuration>
<skipTests>true</skipTests> <skipTests>true</skipTests>
</configuration> </configuration>
-->
</plugin> </plugin>
<plugin> <plugin>
......
...@@ -188,6 +188,13 @@ ...@@ -188,6 +188,13 @@
<configuration> <configuration>
<webResources> <webResources>
<resource> <resource>
<directory>../dashboard/dashboard-v1</directory>
</resource>
<resource>
<directory>../dashboard/dashboard-v2</directory>
<targetPath>dashboard-v2</targetPath>
</resource>
<resource>
<directory>src/main/webapp/WEB-INF</directory> <directory>src/main/webapp/WEB-INF</directory>
<targetPath>WEB-INF</targetPath> <targetPath>WEB-INF</targetPath>
</resource> </resource>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment