From c81793de6c4a5a9be1f9ba2756475d4608ed69a2 Mon Sep 17 00:00:00 2001 From: Malcolm Sparks Date: Thu, 26 May 2011 13:52:48 +0100 Subject: [PATCH] Added a Maven pom.xml so that txtmark can contribute its jar to a Maven repository. --- .gitignore | 3 ++- pom.xml | 15 +++++++++++++++ 2 files changed, 17 insertions(+), 1 deletion(-) create mode 100644 pom.xml diff --git a/.gitignore b/.gitignore index b34e8a6..7cc57ef 100644 --- a/.gitignore +++ b/.gitignore @@ -3,4 +3,5 @@ doc/ release/ .settings .classpath -.project \ No newline at end of file +.project +target/ diff --git a/pom.xml b/pom.xml new file mode 100644 index 0000000..1057f2d --- /dev/null +++ b/pom.xml @@ -0,0 +1,15 @@ + + 4.0.0 + txtmark + txtmark + jar + 0.6-SNAPSHOT + txtmark + https://github.com/rjeschke/txtmark + + ${basedir}/src/java + + + +