Release 0.5.2 prep
This commit is contained in:
parent
9f9c442bec
commit
988d2272b5
3 changed files with 4 additions and 4 deletions
|
@ -49,7 +49,7 @@ To set the system property use:
|
||||||
or in `local.properties` add:
|
or in `local.properties` add:
|
||||||
|
|
||||||
```
|
```
|
||||||
maven.repo.local=~/foo/repository
|
maven.repo.local=~/foo/repository
|
||||||
```
|
```
|
||||||
|
|
||||||
### `~/.m2/settings.xml`
|
### `~/.m2/settings.xml`
|
||||||
|
|
|
@ -6,7 +6,8 @@ import net.thauvin.erik.kobalt.plugin.maven.local.*
|
||||||
|
|
||||||
val bs = buildScript {
|
val bs = buildScript {
|
||||||
repos(localMaven())
|
repos(localMaven())
|
||||||
plugins("net.thauvin.erik:kobalt-maven-local:0.5.1")
|
//plugins(file("../kobaltBuild/libs/kobalt-maven-local-0.5.1.jar"))
|
||||||
|
plugins("net.thauvin.erik:kobalt-maven-local:")
|
||||||
}
|
}
|
||||||
|
|
||||||
val example = project {
|
val example = project {
|
||||||
|
|
|
@ -1,4 +1,3 @@
|
||||||
|
|
||||||
import com.beust.kobalt.buildScript
|
import com.beust.kobalt.buildScript
|
||||||
import com.beust.kobalt.plugin.packaging.assemble
|
import com.beust.kobalt.plugin.packaging.assemble
|
||||||
import com.beust.kobalt.plugin.publish.bintray
|
import com.beust.kobalt.plugin.publish.bintray
|
||||||
|
@ -20,7 +19,7 @@ val p = project {
|
||||||
name = "kobalt-maven-local"
|
name = "kobalt-maven-local"
|
||||||
group = "net.thauvin.erik"
|
group = "net.thauvin.erik"
|
||||||
artifactId = name
|
artifactId = name
|
||||||
version = "0.5.1"
|
version = "0.5.2"
|
||||||
|
|
||||||
pom = Model().apply {
|
pom = Model().apply {
|
||||||
description = "Maven Local Repository plug-in for the Kobalt build system."
|
description = "Maven Local Repository plug-in for the Kobalt build system."
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue