From 053c4399039b56badbf4041ccbaf0e54e06930d2 Mon Sep 17 00:00:00 2001 From: Filip Maelbrancke Date: Fri, 15 Mar 2013 06:35:42 +0100 Subject: [PATCH] Maven-ized --- .gitignore | 3 ++ Autobahn/pom.xml | 99 ++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 102 insertions(+) create mode 100644 Autobahn/pom.xml diff --git a/.gitignore b/.gitignore index 332f6a4c..d22adcae 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,5 @@ .metadata/* Autobahn/doc/html/* + +# maven +target \ No newline at end of file diff --git a/Autobahn/pom.xml b/Autobahn/pom.xml new file mode 100644 index 00000000..4f937244 --- /dev/null +++ b/Autobahn/pom.xml @@ -0,0 +1,99 @@ + + + 4.0.0 + de.tavendo.autobahn + autobahn-android + 0.5.1 + jar + + AutobahnAndroid + AutobahnAndroid - WebSocket and WAMP for Android + http://autobahn.ws/ + + + UTF-8 + 1.6 + 4.1.1.4 + 1.9.7 + + + + http://github.com/tavendo/AutobahnAndroid/ + scm:git:git://github.com/tavendo/AutobahnAndroid.git + scm:git:ssh://git@github.com:tavendo/AutobahnAndroid.git + HEAD + + + + GitHub Issues + http://github.com/tavendo/AutobahnAndroid/issues + + + + + Apache 2.0 + http://www.apache.org/licenses/LICENSE-2.0.txt + + + + + Tavendo GmbH + http://www.tavendo.de + + + + + com.google.android + android + ${android.version} + provided + + + org.codehaus.jackson + jackson-mapper-asl + ${jackson.version} + + + + + src + + + org.apache.maven.plugins + maven-compiler-plugin + 3.0 + + ${java.version} + ${java.version} + true + + + + org.apache.maven.plugins + maven-source-plugin + 2.2.1 + + + attach-sources + + jar-no-fork + + + + + + org.apache.maven.plugins + maven-javadoc-plugin + 2.9 + + + attach-javadocs + + jar + + + + + + +