Build and final jar name

This commit is contained in:
tr7zw 2020-02-26 17:54:46 +01:00
parent 3c806617b5
commit 5c29b0a66e
3 changed files with 13 additions and 9 deletions

View File

@ -1,14 +1,14 @@
From 15ff282009867850faff2bf30b7914ccdd97a454 Mon Sep 17 00:00:00 2001
From 332de8cfc43e110aaf9c46ca3b9eef4ccf94c22d Mon Sep 17 00:00:00 2001
From: tr7zw <tr7zw@live.de>
Date: Wed, 26 Feb 2020 17:08:07 +0100
Subject: [PATCH] Modify POM
---
pom.xml | 16 ++++++++--------
1 file changed, 8 insertions(+), 8 deletions(-)
pom.xml | 18 +++++++++---------
1 file changed, 9 insertions(+), 9 deletions(-)
diff --git a/pom.xml b/pom.xml
index 55679af9..cfef3d69 100644
index 55679af9..7e166ce9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1,11 +1,11 @@
@ -47,6 +47,15 @@ index 55679af9..cfef3d69 100644
<version>${project.version}</version>
<scope>compile</scope>
</dependency>
@@ -143,7 +143,7 @@
<!-- This builds a completely 'ready to start' jar with all dependencies inside -->
<build>
- <finalName>paper-${minecraft.version}</finalName>
+ <finalName>yapfa-${minecraft.version}</finalName>
<defaultGoal>clean install</defaultGoal> <!-- Paper -->
<plugins>
<plugin>
@@ -151,7 +151,7 @@
<artifactId>gitdescribe-maven-plugin</artifactId>
<version>1.3</version>

View File

@ -11,5 +11,3 @@ done
minecraftversion=$(cat $basedir/Paper/work/BuildData/info.json | grep minecraftVersion | cut -d '"' -f 4)
basedir
pushRepo ${FORK_NAME}-API $API_REPO master:$minecraftversion
pushRepo ${FORK_NAME}-Server $SERVER_REPO master:$minecraftversion

View File

@ -58,6 +58,3 @@ fi
tag Paper-API $forcetag
tag Paper-Server $forcetag
pushRepo Paper-API $PAPER_API_REPO $tag
pushRepo Paper-Server $PAPER_SERVER_REPO $tag