mirror of
https://github.com/haraldk/TwelveMonkeys.git
synced 2025-08-03 03:25:28 -04:00
Sandbox
This commit is contained in:
parent
7167a7a4ad
commit
b8faa6e36f
57
pom.xml
57
pom.xml
@ -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>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user