From ff243af52775752638010a1174481193d16e5931 Mon Sep 17 00:00:00 2001 From: samskivert Date: Wed, 8 Sep 2010 16:22:48 +0000 Subject: [PATCH] Hosting our own Ivy repository is a burden on library users. We really want to publish our bits to the Maven central repository, which means we need to gird our loins and wade into the ninth circle of hell: a Mavenized build. git-svn-id: https://samskivert.googlecode.com/svn/trunk@2847 6335cc39-0255-0410-8fd6-9bcaacd3b74c --- pom.xml | 137 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 137 insertions(+) create mode 100644 pom.xml diff --git a/pom.xml b/pom.xml new file mode 100644 index 00000000..dd89cbc4 --- /dev/null +++ b/pom.xml @@ -0,0 +1,137 @@ + + + 4.0.0 + com.samskivert + samskivert + jar + 1.0 + samskivert + A collection of Java utilities. + http://code.google.com/p/samskivert/ + + http://code.google.com/p/samskivert/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://samskivert.googlecode.com/svn/trunk/ + scm:svn:https://samskivert.googlecode.com/svn/trunk/ + http://samskivert.googlecode.com/svn/trunk/ + + + + + javax.servlet + servlet-api + 2.5 + provided + + + log4j + log4j + 1.2.15 + compile + true + + javax.mailmail + javax.jmsjms + com.sun.jdmkjmxtools + com.sun.jmxjmxri + orooro + junitjunit + + + + javax.mail + mail + 1.4.1 + compile + true + + + junit + junit + 4.8.1 + test + + + + + + org.apache.maven.plugins + maven-compiler-plugin + + 1.5 + 1.5 + + com/samskivert/velocity/** + com/samskivert/xml/** + + + + + default-testCompile + test-compile + + + com/samskivert/velocity/** + com/samskivert/xml/** + + + + testCompile + + + + + + org.apache.maven.plugins + maven-resources-plugin + + UTF-8 + + + + org.apache.maven.plugins + maven-surefire-plugin + + + com/samskivert/swing/TestComboButtonBox* + + + 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 + + + + + +