diff --git a/.travis.yml b/.travis.yml
new file mode 100644
index 0000000..0bbe7bb
--- /dev/null
+++ b/.travis.yml
@@ -0,0 +1,11 @@
+language: java
+before_install: mvn install -DskipTests=true -DfinalName=stanbol-adapter-$TRAVIS_TAG
+deploy:
+ provider: releases
+ api_key:
+ secure: EsoEKEPqqveofrc52W5H+RyKBYkysJXJeUdwEpEg5Jv+ap5hDx4YwvQV9JM+VyG3wOoF0vCWvHA/GPfY11Fs7qT6M7o2naeudcNyaEoeBz1ylxjXK/GZelKLkDAGwdHmRjBZl2fTLKoMlTzVhgBULjVclN4ejXF7m/nuZ87ViqU=
+ file: webapp/target/stanbol-adapter-$TRAVIS_TAG.jar
+ on:
+ repo: fusepoolP3/p3-stanbol-enhancer-adapter
+ tags: true
+ all_branches: true
\ No newline at end of file
diff --git a/launcher/pom.xml b/launcher/pom.xml
index a22d00a..d660378 100644
--- a/launcher/pom.xml
+++ b/launcher/pom.xml
@@ -33,8 +33,12 @@
Fusepool P3: Stanbol Enhancer Adapter Launcher
Custom Stanbol launcher featuring the teh P3 Extractor Frontend
+
+ ${project.artifactId}-${project.version}
+
+
- stanbol-adapter
+ ${finalName}
org.apache.maven.plugins