1
0
mirror of https://gitlab.com/camelot/kickc.git synced 2024-06-10 10:29:36 +00:00

Added local folder repository

This commit is contained in:
jespergravgaard 2018-02-12 22:26:15 +01:00
parent a223b7ec78
commit 311df89cf0
10 changed files with 35 additions and 23 deletions

32
pom.xml
View File

@ -9,9 +9,18 @@
<maven.compiler.target>1.8</maven.compiler.target>
</properties>
<repositories>
<repository>
<id>project.local</id>
<name>project</name>
<url>file:${basedir}/repo</url>
</repository>
</repositories>
<groupId>dk.camelot64.kickc</groupId>
<artifactId>kickc</artifactId>
<version>1.0-SNAPSHOT</version>
<dependencies>
<dependency>
<groupId>org.antlr</groupId>
@ -60,30 +69,7 @@
<argLine>-Xmx1024m</argLine>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-install-plugin</artifactId>
<version>2.5.1</version>
<configuration>
<groupId>cml.kickass</groupId>
<artifactId>kickassembler</artifactId>
<version>4.19</version>
<packaging>jar</packaging>
<file>${basedir}/dependencies/KickAss-4.19.jar</file>
<generatePom>true</generatePom>
</configuration>
<executions>
<execution>
<id>install-jar-lib</id>
<goals>
<goal>install-file</goal>
</goals>
<phase>validate</phase>
</execution>
</executions>
</plugin>
</plugins>
</build>

View File

@ -0,0 +1 @@
c8dfb34a060afc442b096c363a6f4bbc

View File

@ -0,0 +1 @@
f7effbcb28e1a4088c9a785f5ecc1e0604f5b7d1

View File

@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<groupId>cml.kickass</groupId>
<artifactId>kickassembler</artifactId>
<version>4.19</version>
</project>

View File

@ -0,0 +1 @@
a9183a2ae0f930bb49385e52e4516cf8

View File

@ -0,0 +1 @@
3b7b0343c6aca6a1aa725e2d496fee1f949bb508

View File

@ -0,0 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<metadata>
<groupId>cml.kickass</groupId>
<artifactId>kickassembler</artifactId>
<versioning>
<release>4.19</release>
<versions>
<version>4.19</version>
</versions>
<lastUpdated>20180212211902</lastUpdated>
</versioning>
</metadata>

View File

@ -0,0 +1 @@
9199b475bc277b5f48523801dea7cd23

View File

@ -0,0 +1 @@
2ca5f01c38aeb3757a88f908c4a73017974c0286