https://github.com/stempler/gradle-versioneye-multiproject
Multi-project test project for gradle-versioneye-plugin based on Gradle Java multiproject example
https://github.com/stempler/gradle-versioneye-multiproject
Last synced: 2 months ago
JSON representation
Multi-project test project for gradle-versioneye-plugin based on Gradle Java multiproject example
- Host: GitHub
- URL: https://github.com/stempler/gradle-versioneye-multiproject
- Owner: stempler
- Created: 2016-04-24T07:02:27.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2016-04-24T07:05:31.000Z (about 9 years ago)
- Last Synced: 2025-02-09T16:38:49.015Z (4 months ago)
- Language: Java
- Size: 6.84 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: readme.xml
Awesome Lists containing this project
README
This sample demonstrates how an application can be composed using multiple Java projects.
This build creates a client-server application which is distributed as 2 archives. First, there is a client
ZIP which includes an API JAR, which a 3rd party application would compile against, and a client runtime. Then,
there is a server WAR which provides a web service.