Skip to content

Commit

Permalink
Merge pull request #18 from EightMonth/master
Browse files Browse the repository at this point in the history
修复 #17,使用mvn site可在target/site找到站点
  • Loading branch information
zhangdaiscott authored Feb 12, 2025
2 parents 8a7c8ba + efc15e7 commit 54e2ae2
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -283,6 +283,14 @@
<skipTests>true</skipTests>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-site-plugin</artifactId>
<version>3.21.0</version>
<configuration>
<locales>zh_CN</locales>
</configuration>
</plugin>
</plugins>
</build>
</project>
</project>

0 comments on commit 54e2ae2

Please sign in to comment.