Skip to content

Commit

Permalink
filtering为true,拷贝文件时会用对文件中的占位符进行替换处理,此处无此需求,改成false更合理。maven3.9.+编译时会…
Browse files Browse the repository at this point in the history
…出现异常:failed with MalformedInputException: Input length = 1
  • Loading branch information
zhupengcheng authored and qmwu2000 committed Jul 25, 2024
1 parent c667b7a commit bd34b0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cat-home/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@
<resources>
<resource>
<directory>${basedir}/src/main/resources</directory>
<filtering>true</filtering>
<filtering>false</filtering>
</resource>
</resources>
<plugins>
Expand Down

0 comments on commit bd34b0c

Please sign in to comment.