mirror of
https://github.com/songoda/UltimateStacker.git
synced 2024-11-23 10:35:22 +01:00
Update .gitlab-ci.yml, pom.xml files
This commit is contained in:
parent
6108d13c79
commit
820775982a
@ -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"
|
||||
|
||||
|
2
pom.xml
2
pom.xml
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user