It did build, just couldn't move the file

This commit is contained in:
Esophose 2019-03-30 01:09:58 -06:00
parent 5d83a2bd27
commit 06b570c8c5
2 changed files with 1 additions and 2 deletions

View File

@ -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

View File

@ -46,7 +46,6 @@
<build>
<defaultGoal>clean install</defaultGoal>
<finalName>${project.artifactId}-${project.version}</finalName>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
@ -60,6 +59,7 @@
</goals>
<configuration>
<createDependencyReducedPom>false</createDependencyReducedPom>
<outputFile>../../target\UltimateTimber-${project.version}.jar</outputFile>
</configuration>
</execution>
</executions>