summaryrefslogtreecommitdiffstats
path: root/cps-parent
diff options
context:
space:
mode:
authorDaniel Hanrahan <daniel.hanrahan@est.tech>2024-08-27 13:12:09 +0000
committerGerrit Code Review <gerrit@onap.org>2024-08-27 13:12:09 +0000
commit47823dc78d4503c1abcc726f486355c5635e6494 (patch)
treecf93e3dc85dc184ad72d109c5946ec459c22420d /cps-parent
parentae5fe19e0d8620326aa7be7068b1ab02361c5c40 (diff)
parent90defd9c63ab5badbc22762f194cb36c3649e8e2 (diff)
Merge "Cleanup unused yang models from CPS core"
Diffstat (limited to 'cps-parent')
-rw-r--r--cps-parent/pom.xml24
1 files changed, 0 insertions, 24 deletions
diff --git a/cps-parent/pom.xml b/cps-parent/pom.xml
index a4aeb5b5a5..430f4b5cd8 100644
--- a/cps-parent/pom.xml
+++ b/cps-parent/pom.xml
@@ -410,30 +410,6 @@
<artifactId>sonar-maven-plugin</artifactId>
<version>3.9.1.2184</version>
</plugin>
- <plugin>
- <groupId>org.codehaus.mojo</groupId>
- <artifactId>exec-maven-plugin</artifactId>
- <version>1.6.0</version>
- <executions>
- <execution>
- <id>generate-csv</id>
- <phase>prepare-package</phase>
- <goals>
- <goal>exec</goal>
- </goals>
- </execution>
- </executions>
- <configuration>
- <executable>${script.executor}</executable>
- <workingDirectory>${parent.directory}/cps-ri/src/main/resources/</workingDirectory>
- <arguments>
- <argument>yangResourceCsvGenerator.py</argument>
- <argument>dmi-registry@2021-12-13</argument>
- <argument>dmi-registry@2022-02-10</argument>
- <argument>dmi-registry@2022-05-10</argument>
- </arguments>
- </configuration>
- </plugin>
</plugins>
</build>
</project>