mirror of
https://github.com/haraldk/TwelveMonkeys.git
synced 2026-04-30 00:00:01 -04:00
Some minor clean-up.
Added package info to support packages.
This commit is contained in:
@@ -113,16 +113,11 @@
|
||||
</plugin>
|
||||
|
||||
<plugin>
|
||||
<!-- TODO: Make default -->
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-jar-plugin</artifactId>
|
||||
<version>2.2</version>
|
||||
<configuration>
|
||||
<archive>
|
||||
<manifest>
|
||||
<!--<mainClass>com.mycompany.app.App</mainClass>-->
|
||||
<!-- <packageName>com.twelvemonkeys.imageio.plugins.psd</packageName> -->
|
||||
</manifest>
|
||||
<manifestEntries>
|
||||
<Implementation-Title>${project.name}</Implementation-Title>
|
||||
<Implementation-Vendor>TwelveMonkeys</Implementation-Vendor>
|
||||
|
||||
Reference in New Issue
Block a user