mirror of
https://github.com/octoleo/plantuml.git
synced 2025-04-10 12:11:50 +00:00
add Implementation-Version to manifest, later on retrieve it in Version.java
This commit is contained in:
parent
e823b5f00f
commit
696bbd19e9
5
pom.xml
5
pom.xml
@ -196,10 +196,13 @@
|
||||
</plugin>
|
||||
<plugin>
|
||||
<artifactId>maven-jar-plugin</artifactId>
|
||||
<version>3.2.0</version>
|
||||
<version>3.2.2</version>
|
||||
<configuration>
|
||||
<archive>
|
||||
<manifestFile>manifest.txt</manifestFile>
|
||||
<manifest>
|
||||
<addDefaultImplementationEntries>true</addDefaultImplementationEntries>
|
||||
</manifest>
|
||||
</archive>
|
||||
</configuration>
|
||||
</plugin>
|
||||
|
Loading…
x
Reference in New Issue
Block a user