From 06b570c8c5dcfdc12518d2e85f8c181520d54c21 Mon Sep 17 00:00:00 2001 From: Esophose Date: Sat, 30 Mar 2019 01:09:58 -0600 Subject: [PATCH] It did build, just couldn't move the file --- .gitlab-ci.yml | 1 - UltimateTimber/Plugin/pom.xml | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index ecca9aa..ddc409c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -13,7 +13,6 @@ build: - find $path/ -type f -name "*.xml" -print0 | xargs -0 sed -i -e s/maven-version-number/$version/g - find $path/ -type f -name "*.yml" -print0 | xargs -0 sed -i -e s/maven-version-number/$version/g - mvn clean package - - find $path/ -depth -path '*original*' -delete - mv -v $path/target/*.jar $path artifacts: name: $name-$version diff --git a/UltimateTimber/Plugin/pom.xml b/UltimateTimber/Plugin/pom.xml index cc65ae7..286218a 100644 --- a/UltimateTimber/Plugin/pom.xml +++ b/UltimateTimber/Plugin/pom.xml @@ -46,7 +46,6 @@ clean install - ${project.artifactId}-${project.version} org.apache.maven.plugins @@ -60,6 +59,7 @@ false + ../../target\UltimateTimber-${project.version}.jar