Skip to content

Commit

Permalink
1. 개발 > Spring Boot > Spring Boot + Maven 환경에서 커스텀 빌드하기 (4) 작성
Browse files Browse the repository at this point in the history
  • Loading branch information
readra committed Aug 18, 2024
1 parent 18ccf27 commit 947d0f0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions _pages/개발/Spring Boot/maven-custom-build4.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,15 @@ thumbnail: "/assets/img/thumbnail/custom3.webp"
<artifactId>exec-maven-plugin</artifactId>
<version>3.3.0</version>
</dependency>
```
```xml
<dependency>
<groupId>org.codehaus.mojo</groupId>
<artifactId>properties-maven-plugin</artifactId>
<version>1.2.1</version>
</dependency>
```
```xml
<dependency>
<groupId>org.codehaus.mojo</groupId>
<artifactId>build-helper-maven-plugin</artifactId>
Expand Down

0 comments on commit 947d0f0

Please sign in to comment.