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:17:30 -0400
commit50f9bb85bfd301d78f718270cf3476a842230f4f (patch)
tree9f093f4692218e2d44d30e4e56fc5c48f33f7dc4
parentb7f5a57561d9974cacae7628fbb987413b6ae25a (diff)
Exclude the swagger folder from build
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 848f46c..9a02d41 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>