GitHub user pivotalbuildguy opened a pull request:
https://github.com/apache/incubator-geode/pull/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.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/pivotalbuildguy/incubator-geode master
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/incubator-geode/pull/1.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #1
----
commit bb6e7baf22398ce477e66e4f5f9c371211503563
Author: Mark Bretl <[email protected]>
Date: 2015-05-04T20:09:36Z
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.
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---