Skip to content

Commit

Permalink
补全 build 插件 bug fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
weiwosuoai committed Aug 2, 2023
1 parent 6a44652 commit 02a13c3
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 8 deletions.
8 changes: 0 additions & 8 deletions weblog-springboot/weblog-module-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -90,13 +90,5 @@

</dependencies>

<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
</plugin>
</plugins>
</build>

</project>
12 changes: 12 additions & 0 deletions weblog-springboot/weblog-web/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,16 @@
</dependency>
</dependencies>

<build>
<plugins>
<plugin>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-maven-plugin</artifactId>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
</plugin>
</plugins>
</build>
</project>

0 comments on commit 02a13c3

Please sign in to comment.