Skip to content
Snippets Groups Projects
Commit 468d1ac0 authored by Benedikt's avatar Benedikt
Browse files

Configure test project build to create executable jar

parent 8479b2fe
Branches
Tags
No related merge requests found
......@@ -20,4 +20,13 @@
<artifactId>spring-boot-starter-web</artifactId>
</dependency>
</dependencies>
<build>
<plugins>
<plugin>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-maven-plugin</artifactId>
</plugin>
</plugins>
</build>
</project>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment