This commit is contained in:
Erlend Hamnaberg 2009-11-08 19:19:46 +01:00
parent 7167a7a4ad
commit b8faa6e36f
17 changed files with 28 additions and 29 deletions

57
pom.xml
View File

@ -7,14 +7,13 @@
<artifactId>twelvemonkeys-parent</artifactId>
<version>2.3-SNAPSHOT</version>
<packaging>pom</packaging>
<name>Twelvemonkeys</name>
<modules>
<module>common</module>
<module>twelvemonkeys-core</module>
<!--<module>twelvemonkeys-servlet</module>
<module>twelvemonkeys-imageio</module>
<module>twelvemonkeys-sandbox</module>-->
<name>Twelvemonkeys</name>
<modules>
<module>common</module>
<module>twelvemonkeys-servlet</module>
<module>twelvemonkeys-imageio</module>
<module>twelvemonkeys-sandbox</module>
</modules>
<developers>
@ -42,27 +41,27 @@
<build>
<pluginManagement>
<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-Vendor>TwelveMonkeys</Implementation-Vendor>
<Implementation-Version>${project.version}</Implementation-Version>
<Implementation-URL>http://github.com/haraldk/TwelveMonkeys</Implementation-URL>
</manifestEntries>
</archive>
</configuration>
</plugin>
<plugin>
<artifactId>maven-resources-plugin</artifactId>
<configuration>
<encoding>UTF-8</encoding>
</configuration>
<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-Vendor>TwelveMonkeys</Implementation-Vendor>
<Implementation-Version>${project.version}</Implementation-Version>
<Implementation-URL>http://github.com/haraldk/TwelveMonkeys</Implementation-URL>
</manifestEntries>
</archive>
</configuration>
</plugin>
<plugin>
<artifactId>maven-resources-plugin</artifactId>
<configuration>
<encoding>UTF-8</encoding>
</configuration>
</plugin>
<plugin>
<artifactId>maven-jar-plugin</artifactId>