mirror of
https://github.com/haraldk/TwelveMonkeys.git
synced 2025-10-03 23:53:15 -04:00
Some serious project clean-up.
This commit is contained in:
21
pom.xml
21
pom.xml
@@ -13,7 +13,7 @@
|
||||
<module>common</module>
|
||||
<module>servlet</module>
|
||||
<module>imageio</module>
|
||||
<!--<module>sandbox</module>-->
|
||||
<module>sandbox</module>
|
||||
</modules>
|
||||
|
||||
<developers>
|
||||
@@ -40,17 +40,15 @@
|
||||
</contributors>
|
||||
|
||||
<build>
|
||||
<finalName>twelvemonkeys-${project.artifactId}-${project.version}</finalName>
|
||||
<pluginManagement>
|
||||
<plugins>
|
||||
<plugin>
|
||||
<finalName>twelvemonkeys-${project.artifactId}-${project.version}</finalName>
|
||||
<plugins>
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-jar-plugin</artifactId>
|
||||
<version>2.2</version>
|
||||
<configuration>
|
||||
<archive>
|
||||
<manifestEntries>
|
||||
<Implementation-Title>${project.name}</Implementation-Title>
|
||||
<Implementation-Title>twelvemonkeys-${project.artifactId}</Implementation-Title>
|
||||
<Implementation-Vendor>TwelveMonkeys</Implementation-Vendor>
|
||||
<Implementation-Version>${project.version}</Implementation-Version>
|
||||
<Implementation-URL>http://github.com/haraldk/TwelveMonkeys</Implementation-URL>
|
||||
@@ -58,6 +56,15 @@
|
||||
</archive>
|
||||
</configuration>
|
||||
</plugin>
|
||||
</plugins>
|
||||
|
||||
<pluginManagement>
|
||||
<plugins>
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-jar-plugin</artifactId>
|
||||
<version>2.2</version>
|
||||
</plugin>
|
||||
<plugin>
|
||||
<artifactId>maven-resources-plugin</artifactId>
|
||||
<configuration>
|
||||
|
Reference in New Issue
Block a user