From 9ba82ce6a7a30e8436446501bc58d3799f0f74e9 Mon Sep 17 00:00:00 2001 From: yoyosource Date: Wed, 6 Sep 2023 18:00:11 +0200 Subject: [PATCH] Add axiom to maven repo --- steamwarci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/steamwarci.yml b/steamwarci.yml index 3ddc308..66dec17 100644 --- a/steamwarci.yml +++ b/steamwarci.yml @@ -7,3 +7,6 @@ build: artifacts: "/binarys/AxiomPaper.jar": "build/libs/AxiomPaper-1.2.1.jar" + +release: + - "mvn deploy:deploy-file -DgroupId=de.steamwar -DartifactId=axiompaper -Dversion=RELEASE -Dpackaging=jar -Dfile=build/libs/AxiomPaper-1.2.1.jar -Durl=file:///var/www/html/maven/" \ No newline at end of file