aboutsummaryrefslogtreecommitdiffstats
path: root/common/pom.xml
diff options
context:
space:
mode:
authorwaynedunican <wayne.dunican@est.tech>2021-06-15 12:40:46 +0100
committerWayne Dunican <wayne.dunican@est.tech>2021-06-22 19:46:51 +0100
commitbb3e6774d21ee50ee1a34084be67a45a37d5e764 (patch)
tree34fedc34f18e96292e13e5132f0d687384144c23 /common/pom.xml
parentdf2d3298e9881410dff5547e0ba9850135d63d5c (diff)
Create test jar for CL examples
Files under /main/resources/ have moved to /test/resources/ Issue-ID: POLICY-3242 Change-Id: I96fa71e1af2c026bfb08db889de8608fe8acbd18 Signed-off-by: waynedunican <wayne.dunican@est.tech>
Diffstat (limited to 'common/pom.xml')
-rw-r--r--common/pom.xml18
1 files changed, 18 insertions, 0 deletions
diff --git a/common/pom.xml b/common/pom.xml
index d962fc74a..78789a2e7 100644
--- a/common/pom.xml
+++ b/common/pom.xml
@@ -33,4 +33,22 @@
<artifactId>policy-clamp-common</artifactId>
<name>${project.artifactId}</name>
<description>Common utilities and code for the TOSCA Control Loop system</description>
+
+ <build>
+ <plugins>
+ <!-- Builds examples jar -->
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-jar-plugin</artifactId>
+ <version>3.2.0</version>
+ <executions>
+ <execution>
+ <goals>
+ <goal>test-jar</goal>
+ </goals>
+ </execution>
+ </executions>
+ </plugin>
+ </plugins>
+ </build>
</project>