diff options
author | Guangrong Fu <fu.guangrong@zte.com.cn> | 2017-09-14 15:01:07 +0800 |
---|---|---|
committer | Guangrong Fu <fu.guangrong@zte.com.cn> | 2017-09-14 15:01:07 +0800 |
commit | 94f0257da4ada7adcbbf362381a07f52e9463894 (patch) | |
tree | a799c6c605dd3218f9ad37742954846d88406dc1 /usecaseui-common | |
parent | 92a98cb3564e72b8a273e88e5840923050ae6d17 (diff) |
Including Holmes into the UUI Project
Change the project structure to include Holmes while compiling
Change the base url from /holmes/ to /usecase-ui/holmes/
Change the name of i18n files
Change-Id: I5580fc979757120bae1dbcf380ee4a4bf87ff349
Issue-ID: HOLMES-50
Signed-off-by: Guangrong Fu <fu.guangrong@zte.com.cn>
Diffstat (limited to 'usecaseui-common')
-rw-r--r-- | usecaseui-common/pom.xml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/usecaseui-common/pom.xml b/usecaseui-common/pom.xml index 5a37c929..0b004de6 100644 --- a/usecaseui-common/pom.xml +++ b/usecaseui-common/pom.xml @@ -48,6 +48,12 @@ <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> <artifactId>tiles-jsp</artifactId> @@ -82,6 +88,10 @@ <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> </plugin> |