mirror of
https://github.com/songoda/UltimateStacker.git
synced 2024-11-27 12:35:17 +01:00
Update .gitlab-ci.yml, pom.xml files
This commit is contained in:
parent
6108d13c79
commit
820775982a
@ -3,7 +3,6 @@ stages:
|
|||||||
|
|
||||||
variables:
|
variables:
|
||||||
name: "UltimateStacker"
|
name: "UltimateStacker"
|
||||||
suffex: "Legacy"
|
|
||||||
path: "/builds/$CI_PROJECT_PATH"
|
path: "/builds/$CI_PROJECT_PATH"
|
||||||
version: "1.2.5"
|
version: "1.2.5"
|
||||||
|
|
||||||
@ -17,7 +16,7 @@ build:
|
|||||||
- find $path/ -depth -path '*original*' -delete
|
- find $path/ -depth -path '*original*' -delete
|
||||||
- mv -v $path/target/*.jar $path
|
- mv -v $path/target/*.jar $path
|
||||||
artifacts:
|
artifacts:
|
||||||
name: $name-$suffex-$version
|
name: $name-$version
|
||||||
paths:
|
paths:
|
||||||
- "$path/*.jar"
|
- "$path/*.jar"
|
||||||
|
|
||||||
|
2
pom.xml
2
pom.xml
@ -5,7 +5,7 @@
|
|||||||
<version>maven-version-number</version>
|
<version>maven-version-number</version>
|
||||||
<build>
|
<build>
|
||||||
<defaultGoal>clean install</defaultGoal>
|
<defaultGoal>clean install</defaultGoal>
|
||||||
<finalName>UltimateStacker-Legacy-${project.version}</finalName>
|
<finalName>UltimateStacker-${project.version}</finalName>
|
||||||
<plugins>
|
<plugins>
|
||||||
<plugin>
|
<plugin>
|
||||||
<groupId>org.apache.maven.plugins</groupId>
|
<groupId>org.apache.maven.plugins</groupId>
|
||||||
|
Loading…
Reference in New Issue
Block a user