mirror of
https://github.com/correl/mage.git
synced 2024-12-26 11:09:27 +00:00
Since now MageTeam will be inserted as value for Build-By parameter in all Manifest files in jars
This commit is contained in:
parent
23c93be6a8
commit
651c420d79
1 changed files with 7 additions and 0 deletions
7
pom.xml
7
pom.xml
|
@ -31,6 +31,13 @@
|
||||||
<plugin>
|
<plugin>
|
||||||
<artifactId>maven-jar-plugin</artifactId>
|
<artifactId>maven-jar-plugin</artifactId>
|
||||||
<version>2.4</version>
|
<version>2.4</version>
|
||||||
|
<configuration>
|
||||||
|
<archive>
|
||||||
|
<manifestEntries>
|
||||||
|
<Built-By>MageTeam</Built-By>
|
||||||
|
</manifestEntries>
|
||||||
|
</archive>
|
||||||
|
</configuration>
|
||||||
</plugin>
|
</plugin>
|
||||||
</plugins>
|
</plugins>
|
||||||
</build>
|
</build>
|
||||||
|
|
Loading…
Reference in a new issue