aboutsummaryrefslogtreecommitdiffstats
path: root/controlloop/common/controller-usecases/pom.xml
diff options
context:
space:
mode:
authorjhh <jorge.hernandez-herrero@att.com>2019-08-23 14:31:30 -0500
committerjhh <jorge.hernandez-herrero@att.com>2019-08-23 14:31:30 -0500
commitc11bed964af340d790c12df53b3551a5303f4f94 (patch)
tree01a11da3e5b58fe89dd6ce5cf9cab73747ae0b67 /controlloop/common/controller-usecases/pom.xml
parentfdaae76549bafb2e482c02fb26de719c69431b48 (diff)
remove usecases archetype
Issue-ID: POLICY-1957 Signed-off-by: jhh <jorge.hernandez-herrero@att.com> Change-Id: I90436e2d633bf0e9f6153dd40e164214f309b8dc
Diffstat (limited to 'controlloop/common/controller-usecases/pom.xml')
-rw-r--r--controlloop/common/controller-usecases/pom.xml21
1 files changed, 0 insertions, 21 deletions
diff --git a/controlloop/common/controller-usecases/pom.xml b/controlloop/common/controller-usecases/pom.xml
index a65313b54..809b23722 100644
--- a/controlloop/common/controller-usecases/pom.xml
+++ b/controlloop/common/controller-usecases/pom.xml
@@ -48,27 +48,6 @@
<version>6.5.0.Final</version>
<extensions>true</extensions>
</plugin>
-
- <plugin>
- <groupId>com.coderplus.maven.plugins</groupId>
- <artifactId>copy-rename-maven-plugin</artifactId>
- <executions>
- <execution>
- <id>copy-drl</id>
- <phase>generate-resources</phase>
- <goals>
- <goal>copy</goal>
- </goals>
- <configuration>
- <sourceFile>
- ../../templates/archetype-cl-usecases/src/main/resources/archetype-resources/src/main/resources/__closedLoopControlName__.drl
- </sourceFile>
- <destinationFile>src/main/resources/usecases.drl</destinationFile>
- </configuration>
- </execution>
- </executions>
- </plugin>
-
</plugins>
</build>