mirror of
https://gitee.com/chinabugotech/hutool.git
synced 2025-05-09 23:51:34 +08:00
remove plugin
This commit is contained in:
parent
ef18fbfb64
commit
56b67e3420
19
pom.xml
19
pom.xml
@ -114,25 +114,6 @@
|
|||||||
</execution>
|
</execution>
|
||||||
</executions>
|
</executions>
|
||||||
</plugin>
|
</plugin>
|
||||||
<plugin>
|
|
||||||
<groupId>org.apache.maven.plugins</groupId>
|
|
||||||
<artifactId>maven-jar-plugin</artifactId>
|
|
||||||
<configuration>
|
|
||||||
<archive>
|
|
||||||
<index>true</index>
|
|
||||||
<manifest>
|
|
||||||
<addDefaultImplementationEntries>true</addDefaultImplementationEntries>
|
|
||||||
</manifest>
|
|
||||||
<manifestEntries>
|
|
||||||
<Build-OS>${os.name}</Build-OS>
|
|
||||||
<Built-By>${user.name}</Built-By>
|
|
||||||
<Build-Jdk>${java.version}</Build-Jdk>
|
|
||||||
<Build-Timestamp>${maven.build.timestamp}</Build-Timestamp>
|
|
||||||
<Automatic-Module-Name>${project.artifactId}</Automatic-Module-Name>
|
|
||||||
</manifestEntries>
|
|
||||||
</archive>
|
|
||||||
</configuration>
|
|
||||||
</plugin>
|
|
||||||
</plugins>
|
</plugins>
|
||||||
</build>
|
</build>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user