aboutsummaryrefslogtreecommitdiffstats
path: root/ms/controllerblueprints/application/pom.xml
diff options
context:
space:
mode:
authorMuthuramalingam, Brinda Santh(bs2796) <bs2796@att.com>2018-08-16 19:03:49 +0000
committerMuthuramalingam, Brinda Santh(bs2796) <bs2796@att.com>2018-08-16 19:03:49 +0000
commitc9cb1ad84cc84566f85eef8f8c6351a94b2d7340 (patch)
tree3c7b50b51a43e84d71f87ab55a1b376801aac755 /ms/controllerblueprints/application/pom.xml
parentb35d55e3f57630551f0b773674bd1f5c44585ede (diff)
Controller Blueprints Microservice
Remove Swagger Javascript files included in Controller Bluprints MS Change-Id: I97f8842437364f2461d3ee864904cd04c7a38b14 Issue-ID: CCSDK-410 Signed-off-by: Muthuramalingam, Brinda Santh(bs2796) <bs2796@att.com>
Diffstat (limited to 'ms/controllerblueprints/application/pom.xml')
-rw-r--r--ms/controllerblueprints/application/pom.xml34
1 files changed, 0 insertions, 34 deletions
diff --git a/ms/controllerblueprints/application/pom.xml b/ms/controllerblueprints/application/pom.xml
index cab45e26b..18d9a9037 100644
--- a/ms/controllerblueprints/application/pom.xml
+++ b/ms/controllerblueprints/application/pom.xml
@@ -153,40 +153,6 @@
</executions>
</plugin>
<plugin>
- <groupId>com.github.kongchen</groupId>
- <artifactId>swagger-maven-plugin</artifactId>
- <version>3.1.7</version>
- <configuration>
- <!-- <skipSwaggerGeneration>${skip.swagger.generation}</skipSwaggerGeneration>-->
- <apiSources>
- <apiSource>
- <schemes>
- <scheme>http</scheme>
- <scheme>https</scheme>
- </schemes>
- <locations>
- <location>org.onap.ccsdk.apps.controllerblueprints</location>
- </locations>
- <basePath>/api/controller-blueprints/v1</basePath>
- <info>
- <title>Controller Blueprint Service</title>
- <version>${project.version}</version>
- </info>
- <swaggerDirectory>${swagger.directory}</swaggerDirectory>
- </apiSource>
- </apiSources>
- </configuration>
- <executions>
- <execution>
- <!-- <phase>compile</phase> -->
- <phase>package</phase>
- <goals>
- <goal>generate</goal>
- </goals>
- </execution>
- </executions>
- </plugin>
- <plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-antrun-plugin</artifactId>
<executions>