diff --git a/common/common-image/pom.xml b/common/common-image/pom.xml
index dc1a9fba..554f8938 100644
--- a/common/common-image/pom.xml
+++ b/common/common-image/pom.xml
@@ -1,35 +1,36 @@
-
-
+
+
4.0.0
-
- com.twelvemonkeys.common
- common
- 3.0-SNAPSHOT
-
- common-image
+
+ com.twelvemonkeys.common
+ common
+ 3.0-SNAPSHOT
+
+ common-image
jar
- TwelveMonkeys :: Common :: Image
-
- The TwelveMonkeys Common Image support
-
-
+ TwelveMonkeys :: Common :: Image
+
+ The TwelveMonkeys Common Image support
+
-
- ${project.groupId}
- common-lang
-
-
- ${project.groupId}
- common-io
-
-
- jmagick
+
+ ${project.groupId}
+ common-lang
+
+
+
+ ${project.groupId}
+ common-io
+
+
+
+ jmagick
jmagick
- 6.2.4
- true
-
-
+ 6.2.4
+ true
+
+
diff --git a/common/common-io/pom.xml b/common/common-io/pom.xml
index 1993037a..bef72a90 100644
--- a/common/common-io/pom.xml
+++ b/common/common-io/pom.xml
@@ -2,30 +2,31 @@
- 4.0.0
-
- com.twelvemonkeys.common
- common
- 3.0-SNAPSHOT
-
- common-io
- jar
- TwelveMonkeys :: Common :: IO
-
- The TwelveMonkeys IO support
-
+ 4.0.0
+
+ com.twelvemonkeys.common
+ common
+ 3.0-SNAPSHOT
+
+ common-io
+ jar
+ TwelveMonkeys :: Common :: IO
+
+ The TwelveMonkeys Common IO support
+
-
-
- ${project.groupId}
- common-lang
-
-
- ${project.groupId}
- common-lang
- tests
- test
-
-
+
+
+ ${project.groupId}
+ common-lang
+
+
+
+ ${project.groupId}
+ common-lang
+ tests
+ test
+
+
diff --git a/common/pom.xml b/common/pom.xml
index 319c92a7..cc1a87ee 100644
--- a/common/pom.xml
+++ b/common/pom.xml
@@ -17,33 +17,34 @@
- common-io
- common-lang
- common-image
+ common-lang
+ common-io
+ common-image
+
+
+
+ ${project.groupId}
+ common-lang
+ ${project.version}
+
-
-
-
- ${project.groupId}
- common-lang
- ${project.version}
-
-
- ${project.groupId}
- common-lang
- ${project.version}
- tests
- test
-
-
- ${project.groupId}
- common-io
- ${project.version}
-
-
-
+
+ ${project.groupId}
+ common-lang
+ ${project.version}
+ tests
+ test
+
+
+
+ ${project.groupId}
+ common-io
+ ${project.version}
+
+
+
junit
@@ -58,6 +59,5 @@
1.0.1
test
-
diff --git a/pom.xml b/pom.xml
index e8ea26a3..f0037883 100755
--- a/pom.xml
+++ b/pom.xml
@@ -13,7 +13,7 @@
common
servlet
imageio
-
+ sandbox
@@ -40,17 +40,15 @@
- twelvemonkeys-${project.artifactId}-${project.version}
-
-
-
+ twelvemonkeys-${project.artifactId}-${project.version}
+
+
org.apache.maven.plugins
maven-jar-plugin
- 2.2
- ${project.name}
+ twelvemonkeys-${project.artifactId}
TwelveMonkeys
${project.version}
http://github.com/haraldk/TwelveMonkeys
@@ -58,6 +56,15 @@
+
+
+
+
+
+ org.apache.maven.plugins
+ maven-jar-plugin
+ 2.2
+
maven-resources-plugin
diff --git a/sandbox/pom.xml b/sandbox/pom.xml
new file mode 100644
index 00000000..f2be3108
--- /dev/null
+++ b/sandbox/pom.xml
@@ -0,0 +1,87 @@
+
+
+ 4.0.0
+ com.twelvemonkeys.sandbox
+ sandbox
+ 3.0-SNAPSHOT
+ TwelveMonkeys :: Sandbox
+ pom
+
+
+ The TwelveMonkeys Sandbox. Experimental stuff, in progress, not for production use.
+
+
+
+ com.twelvemonkeys
+ twelvemonkeys
+ 3.0-SNAPSHOT
+
+
+
+ sandbox-common
+
+
+
+
+ com.twelvemonkeys.common
+ common-image
+ ${project.version}
+ compile
+
+
+
+ com.twelvemonkeys.common
+ common-image
+ ${project.version}
+ tests
+ test
+
+
+
+ junit
+ junit
+ 4.3.1
+ test
+
+
+
+ jmock
+ jmock-cglib
+ 1.0.1
+ test
+
+
+
+
+
+
+ maven-source-plugin
+
+
+
+ maven-resources-plugin
+
+ UTF-8
+
+
+
+
+ org.apache.maven.plugins
+ maven-jar-plugin
+ 2.2
+
+
+
+ ${project.name}
+ TwelveMonkeys
+ ${project.version}
+ http://github.com/haraldk/TwelveMonkeys
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/sandbox/sandbox-common/pom.xml b/sandbox/sandbox-common/pom.xml
new file mode 100644
index 00000000..28e295ee
--- /dev/null
+++ b/sandbox/sandbox-common/pom.xml
@@ -0,0 +1,18 @@
+
+
+ 4.0.0
+
+ com.twelvemonkeys.sandbox
+ sandbox
+ 3.0-SNAPSHOT
+
+ sandbox-common
+ jar
+ TwelveMonkeys :: Sandbox :: Common
+
+ The TwelveMonkeys Sandbox Common. Experimental stuff.
+
+
+
diff --git a/servlet/pom.xml b/servlet/pom.xml
index dd981f87..e2ef0db8 100644
--- a/servlet/pom.xml
+++ b/servlet/pom.xml
@@ -87,6 +87,12 @@
1.0.1
test
+
+
+ org.mockito
+ mockito-all
+ 1.8.0
+