Build: finalized tarball file publishing

This commit is contained in:
BoykoAlex
2017-08-04 16:53:59 -04:00
parent 51dd0a621a
commit e1816b9a31
2 changed files with 2 additions and 9 deletions

View File

@@ -14,7 +14,7 @@ else
fi
cd ${sources}
./mvnw package -DskipTests -DargLine="-Dlsp.lazy.completions.disable=true -Dlsp.completions.indentation.enable=true -Dlsp.yaml.completions.errors.disable=true"
./mvnw package -DargLine="-Dlsp.lazy.completions.disable=true -Dlsp.completions.indentation.enable=true -Dlsp.yaml.completions.errors.disable=true"
timestamp=`date -u +%Y%m%d%H%M`
for i in `ls *-language-server/target/*.jar`; do

View File

@@ -6,10 +6,6 @@ output=$workdir/out
url=`cat fatjar/url`
echo "The url of the fatjar is ${url}"
ls -la
cd package_sources
npm install ../sts4/atom-extensions/atom-commons
@@ -34,7 +30,4 @@ length=${#basename}
newName=${basename:0:${length}-4}-$timestamp${basename:${length}-4:${length}}
cp ${basename} $output/${newName}
cd $output
ls -la
cp ${basename} $output/${newName}