Skip to content

Commit

Permalink
Merge pull request #55 from utPLSQL/feature/patch_maven_assemble_issue
Browse files Browse the repository at this point in the history
Added a patch for maven assemble issue
  • Loading branch information
jgebal authored Nov 21, 2017
2 parents 6c0f6c6 + 8b9cfed commit 5d33b3a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis/create_release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ set -ev

VERSION=`date +%Y%m%d%H%M`

#overcome maven assemble issue: https://github.com/mojohaus/appassembler/issues/61
sed -i '/CYGWIN\*) cygwin=true/c\ CYGWIN*|MINGW*) cygwin=true ;;' target/appassembler/bin/utplsql

mkdir dist
mv target/appassembler utPLSQL-cli
# Remove Oracle libraries du to licensing problems
Expand Down

0 comments on commit 5d33b3a

Please sign in to comment.