diff options
author | beili.zhou <beili.zhou@amdocs.com> | 2017-08-10 14:54:42 -0400 |
---|---|---|
committer | beili.zhou <beili.zhou@amdocs.com> | 2017-08-11 09:22:57 -0400 |
commit | fe0e98940048cad839c629821da78b3fcf33b6d2 (patch) | |
tree | 0d7a90c79c85413f6c73798f1aa6005c841a6ca8 /pom.xml | |
parent | b51814c63253df3379cc60561c31765bc74ee266 (diff) |
[APPC-44] APPC Lifecycle Management refactor
Pull APPC lifecycle Management out of APPC dispatcher, so that it can be
used by both APPC dispatcher and APPC OAM. This is the pre-step of
introducing APPC OAM operations.
Issue-Id: APPC-44
Change-Id: Icbde399b5121fae9e1919cfdd5c77bbe55d61188
Signed-off-by: beili.zhou <beili.zhou@amdocs.com>
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 9 |
1 files changed, 3 insertions, 6 deletions
@@ -98,7 +98,7 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-javadoc-plugin</artifactId> - <version>2.10.4</version> + <version>2.10</version> <configuration> <excludePackageNames>org.openecomp.sdnc</excludePackageNames> <failOnError>false</failOnError> @@ -591,7 +591,7 @@ </configuration> <executions> <execution> <id>create-bdio-file</id> <phase>package</phase> <goals> <goal>build-bom</goal> </goals> </execution> </executions> </plugin> --> - <!-- force Eclipse to skip the additional-install step specified in the + <!-- force Eclipse to skip the additional-install step specified in the org.opendaylight.odlparent:odlparent-lite:1.7.1-Boron-SR1.pom profile --> <plugin> <groupId>org.apache.maven.plugins</groupId> @@ -599,13 +599,9 @@ <executions> <execution> <id>additional-install</id> - <phase></phase> <goals> <goal>install-file</goal> </goals> - <configuration> - <skip>true</skip> - </configuration> </execution> </executions> </plugin> @@ -640,6 +636,7 @@ <module>appc-provider</module> <module>appc-event-listener</module> <module>appc-asdc-listener</module> + <module>appc-lifecycle-management</module> <module>appc-oam</module> </modules> </profile> |