Commit 72fee44b by Venkatesh Seetharam

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

parent 14ea1098
......@@ -70,7 +70,7 @@
<titan.version>0.5.3</titan.version>
<hadoop.version>2.5.0</hadoop.version>
<hive.version>0.14.0</hive.version>
<falcon.version>0.7-SNAPSHOT</falcon.version>
<falcon.version>0.6-SNAPSHOT</falcon.version>
</properties>
<profiles>
......@@ -694,9 +694,11 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>2.7.2</version>
<!--
<configuration>
<skipTests>true</skipTests>
</configuration>
-->
</plugin>
<plugin>
......
......@@ -188,6 +188,13 @@
<configuration>
<webResources>
<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>
<targetPath>WEB-INF</targetPath>
</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