Update .gitlab-ci.yml, pom.xml files

This commit is contained in:
Brianna O'Keefe 2019-05-23 23:23:51 +00:00
parent 6108d13c79
commit 820775982a
2 changed files with 2 additions and 3 deletions

View File

@ -3,7 +3,6 @@ stages:
variables:
name: "UltimateStacker"
suffex: "Legacy"
path: "/builds/$CI_PROJECT_PATH"
version: "1.2.5"
@ -17,7 +16,7 @@ build:
- find $path/ -depth -path '*original*' -delete
- mv -v $path/target/*.jar $path
artifacts:
name: $name-$suffex-$version
name: $name-$version
paths:
- "$path/*.jar"

View File

@ -5,7 +5,7 @@
<version>maven-version-number</version>
<build>
<defaultGoal>clean install</defaultGoal>
<finalName>UltimateStacker-Legacy-${project.version}</finalName>
<finalName>UltimateStacker-${project.version}</finalName>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>