diff --git a/build.gradle b/build.gradle index d9ec7fa7..2cbb8610 100644 --- a/build.gradle +++ b/build.gradle @@ -499,6 +499,20 @@ project('spring-statemachine-samples-common') { configure(rootProject) { description = 'Spring State Machine' + pluginManager.withPlugin('com.jfrog.artifactory') { + artifactory { + publish { + defaults { + properties { + archives '*:*:*:*@zip', 'zip.deployed': false, 'zip.name': 'spring-statemachine', 'zip.displayname': 'Spring Statemachine' + archives '*:*:*:docs@zip', 'zip.type': 'docs' + archives '*:*:*:dist@zip', 'zip.type': 'dist' + } + } + } + } + } + dependencies { // just used to get version into docs compile "org.springframework:spring-core"