aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorPatrikBuhr <patrik.buhr@est.tech>2021-01-14 15:31:39 +0100
committerPatrikBuhr <patrik.buhr@est.tech>2021-01-15 12:03:14 +0100
commitbe0ae3e197f5d5032c0766a59050b03e2a4deb99 (patch)
treed5e4977b41c67285434bd10125f9a876c484f460 /pom.xml
parent157f8cb05752a6bff2b7b9ad192acba4b6def6c3 (diff)
Added a prefix to the PMS NBI
Replaced the copied pms api files under offered api with symlinks. Change-Id: I9421fdb959078e5de1a20987f3c2a2fa626bb25d Issue-ID: CCSDK-3077 Signed-off-by: PatrikBuhr <patrik.buhr@est.tech>
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml26
1 files changed, 1 insertions, 25 deletions
diff --git a/pom.xml b/pom.xml
index 7e732e0b..0430d6d0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -52,31 +52,7 @@
<groupId>org.sonarsource.scanner.maven</groupId>
<artifactId>sonar-maven-plugin</artifactId>
<version>${sonar-maven-plugin.version}</version>
- </plugin>
- <plugin>
- <artifactId>maven-resources-plugin</artifactId>
- <version>${maven-resources-plugin.version}</version>
- <executions>
- <execution>
- <id>copy-resource-one</id>
- <phase>install</phase>
- <goals>
- <goal>copy-resources</goal>
- </goals>
- <configuration>
- <outputDirectory>${basedir}/docs/offeredapis/swagger</outputDirectory>
- <resources>
- <resource>
- <directory>${basedir}/a1-policy-management/api</directory>
- <includes>
- <include>pms-api.*</include>
- </includes>
- </resource>
- </resources>
- </configuration>
- </execution>
- </executions>
- </plugin>
+ </plugin>
</plugins>
</build>
</project>