From 1bba4e041fe45664c0b9772c81cb24bf9f0e2ac7 Mon Sep 17 00:00:00 2001 From: "Erik C. Thauvin" Date: Thu, 21 Jul 2016 15:20:41 -0700 Subject: [PATCH] Reworked logic. --- README.md | 4 +- kobalt-maven-local.ipr | 5 +- kobalt/src/Build.kt | 2 +- kobalt/wrapper/kobalt-wrapper.jar | Bin 9005 -> 9230 bytes kobalt/wrapper/kobalt-wrapper.properties | 2 +- .../plugin/maven/local/MavenLocalPlugin.kt | 62 +++++++++--------- src/main/resources/META-INF/kobalt-plugin.xml | 2 +- 7 files changed, 41 insertions(+), 36 deletions(-) diff --git a/README.md b/README.md index 99fe984..a79c698 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ # Maven Local Repository plug-in for [Kobalt](http://beust.com/kobalt/home/index.html) -[![Build Status](https://travis-ci.org/ethauvin/kobalt-maven-local.svg?branch=master)](https://travis-ci.org/ethauvin/kobalt-maven-local) \ No newline at end of file +[![License (3-Clause BSD)](https://img.shields.io/badge/license-BSD%203--Clause-blue.svg?style=flat-square)](http://opensource.org/licenses/BSD-3-Clause) [![Build Status](https://travis-ci.org/ethauvin/kobalt-maven-local.svg?branch=master)](https://travis-ci.org/ethauvin/kobalt-maven-local) + +The plug-in will detect the Maven Local Repository location, similarly to Gradle's [mavenLocal()](https://docs.gradle.org/current/dsl/org.gradle.api.artifacts.dsl.RepositoryHandler.html#org.gradle.api.artifacts.dsl.RepositoryHandler:mavenLocal()) repository handler. \ No newline at end of file diff --git a/kobalt-maven-local.ipr b/kobalt-maven-local.ipr index 2d77dad..ed6ee87 100644 --- a/kobalt-maven-local.ipr +++ b/kobalt-maven-local.ipr @@ -128,7 +128,7 @@