Skip to content
Snippets Groups Projects
Commit bb5002a7 authored by Annika Geßmann's avatar Annika Geßmann
Browse files

pom.xml für mvn-jar-plugin

parent e9d6a3b1
No related branches found
No related tags found
No related merge requests found
...@@ -105,12 +105,29 @@ ...@@ -105,12 +105,29 @@
</dependencyManagement> </dependencyManagement>
<build> <build>
<plugins>
<plugin> <plugins>
<groupId>org.springframework.boot</groupId> <!-- any other plugins -->
<artifactId>spring-boot-maven-plugin</artifactId> <plugin>
</plugin> <groupId>org.springframework.boot</groupId>
</plugins> <artifactId>spring-boot-maven-plugin</artifactId>
<artifactId></artifactId>
<executions>
<execution>
<phase>package</phase>
<goals>
<goal>single</goal>
</goals>
</execution>
</executions>
<configuration>
<descriptorRefs>
<descriptorRef>jar-with-dependencies</descriptorRef>
</descriptorRefs>
</configuration>
</plugin>
</plugins>
</build> </build>
</project> </project>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment