Skip to content

Commit 68ee0cc

Browse files
committed
Add Eclipse Marketplace info
1 parent 6a866dd commit 68ee0cc

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# PMD Eclipse Plugin
22

33
[![Build Status](https://travis-ci.org/pmd/pmd-eclipse-plugin.svg?branch=master)](https://travis-ci.org/pmd/pmd-eclipse-plugin)
4+
[![Eclipse Marketplace](https://img.shields.io/eclipse-marketplace/v/pmd-eclipse-plugin.svg)](https://marketplace.eclipse.org/content/pmd-eclipse-plugin)
45

56
Release Notes: <https://github.com/pmd/pmd-eclipse-plugin/blob/master/ReleaseNotes.md>
67

@@ -9,6 +10,8 @@ Eclipse Update Site:
910
* Releases: <https://dl.bintray.com/pmd/pmd-eclipse-plugin/updates/>
1011
* Snapshots: <https://dl.bintray.com/pmd/pmd-eclipse-plugin/snapshots/updates/>
1112

13+
Marketplace: [![Drag to your running Eclipse* workspace. *Requires Eclipse Marketplace Client](https://marketplace.eclipse.org/sites/all/themes/solstice/public/images/marketplace/btn-install.png)](http://marketplace.eclipse.org/marketplace-client-intro?mpc_install=2755329 "Drag to your running Eclipse* workspace. *Requires Eclipse Marketplace Client")
14+
1215
## How to contribute
1316

1417
You can contribute by testing the latest version, creating bug reports, or even forking
@@ -146,6 +149,13 @@ The release happens in two phases:
146149
git branch -D pmd-eclipse-plugin-rb-$VERSION
147150
git push origin master
148151
git push origin tag $VERSION.$BUILDQUALIFIER
152+
echo
153+
echo
154+
155+
echo
156+
echo Update the marketplace entry with the new version:
157+
echo https://marketplace.eclipse.org/content/pmd-eclipse-plugin
158+
echo
149159

150160
echo Done.
151161

0 commit comments

Comments
 (0)