mirror of
https://gitee.com/chinabugotech/hutool.git
synced 2025-04-19 03:01:48 +08:00
add Automatic-Module-Name
This commit is contained in:
parent
57671e3231
commit
eb02d5e759
19
pom.xml
19
pom.xml
@ -166,6 +166,25 @@
|
|||||||
</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>
|
||||||
<plugin>
|
<plugin>
|
||||||
<groupId>org.codehaus.mojo</groupId>
|
<groupId>org.codehaus.mojo</groupId>
|
||||||
<artifactId>versions-maven-plugin</artifactId>
|
<artifactId>versions-maven-plugin</artifactId>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user