mirror of https://github.com/ornicar/lila-maven
commit
39ff853686
Binary file not shown.
@ -0,0 +1 @@
|
||||
06014affcf10a7faf78fe5603d58b406
|
@ -0,0 +1 @@
|
||||
a9ef555cd0216fef3ffd04ecc551a85544cbc569
|
@ -0,0 +1,36 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<ivy-module version="2.0" xmlns:e="http://ant.apache.org/ivy/extra">
|
||||
<info organisation="com.github.ornicar" module="scalalib_2.11" revision="5.7" status="release" publication="20170517114320">
|
||||
<license name="MIT" url="http://opensource.org/licenses/MIT"/>
|
||||
<description>
|
||||
scalalib
|
||||
</description>
|
||||
</info>
|
||||
<configurations>
|
||||
<conf name="compile" visibility="public" description=""/>
|
||||
<conf name="runtime" visibility="public" description="" extends="compile"/>
|
||||
<conf name="test" visibility="public" description="" extends="runtime"/>
|
||||
<conf name="provided" visibility="public" description=""/>
|
||||
<conf name="optional" visibility="public" description=""/>
|
||||
|
||||
|
||||
|
||||
|
||||
<conf name="sources" visibility="public" description=""/>
|
||||
<conf name="docs" visibility="public" description=""/>
|
||||
<conf name="pom" visibility="public" description=""/>
|
||||
|
||||
</configurations>
|
||||
<publications>
|
||||
<artifact name="scalalib_2.11" type="pom" ext="pom" conf="pom"/>
|
||||
<artifact name="scalalib_2.11" type="jar" ext="jar" conf="compile"/>
|
||||
<artifact name="scalalib_2.11" type="src" ext="jar" conf="sources" e:classifier="sources"/>
|
||||
<artifact name="scalalib_2.11" type="doc" ext="jar" conf="docs" e:classifier="javadoc"/>
|
||||
</publications>
|
||||
<dependencies>
|
||||
|
||||
<dependency org="org.scala-lang" name="scala-library" rev="2.11.8" conf="compile->default(compile)"/>
|
||||
<dependency org="org.scalaz" name="scalaz-core_2.11" rev="7.1.11" conf="compile->default(compile)"/>
|
||||
<dependency org="org.specs2" name="specs2-core_2.11" rev="3.6" conf="compile->default(compile)"/>
|
||||
</dependencies>
|
||||
</ivy-module>
|
@ -0,0 +1 @@
|
||||
7c99c96378f4162b2e8e50be47df82cd
|
@ -0,0 +1 @@
|
||||
34e7c03352942b1e871ce81fa7d816e96ba9f655
|
Binary file not shown.
@ -0,0 +1 @@
|
||||
893b810733f9503bc073ec87a5e81a56
|
@ -0,0 +1 @@
|
||||
f7c3a02a8f6d4df33c9d5a9f0b05ddbcda8cee89
|
@ -0,0 +1,57 @@
|
||||
<?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:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0">
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<groupId>com.github.ornicar</groupId>
|
||||
<artifactId>scalalib_2.11</artifactId>
|
||||
<packaging>jar</packaging>
|
||||
<description>scalalib</description>
|
||||
<version>5.7</version>
|
||||
<licenses>
|
||||
<license>
|
||||
<name>MIT</name>
|
||||
<url>http://opensource.org/licenses/MIT</url>
|
||||
<distribution>repo</distribution>
|
||||
</license>
|
||||
</licenses>
|
||||
<name>scalalib</name>
|
||||
<organization>
|
||||
<name>com.github.ornicar</name>
|
||||
</organization>
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>org.scala-lang</groupId>
|
||||
<artifactId>scala-library</artifactId>
|
||||
<version>2.11.8</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.scalaz</groupId>
|
||||
<artifactId>scalaz-core_2.11</artifactId>
|
||||
<version>7.1.11</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.specs2</groupId>
|
||||
<artifactId>specs2-core_2.11</artifactId>
|
||||
<version>3.6</version>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
<repositories>
|
||||
<repository>
|
||||
<id>typesafereleases</id>
|
||||
<name>typesafe-releases</name>
|
||||
<url>http://repo.typesafe.com/typesafe/releases/</url>
|
||||
<layout>default</layout>
|
||||
</repository>
|
||||
<repository>
|
||||
<id>sonatype</id>
|
||||
<name>sonatype</name>
|
||||
<url>http://oss.sonatype.org/content/repositories/releases/</url>
|
||||
<layout>default</layout>
|
||||
</repository>
|
||||
<repository>
|
||||
<id>scalazbintray</id>
|
||||
<name>scalaz-bintray</name>
|
||||
<url>http://dl.bintray.com/scalaz/releases/</url>
|
||||
<layout>default</layout>
|
||||
</repository>
|
||||
</repositories>
|
||||
</project>
|
@ -0,0 +1 @@
|
||||
003f773d5f57680ec1e9b5e20b4aea53
|
@ -0,0 +1 @@
|
||||
bedc7ce7792bcc6895889ed5ab0591549bfa5def
|
Binary file not shown.
@ -0,0 +1 @@
|
||||
ab253549314d2797088904f4b0ec5822
|
@ -0,0 +1 @@
|
||||
1f4e365bb1942c4866cadb9fe842f354c9267b86
|
@ -0,0 +1,16 @@
|
||||
#!/bin/sh
|
||||
|
||||
repo_dir=$(pwd)
|
||||
echo "Updating $repo_dir"
|
||||
|
||||
build_dir=$(mktemp -d)
|
||||
echo "Building in $build_dir"
|
||||
cd "$build_dir"
|
||||
|
||||
git clone --depth 1 https://github.com/ornicar/scalalib
|
||||
cd scalalib
|
||||
sbt publish-local
|
||||
cd ..
|
||||
cp -rv ~/.ivy2/local/com.github.ornicar "$repo_dir/"
|
||||
|
||||
rm -rf "$build_dir"
|
Loading…
Reference in new issue