From 271357c05b42f2a32250f20e55a6ac3d99c9529d Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Wed, 20 Aug 2008 11:33:56 +0200 Subject: initial load --- pom.xml | 57 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 57 insertions(+) create mode 100644 pom.xml (limited to 'pom.xml') diff --git a/pom.xml b/pom.xml new file mode 100644 index 0000000..e15d4c2 --- /dev/null +++ b/pom.xml @@ -0,0 +1,57 @@ + + 4.0.0 + luceneanalyzer + luceneanalyzer + 0.0.1 + Lucene Index Analysis Tool + + + + org.apache.lucene + lucene-core + 2.3.2 + + + jargs + jargs + 1.0.0 + + + junit + junit + 3.8.1 + test + + + + + + + org.apache.maven.plugins + maven-compiler-plugin + + 1.5 + 1.5 + + + + org.codehaus.mojo + dependency-maven-plugin + 1.0 + + + copy-dependencies + package + + copy-dependencies + + + ${project.build.directory}/lib + + + + + + + + -- cgit v1.2.3-54-g00ecf