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>
|
<repository>
|
||||||
<id>parabot-maven</id>
|
<id>parabot-maven</id>
|
||||||
<name>Parabot its Maven Repository</name>
|
<name>Parabot its Maven Repository</name>
|
||||||
<url>http://maven.parabot.org/</url>
|
<url>https://maven.parabot.org/</url>
|
||||||
</repository>
|
</repository>
|
||||||
</repositories>
|
</repositories>
|
||||||
|
|
||||||
@@ -32,7 +32,7 @@
|
|||||||
</dependencies>
|
</dependencies>
|
||||||
|
|
||||||
<build>
|
<build>
|
||||||
<finalName>1000205</finalName>
|
<finalName>ParaScript</finalName>
|
||||||
<resources>
|
<resources>
|
||||||
<resource>
|
<resource>
|
||||||
<directory>src/main/resources</directory>
|
<directory>src/main/resources</directory>
|
||||||
|
|||||||
Binary file not shown.
@@ -1,7 +1,7 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||||
<config>
|
<config>
|
||||||
<jars basedir="C:/Users/Dan-j/IdeaProjects/ParaScript/target/">
|
<jars basedir="/usr/src/build/target/">
|
||||||
<jar in="1000205.jar" out="/home/ci/jars/1000205.jar"/>
|
<jar in="ParaScript.jar" out="/home/ci/jars/ParaScript.jar"/>
|
||||||
</jars>
|
</jars>
|
||||||
|
|
||||||
<classpath basedir="/home/ci/allatori/libs">
|
<classpath basedir="/home/ci/allatori/libs">
|
||||||
|
|||||||
Reference in New Issue
Block a user