aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHarish Venkata Kajur <vk250x@att.com>2019-08-27 14:17:28 -0400
committerHarish Venkata Kajur <vk250x@att.com>2019-08-27 14:18:34 -0400
commit1ffb5075e3da9b0fc82e274f65b318b4f48bcb07 (patch)
tree5e5a4afdcd4aa61ea31fff5ca1da44726b23494d
parentf99558e7d913a3fdc277f37ea6547b22ba634548 (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.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index a801d4d..6204445 100644
--- a/pom.xml
+++ b/pom.xml
@@ -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>