--- /dev/null
+# Ignore Mac temp files
+.DS_Store
+
+# Ignore Vim temporary files
+.*.sw?
+
+# Ignore changes to the JJB Configuration File
+jenkins.ini
+
+# We don't want .netrc files since they're credential files
+.netrc
+
+# Maven
+target/
+
+# Vagrant
+.vagrant
+
+# IntelliJ
+.idea/
+*.iml
+
+# Eclipse
+.project
+/.pydevproject
+
+# Python
+.tox/
+__pycache__/
+*.pyc
+
+# node
+node/
+node_modules/
+foo/
+holmes/
<name>ONAP USECASE UI</name>
<modules>
+ <module>usecaseui-holmes</module>
<module>usecaseui-common</module>
<module>usecaseui-monitor</module>
<module>usecaseui-lcm</module>
- <module>usecaseui-holmes</module>
</modules>
</project>
\ No newline at end of file
<artifactId>usecaseui-lcm</artifactId>
<version>1.0.0-SNAPSHOT</version>
<type>war</type>
+ </dependency>
+ <dependency>
+ <groupId>org.onap.usecase-ui</groupId>
+ <artifactId>usecaseui-holmes</artifactId>
+ <version>1.0.0-SNAPSHOT</version>
+ <type>war</type>
</dependency>
<dependency>
<groupId>org.apache.tiles</groupId>
<overlay>
<groupId>org.onap.usecase-ui</groupId>
<artifactId>usecaseui-lcm</artifactId>
+ </overlay>
+ <overlay>
+ <groupId>org.onap.usecase-ui</groupId>
+ <artifactId>usecaseui-holmes</artifactId>
</overlay>
</overlays>
</configuration>
</parent>
<modelVersion>4.0.0</modelVersion>
- <artifactId>holmes</artifactId>
+ <artifactId>usecaseui-holmes</artifactId>
<packaging>war</packaging>
- <version>1.1.0-SNAPSHOT</version>
- <name>usecase-ui/holmes</name>
+ <version>1.0.0-SNAPSHOT</version>
+ <name>usecase-ui/usecaseui-holmes</name>
<build>
<plugins>
<html>
<head>
- <base href="/holmes/">
+ <base href="/usecase-ui/holmes/">
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!--<script src="../public/thirdparty/js/jquery_1.12.4.min.js"></script>
<body style="overflow: auto">
<remote-config>Loading...</remote-config>
-
</body>
</html>
\ No newline at end of file