diff options
author | Ram Krishna Verma <ram.krishna.verma@est.tech> | 2019-11-26 13:55:03 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2019-11-26 13:55:03 +0000 |
commit | 49d4bd1e826ebdb269171dab887a0b9bab743b1f (patch) | |
tree | 4e288e25bd1e76954cf06bf30de5200d66549d09 /examples/examples-onap-vcpe/pom.xml | |
parent | e593b2c8e794424393633d888c0d093316fd1004 (diff) | |
parent | b96fc5eb0980ce7bff21c61fe73f7e14b14b002b (diff) |
Merge "Update vCPE example for A&AI custom query"
Diffstat (limited to 'examples/examples-onap-vcpe/pom.xml')
-rw-r--r-- | examples/examples-onap-vcpe/pom.xml | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/examples/examples-onap-vcpe/pom.xml b/examples/examples-onap-vcpe/pom.xml index 16bae184e..9f6c285c4 100644 --- a/examples/examples-onap-vcpe/pom.xml +++ b/examples/examples-onap-vcpe/pom.xml @@ -93,11 +93,11 @@ <build> <plugins> - <!-- Generate the APEX Policy JSON from the APEX CLI command --> <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>exec-maven-plugin</artifactId> <executions> + <!-- Generate the APEX Policy JSON from the APEX CLI command --> <execution> <id>generate-policy</id> <phase>compile</phase> @@ -115,13 +115,7 @@ </arguments> </configuration> </execution> - </executions> - </plugin> - <!-- Generate the APEX ToscaPolicy JSON file--> - <plugin> - <groupId>org.codehaus.mojo</groupId> - <artifactId>exec-maven-plugin</artifactId> - <executions> + <!-- Generate the APEX ToscaPolicy JSON file--> <execution> <id>generate-tosca-policy</id> <phase>compile</phase> |