Merge pull request #33 from rwinch/artifactory-publish

Artifactory publish
This commit is contained in:
Andy Clement
2014-01-21 11:41:46 -08:00
212 changed files with 7 additions and 5 deletions

View File

@@ -17,6 +17,6 @@ subprojects {
targetCompatibility = 1.6
}
configure(subprojects.findAll { it.name=='springloaded-core' }) {
apply plugin: 'maven'
}
configure(subprojects.findAll { it.name.startsWith('testdata')}) {
tasks.findByPath("artifactoryPublish")?.enabled = false
}

View File

@@ -1,4 +1,4 @@
include "springloaded-core"
include "springloaded"
include "testdata"
include "testdata-groovy"
include "testdata-plugin"

View File

@@ -1,3 +1,5 @@
apply plugin: 'maven'
group = "org.springsource.loaded"
version = '1.1.5.BUILD-SNAPSHOT'
jar.baseName = 'springloaded'

Some files were not shown because too many files have changed in this diff Show More