diff --git a/common/common-image/pom.xml b/common/common-image/pom.xml new file mode 100644 index 00000000..b09bcff8 --- /dev/null +++ b/common/common-image/pom.xml @@ -0,0 +1,28 @@ + + + 4.0.0 + + com.twelvemonkeys.common + common + 2.3-SNAPSHOT + + common-image + jar + TwelveMonkeys :: Common :: Image + + The TwelveMonkeys Common Image support + + + + + + jmagick + jmagick + 6.2.4 + provided + true + + + diff --git a/common/common-io/pom.xml b/common/common-io/pom.xml new file mode 100644 index 00000000..5b8b2d53 --- /dev/null +++ b/common/common-io/pom.xml @@ -0,0 +1,18 @@ + + + 4.0.0 + + com.twelvemonkeys.common + common + 2.3-SNAPSHOT + + common-io + jar + TwelveMonkeys :: Common :: IO + + The TwelveMonkeys IO support + + + diff --git a/common/common-lang/pom.xml b/common/common-lang/pom.xml new file mode 100644 index 00000000..36af4cf1 --- /dev/null +++ b/common/common-lang/pom.xml @@ -0,0 +1,18 @@ + + + 4.0.0 + + com.twelvemonkeys.common + common + 2.3-SNAPSHOT + + common-lang + jar + TwelveMonkeys :: Common :: Language support + + The TwelveMonkeys Common Language support + + + diff --git a/common/pom.xml b/common/pom.xml new file mode 100644 index 00000000..d34aa0ff --- /dev/null +++ b/common/pom.xml @@ -0,0 +1,49 @@ + + + 4.0.0 + + com.twelvemonkeys + twelvemonkeys-parent + 2.3-SNAPSHOT + + com.twelvemonkeys.common + common + pom + TwelveMonkeys :: Common + + The TwelveMonkeys Common library. Contains common utility classes. + + + + common-io + common-lang + common-image + + + + + + jmagick + jmagick + 6.2.4 + provided + true + + + + junit + junit-dep + 4.5 + test + + + + jmock + jmock-cglib + 1.0.1 + test + + + diff --git a/parent-pom.xml b/pom.xml similarity index 77% rename from parent-pom.xml rename to pom.xml index 57581f55..88ff2428 100755 --- a/parent-pom.xml +++ b/pom.xml @@ -5,9 +5,17 @@ 4.0.0 com.twelvemonkeys twelvemonkeys-parent - 2.0 + 2.3-SNAPSHOT pom - Twelvemonkeys + Twelvemonkeys + + + common + twelvemonkeys-core + + @@ -34,7 +42,28 @@ - + + + org.apache.maven.plugins + maven-jar-plugin + 2.2 + + + + ${project.name} + TwelveMonkeys + ${project.version} + http://github.com/haraldk/TwelveMonkeys + + + + + + maven-resources-plugin + + UTF-8 + + maven-jar-plugin true