mirror of
https://github.com/2006Scape-Scripts/ParaScript.git
synced 2026-07-02 16:49:02 +00:00
docker and stuff
This commit is contained in:
+1
-1
@@ -1 +1 @@
|
||||
|
||||
target/
|
||||
|
||||
@@ -0,0 +1,11 @@
|
||||
|
||||
version: "3"
|
||||
services:
|
||||
maven-build:
|
||||
image: maven:3.8.2-jdk-8
|
||||
container_name: maven-build
|
||||
command: ["mvn", "-B", "clean", "install"]
|
||||
volumes:
|
||||
- ./:/usr/src/build
|
||||
working_dir: /usr/src/build
|
||||
restart: "no"
|
||||
@@ -14,7 +14,7 @@
|
||||
<repository>
|
||||
<id>parabot-maven</id>
|
||||
<name>Parabot its Maven Repository</name>
|
||||
<url>http://maven.parabot.org/</url>
|
||||
<url>https://maven.parabot.org/</url>
|
||||
</repository>
|
||||
</repositories>
|
||||
|
||||
@@ -32,7 +32,7 @@
|
||||
</dependencies>
|
||||
|
||||
<build>
|
||||
<finalName>1000205</finalName>
|
||||
<finalName>ParaScript</finalName>
|
||||
<resources>
|
||||
<resource>
|
||||
<directory>src/main/resources</directory>
|
||||
|
||||
Binary file not shown.
@@ -1,7 +1,7 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<config>
|
||||
<jars basedir="C:/Users/Dan-j/IdeaProjects/ParaScript/target/">
|
||||
<jar in="1000205.jar" out="/home/ci/jars/1000205.jar"/>
|
||||
<jars basedir="/usr/src/build/target/">
|
||||
<jar in="ParaScript.jar" out="/home/ci/jars/ParaScript.jar"/>
|
||||
</jars>
|
||||
|
||||
<classpath basedir="/home/ci/allatori/libs">
|
||||
|
||||
Reference in New Issue
Block a user