diff options
author | Harish Venkata Kajur <vk250x@att.com> | 2019-08-27 14:17:28 -0400 |
---|---|---|
committer | Harish Venkata Kajur <vk250x@att.com> | 2019-08-27 14:18:34 -0400 |
commit | 1ffb5075e3da9b0fc82e274f65b318b4f48bcb07 (patch) | |
tree | 5e5a4afdcd4aa61ea31fff5ca1da44726b23494d | |
parent | f99558e7d913a3fdc277f37ea6547b22ba634548 (diff) |
Exclude the swagger folder from build5.1.0-ONAP5.0.1-ONAPelalto
Issue-ID: AAI-2579
Change-Id: I0ae1b5c2cd1922b0bf9c3cc7255a3b4b4fd70c2c
Signed-off-by: Harish Venkata Kajur <vk250x@att.com>
-rw-r--r-- | pom.xml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -624,6 +624,7 @@ limitations under the License. <version>${version.org.onap.aai.aai-schema}</version> <type>jar</type> <includes>onap/**/</includes> + <excludes>onap/*swagger**/</excludes> <outputDirectory>${aai.build.directory}/bundleconfig/etc</outputDirectory> </artifactItem> </artifactItems> |