diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..7ee096f --- /dev/null +++ b/.travis.yml @@ -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 diff --git a/pom.xml b/pom.xml index 22d1350..c73272d 100644 --- a/pom.xml +++ b/pom.xml @@ -7,8 +7,15 @@ Fusepool P3 Platform: Dictionary Matcher 1.0-SNAPSHOT jar - + + UTF-8 + 1.7 + 1.7 + eu.fusepoolp3.dictionarymatcher.Main + ${project.artifactId}-${project.version} + + ${finalName} @@ -143,20 +150,4 @@ 1.4.01 - - - - false - - apache.snapshots - Apache Snapshot Repository - http://repository.apache.org/snapshots - - - - UTF-8 - 1.7 - 1.7 - eu.fusepoolp3.dictionarymatcher.Main -