Skip to content
This repository has been archived by the owner on Jun 9, 2020. It is now read-only.

Commit

Permalink
Give .jar a fixed name
Browse files Browse the repository at this point in the history
  • Loading branch information
matt-richardson committed Sep 5, 2016
1 parent 5db5905 commit b5deddb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ before_install:
install:
- mvn install -DskipTests=true -Dmaven.javadoc.skip=true -B -V -U
script:
- mvn package -DfinalName=gocd-websocket-notifier-$RELEASE_VERSION -DfinalVersion=$RELEASE_VERSION
- mvn package -DfinalName=gocd-websocket-notifier -DfinalVersion=$RELEASE_VERSION
before_deploy:
- git config --global user.email "builds@travis-ci.com"
- git config --global user.name "Travis CI"
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<go.version>15.1.0</go.version>
<finalVersion>${project.version}</finalVersion>
<finalName>${project.artifactId}.jar</finalName>
<finalName>${project.artifactId}-${project.version}</finalName>
</properties>

<dependencies>
Expand Down

0 comments on commit b5deddb

Please sign in to comment.