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, creating executable jar
Browse files Browse the repository at this point in the history
  • Loading branch information
retog committed Jan 8, 2015
1 parent 7577a2b commit 070a52d
Show file tree
Hide file tree
Showing 2 changed files with 13 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=transformer-web-client-$TRAVIS_TAG
deploy:
edge: true
provider: releases
api-key:
- secure: Uc4DP5y5XwNA4w2jdIFSt/3NxBq1FSGw7f03v4ZKoJPYgLMpG739ZdKJvHgJv1Nk5e36h6vfO5yKECLw90AXJe56U/xr7Xtu/WIX3N4C7fbvkfNMFc6OJoA1aPwmynC4IUwO2kOsF4RJSJkLVjd0+6uOxIbPDIN8ia7vQZl+YXQ=
file: target/transformer-web-client-$TRAVIS_TAG-jar-with-dependencies.jar
on:
tags: true
all_branches: true
3 changes: 2 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@
<maven.compiler.source>1.7</maven.compiler.source>
<maven.compiler.target>1.7</maven.compiler.target>
<jersey-version>2.7</jersey-version>
<jetty-version>9.2.0.RC0</jetty-version>
<jetty-version>9.2.6.v20141205</jetty-version>
<main.class>eu.fusepool.p3.transformer.web.client.server.Main</main.class>
<finalName>${project.artifactId}-${project.version}</finalName>
</properties>

Expand Down

0 comments on commit 070a52d

Please sign in to comment.