Some serious project clean-up.

This commit is contained in:
Harald Kuhr
2010-06-07 09:53:02 +02:00
parent 823854d40e
commit 1f60b62626
7 changed files with 205 additions and 85 deletions

21
pom.xml
View File

@@ -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>