From d2d88aa25e16b0ffb4eb7eb7b03ebba1af2e3515 Mon Sep 17 00:00:00 2001 From: Michael Bayne Date: Wed, 8 Sep 2010 23:30:08 +0000 Subject: [PATCH] A pom file for Depot. I believe that once the samskivert Maven repo is authorized by Sonatype, I'll be able to upload Depot into it as well, since they both use the com.samskivert groupId. w00t! --- pom.xml | 152 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 152 insertions(+) create mode 100644 pom.xml diff --git a/pom.xml b/pom.xml new file mode 100644 index 0000000..d71888d --- /dev/null +++ b/pom.xml @@ -0,0 +1,152 @@ + + + 4.0.0 + com.samskivert + depot + jar + 1.0 + depot + A collection of Java utilities. + http://code.google.com/p/depot/ + + http://code.google.com/p/depot/issues/list + + + + org.sonatype.oss + oss-parent + 5 + + + + + GNU Lesser General Public License (LGPL), Version 2.1 + http://www.fsf.org/licensing/licenses/lgpl.txt + repo + + + + + + samskivert + Michael Bayne + mdb@samskivert.com + + + + + scm:svn:http://depot.googlecode.com/svn/trunk/ + scm:svn:https://depot.googlecode.com/svn/trunk/ + http://depot.googlecode.com/svn/trunk/ + + + + + com.samskivert + samskivert + 1.0 + compile + + + com.google.guava + guava + r05 + compile + + + net.sf.ehcache + ehcache + 1.6.0 + compile + true + + + org.apache.ant + ant + 1.7.1 + provided + + + junit + junit + 4.8.1 + test + + + org.hsqldb + hsqldb + 2.0.0 + test + + + + + + org.apache.maven.plugins + maven-compiler-plugin + + 1.5 + 1.5 + true + true + + + + + org.apache.maven.plugins + maven-resources-plugin + + UTF-8 + + + + org.apache.maven.plugins + maven-surefire-plugin + + + com/samskivert/depot/TestCacheAdapter*.java + com/samskivert/depot/*Record.java + com/samskivert/depot/*Repository.java + + + test_dirtarget/test-classes + + + lib/test/test.jar + lib/test/test-al.jar + lib/test/test-ar.jar + lib/test/test-br.jar + lib/test/test-c.jar + + + + + org.apache.maven.plugins + maven-javadoc-plugin + + true + + http://download.oracle.com/javase/6/docs/api/ + + + + + org.apache.maven.plugins + maven-gpg-plugin + + + sign-artifacts + verify + + sign + + + + + mdb@samskivert.com + + + + +