Skip to content

Commit

Permalink
⬆️ 调整 pom
Browse files Browse the repository at this point in the history
  • Loading branch information
li-xunhuan committed Dec 6, 2024
1 parent b63b8a9 commit 73a2c04
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 2 deletions.
14 changes: 14 additions & 0 deletions mica-captcha/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -45,4 +45,18 @@
</dependency>
</dependencies>

<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-resources-plugin</artifactId>
<configuration>
<nonFilteredFileExtensions>
<nonFilteredFileExtension>ttf</nonFilteredFileExtension>
</nonFilteredFileExtensions>
</configuration>
</plugin>
</plugins>
</build>

</project>
14 changes: 14 additions & 0 deletions mica-ip2region/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,18 @@
</dependency>
</dependencies>

<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-resources-plugin</artifactId>
<configuration>
<nonFilteredFileExtensions>
<nonFilteredFileExtension>xdb</nonFilteredFileExtension>
</nonFilteredFileExtensions>
</configuration>
</plugin>
</plugins>
</build>

</project>
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@

<licenses>
<license>
<name>Apache License 2.0</name>
<url>https://www.apache.org/licenses</url>
<name>GNU LESSER GENERAL PUBLIC LICENSE</name>
<url>https://www.gnu.org/licenses/lgpl-3.0.en.html</url>
</license>
</licenses>

Expand Down

0 comments on commit 73a2c04

Please sign in to comment.