Skip to content
This repository has been archived by the owner on Feb 22, 2024. It is now read-only.

Commit

Permalink
added .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
developer committed Feb 4, 2015
1 parent f062d45 commit 7590562
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
11 changes: 11 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -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
6 changes: 5 additions & 1 deletion launcher/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,12 @@
<name>Fusepool P3: Stanbol Enhancer Adapter Launcher</name>
<description>Custom Stanbol launcher featuring the teh P3 Extractor Frontend</description>

<properties>
<finalName>${project.artifactId}-${project.version}</finalName>
</properties>

<build>
<finalName>stanbol-adapter</finalName>
<finalName>${finalName}</finalName>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
Expand Down

0 comments on commit 7590562

Please sign in to comment.