Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/netzwerg/gradle-artifactory-playground

Gradle/Artifactory setup for combination of util library + multi-module JEE project
https://github.com/netzwerg/gradle-artifactory-playground

Last synced: 5 days ago
JSON representation

Gradle/Artifactory setup for combination of util library + multi-module JEE project

Awesome Lists containing this project

README

        

Demo Gradle/Artifactory build setup:
* `playground-util-lib`: A utility library, use `./gradlew artifactoryPublish` to upload to artifactory repo (or `./gradlew install` for local maven repo)
* `playground-app`: A multi-module JEE app which depends on the utility library