diff options
author | Harish Venkata Kajur <vk250x@att.com> | 2019-09-04 23:38:51 -0400 |
---|---|---|
committer | Harish Venkata Kajur <vk250x@att.com> | 2019-09-04 23:40:36 -0400 |
commit | f4b6975c4c7f8d20f98e79a16fbbfd06695136cf (patch) | |
tree | 1e6f6c309edf527b660d4eb972c91c6967b4122c /aai-traversal/pom.xml | |
parent | 534483768e2e0721424afdd9764bf73d54b245e0 (diff) |
Remove redundant stored-queries from traversal
Issue-ID: AAI-2407
Change-Id: I8f80ae5b307ab579098cf6c1fd1ebb3221b44454
Signed-off-by: Harish Venkata Kajur <vk250x@att.com>
Diffstat (limited to 'aai-traversal/pom.xml')
-rw-r--r-- | aai-traversal/pom.xml | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/aai-traversal/pom.xml b/aai-traversal/pom.xml index 3d9faee..7531e78 100644 --- a/aai-traversal/pom.xml +++ b/aai-traversal/pom.xml @@ -1138,6 +1138,25 @@ <!-- other configurations here --> </configuration> </execution> + <execution> + <id>unpack-query</id> + <phase>initialize</phase> + <goals> + <goal>unpack</goal> + </goals> + <configuration> + <artifactItems> + <artifactItem> + <groupId>org.onap.aai.schema-service</groupId> + <artifactId>aai-queries</artifactId> + <version>${aai.schema.version}</version> + <outputDirectory>${project.basedir}/src/main/resources/</outputDirectory> + <includes>**/**/query/stored-queries.json</includes> + </artifactItem> + </artifactItems> + <!-- other configurations here --> + </configuration> + </execution> </executions> </plugin> <plugin> |