Skip to content

Conversation

@scmbuildguy
Copy link

  • 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.

- 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.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Mark, can you wrap this in a whenReady closure?

gradle.taskGraph.whenReady({ graph -> 
   ...
}

That will avoid potential ordering problems...

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done

Mark Bretl added 2 commits May 4, 2015 15:44
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.
rvs pushed a commit to rvs/incubator-geode that referenced this pull request May 9, 2015
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
@asfgit asfgit closed this in 748c451 May 11, 2015
galen-pivotal pushed a commit to galen-pivotal/geode that referenced this pull request Mar 22, 2017
Use DLockService to avoid concurrency errors.
jhuynh1 added a commit to jhuynh1/geode that referenced this pull request Jun 23, 2020
bschuchardt pushed a commit to bschuchardt/geode that referenced this pull request Jul 10, 2020
@bschuchardt bschuchardt mentioned this pull request Feb 9, 2021
2 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants