mirror of
https://gitlab.com/camelot/kickc.git
synced 2024-12-21 14:30:21 +00:00
Added local folder repository
This commit is contained in:
parent
a223b7ec78
commit
311df89cf0
32
pom.xml
32
pom.xml
@ -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>
|
||||
|
||||
|
||||
|
@ -0,0 +1 @@
|
||||
c8dfb34a060afc442b096c363a6f4bbc
|
@ -0,0 +1 @@
|
||||
f7effbcb28e1a4088c9a785f5ecc1e0604f5b7d1
|
@ -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>
|
@ -0,0 +1 @@
|
||||
a9183a2ae0f930bb49385e52e4516cf8
|
@ -0,0 +1 @@
|
||||
3b7b0343c6aca6a1aa725e2d496fee1f949bb508
|
12
repo/cml/kickass/kickassembler/maven-metadata.xml
Normal file
12
repo/cml/kickass/kickassembler/maven-metadata.xml
Normal 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>
|
1
repo/cml/kickass/kickassembler/maven-metadata.xml.md5
Normal file
1
repo/cml/kickass/kickassembler/maven-metadata.xml.md5
Normal file
@ -0,0 +1 @@
|
||||
9199b475bc277b5f48523801dea7cd23
|
1
repo/cml/kickass/kickassembler/maven-metadata.xml.sha1
Normal file
1
repo/cml/kickass/kickassembler/maven-metadata.xml.sha1
Normal file
@ -0,0 +1 @@
|
||||
2ca5f01c38aeb3757a88f908c4a73017974c0286
|
Loading…
Reference in New Issue
Block a user