diff options
author | rokenny <ronan.kenny@est.tech> | 2019-04-09 20:34:44 +0000 |
---|---|---|
committer | rokenny <ronan.kenny@est.tech> | 2019-04-09 20:34:44 +0000 |
commit | 1d9a4a6444f1a192ae69aa1f9c5df908c34ad164 (patch) | |
tree | 80b361948e3653557c05cfa4b62e7d81c5accbe3 /pom.xml | |
parent | 8dae8791b36c45f6cf2124359c9055c7bee7cae2 (diff) |
Added VNFM Simulator project
Change-Id: I9b84164dc189128eed8d09b6ce69fc5d5fd78348
Issue-ID: SO-1618
Signed-off-by: rokenny <ronan.kenny@est.tech>
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -32,6 +32,7 @@ <module>cloudify-client</module> <module>cxf-logging</module> <module>so-monitoring</module> + <module>vnfm-simulator</module> <module>packages</module> </modules> <properties> @@ -228,7 +229,6 @@ <skip /> </configuration> </plugin> - <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-compiler-plugin</artifactId> |