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

Commit

Permalink
Deploying release to github
Browse files Browse the repository at this point in the history
  • Loading branch information
retog committed Oct 6, 2014
1 parent 0a4ad04 commit 0814387
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 17 deletions.
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=dictionary-matcher-transformer-$TRAVIS_TAG
deploy:
provider: releases
api_key:
secure: MB6MhxF9WTNgRqA68Qaw+0yTcGM58dRKijBKyqFnqGclZKR8xTGInZ4uSDhMbO+4r4QgUHX0iNZ5H9DT2M6ElyVwkRjJURAD/o6IJTrxKWZF0qisWKPEbV4UrBFqYUrYIThmEkgYbgeVyvuF0Vy2hFd7lcUJuBVPTYg+FuHJ5LY=
file: target/dictionary-matcher-transfromer-$TRAVIS_TAG-jar-with-dependencies.jar
on:
repo: fusepoolP3/p3-dictionary-matcher-transfromer
tags: true
all_branches: true
25 changes: 8 additions & 17 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,15 @@
<name>Fusepool P3 Platform: Dictionary Matcher</name>
<version>1.0-SNAPSHOT</version>
<packaging>jar</packaging>

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.compiler.source>1.7</maven.compiler.source>
<maven.compiler.target>1.7</maven.compiler.target>
<main.class>eu.fusepoolp3.dictionarymatcher.Main</main.class>
<finalName>${project.artifactId}-${project.version}</finalName>
</properties>
<build>
<finalName>${finalName}</finalName>
<pluginManagement>
<plugins>
<plugin>
Expand Down Expand Up @@ -143,20 +150,4 @@
<version>1.4.01</version>
</dependency>
</dependencies>
<repositories>
<repository>
<releases>
<enabled>false</enabled>
</releases>
<id>apache.snapshots</id>
<name>Apache Snapshot Repository</name>
<url>http://repository.apache.org/snapshots</url>
</repository>
</repositories>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.compiler.source>1.7</maven.compiler.source>
<maven.compiler.target>1.7</maven.compiler.target>
<main.class>eu.fusepoolp3.dictionarymatcher.Main</main.class>
</properties>
</project>

0 comments on commit 0814387

Please sign in to comment.