From ca5f75f42a2c099c3ea52162136eb145e56f2ae2 Mon Sep 17 00:00:00 2001 From: wangxiaoleidz Date: Tue, 22 Sep 2015 21:49:08 +0800 Subject: [PATCH] Add Maven management file --- pom.xml | 52 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 52 insertions(+) create mode 100644 pom.xml diff --git a/pom.xml b/pom.xml new file mode 100644 index 0000000..abf1b16 --- /dev/null +++ b/pom.xml @@ -0,0 +1,52 @@ + + 4.0.0 + + org.csource + fastdfs-client-java + 1.25 + fastdfs-client-java + fastdfs client with java + jar + + + UTF-8 + UTF-8 + UTF-8 + + + + src + + + org.apache.maven.plugins + maven-compiler-plugin + 2.5.1 + + UTF-8 + true + 1.5 + 1.5 + + + + org.apache.maven.plugins + maven-jar-plugin + 2.4 + + + package + + jar + + + + **/test/*.class + + + + + + + + \ No newline at end of file