Skip to content
Snippets Groups Projects
Commit b9286e3b authored by OZGCloud's avatar OZGCloud
Browse files

OZG-1929 OZG-2156 add build plugins to semantik-adapter

parent 084f4d61
No related branches found
No related tags found
No related merge requests found
......@@ -10,16 +10,16 @@
</parent>
<artifactId>semantik-adapter</artifactId>
<name>Semantik Adapter</name>
<packaging>jar</packaging>
<name>Eingangs Adapter - Semantik</name>
<dependencies>
<!-- own projects -->
<dependency>
<groupId>de.itvsh.kop.eingangsadapter</groupId>
<artifactId>router</artifactId>
</dependency>
<!-- Test -->
<!-- test -->
<dependency>
<groupId>de.itvsh.kop.eingangsadapter</groupId>
<artifactId>common</artifactId>
......@@ -28,4 +28,34 @@
</dependency>
</dependencies>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
<executions>
<execution>
<goals>
<goal>test-jar</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.jacoco</groupId>
<artifactId>jacoco-maven-plugin</artifactId>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-failsafe-plugin</artifactId>
</plugin>
</plugins>
</build>
</project>
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment