mirror of
https://gitee.com/dromara/hutool.git
synced 2025-04-24 18:04:54 +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>
|
||||
</executions>
|
||||
</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>
|
||||
<groupId>org.codehaus.mojo</groupId>
|
||||
<artifactId>versions-maven-plugin</artifactId>
|
||||
|
Loading…
Reference in New Issue
Block a user