Promoting new GUI resources into place; still hidden behind legacy redirect though.

Change-Id: If1f25cd7297b93374f492474eb321da16e9995ec
diff --git a/web/gui/pom.xml b/web/gui/pom.xml
index 9503a8f..5317cc9 100644
--- a/web/gui/pom.xml
+++ b/web/gui/pom.xml
@@ -63,7 +63,13 @@
                 <configuration>
                     <instructions>
                         <_wab>src/main/webapp/</_wab>
-                        <Include-Resource>src/main/webapp/app/view,{maven-resources}</Include-Resource>
+                        <Include-Resource>
+                            src/main/webapp/index.html,
+                            src/main/webapp/nav.html,
+                            src/main/webapp/onos.js,
+                            src/main/webapp/app/view,
+                            {maven-resources}
+                        </Include-Resource>
                         <Bundle-SymbolicName>
                             ${project.groupId}.${project.artifactId}
                         </Bundle-SymbolicName>