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 @@ ...@@ -10,16 +10,16 @@
</parent> </parent>
<artifactId>semantik-adapter</artifactId> <artifactId>semantik-adapter</artifactId>
<name>Semantik Adapter</name> <name>Eingangs Adapter - Semantik</name>
<packaging>jar</packaging>
<dependencies> <dependencies>
<!-- own projects -->
<dependency> <dependency>
<groupId>de.itvsh.kop.eingangsadapter</groupId> <groupId>de.itvsh.kop.eingangsadapter</groupId>
<artifactId>router</artifactId> <artifactId>router</artifactId>
</dependency> </dependency>
<!-- Test --> <!-- test -->
<dependency> <dependency>
<groupId>de.itvsh.kop.eingangsadapter</groupId> <groupId>de.itvsh.kop.eingangsadapter</groupId>
<artifactId>common</artifactId> <artifactId>common</artifactId>
...@@ -28,4 +28,34 @@ ...@@ -28,4 +28,34 @@
</dependency> </dependency>
</dependencies> </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> </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