forked from apache/geode
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
GEODE-19. Support for creating Maven distribution (closes apache#1)
Support for creating Maven distribution - Modified groupId to 'org.apache.geode' - Modified distribution name to 'apache-geode' - Modified version to include 'incubating' - Updated README.md and RUNNING.txt with new directory name - Added 'maven-publish' plugin for creating Maven distribution Create Maven distribution: clean build publish Install artifacts to local Maven repo: publishToMavenLocal Tested by using Maven artifacts in a sample application which created a cache. Wrap Tar properties in whenReady closure In a pull request, @metatype suggested to use a whenReady closure. The Tar properties are now wrapped in whenReady closure to prevent potential ordering issues. Fix to only include copying spring-data-gemfire from provided configuration
- Loading branch information
Showing
5 changed files
with
103 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters