From 468d1ac05c7345e62f792be8158f4ac455085d77 Mon Sep 17 00:00:00 2001 From: Benedikt <beneritter@gmail.com> Date: Wed, 23 Mar 2016 11:18:13 +0100 Subject: [PATCH] Configure test project build to create executable jar --- test/test-app/pom.xml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/test/test-app/pom.xml b/test/test-app/pom.xml index 7a2e9e0..de28539 100644 --- a/test/test-app/pom.xml +++ b/test/test-app/pom.xml @@ -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> -- GitLab