Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/netzwerg/gradle-artifactory-playground
- Owner: netzwerg
- Created: 2014-12-06T07:07:55.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2015-03-25T15:58:58.000Z (almost 10 years ago)
- Last Synced: 2023-03-22T22:32:25.176Z (almost 2 years ago)
- Language: Java
- Size: 211 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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