Skip to content

Commit

Permalink
fix: add spring-boot-maven-plugin (#420)
Browse files Browse the repository at this point in the history
* fix: add spring-boot-maven-plugin

* build: work in progress

---------

Co-authored-by: khalilou88 <[email protected]>
  • Loading branch information
khalilou88 and khalilou88 authored Aug 31, 2023
1 parent 568188e commit fa36556
Showing 1 changed file with 12 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,18 @@
</dependency>
</dependencies>
</dependencyManagement>
<build>
<pluginManagement>
<plugins>
<plugin>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-maven-plugin</artifactId>
<version>${spring.boot.version}</version>
</plugin>
</plugins>
</pluginManagement>
</build>
<% } -%>

<% if(framework === 'quarkus') { -%>
Expand Down

0 comments on commit fa36556

Please sign in to comment.