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