Skip to content
This repository has been archived by the owner on Jun 9, 2021. It is now read-only.

Commit

Permalink
Correct typo and add required JDK version
Browse files Browse the repository at this point in the history
  • Loading branch information
raimana committed Apr 1, 2015
1 parent fbb9f0f commit 68df953
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Pull Request Notifier for Stash [![Build Status](https://travis-ci.org/tomasbjerre/pull-request-notifier-for-stash.svg?branch=master)](https://travis-ci.org/tomasbjerre/pull-request-notifier-for-stash)
A plugin for Atlassian Stash that can notfy other systems on events regarding pull requests.
A plugin for Atlassian Stash that can notify other systems on events regarding pull requests.

It can, for example, trigger a build in Jenkins. Parameterized Jenkins jobs can be triggered remotely via:
```
Expand All @@ -20,11 +20,11 @@ The Pull Request Notifier for Stash can
* Authenticate with HTTP BASIC authentication.

## Developer instructions
You will need Atlas SDK to compile the code.
### Prerequisites
- Atlas SDK [(installation instructions)](https://developer.atlassian.com/docs/getting-started/set-up-the-atlassian-plugin-sdk-and-build-a-project).
- JDK 1.8

https://developer.atlassian.com/docs/getting-started/set-up-the-atlassian-plugin-sdk-and-build-a-project

You can generate Eclipse project:
Generate Eclipse project:
```
atlas-compile eclipse:eclipse
```
Expand All @@ -40,9 +40,7 @@ export MAVEN_OPTS=-Dplugin.resource.directories=`pwd`/src/main/resources
atlas-run
```

Make a release:

https://developer.atlassian.com/docs/common-coding-tasks/development-cycle/packaging-and-releasing-your-plugin
Make a release [(detailed instructions)](https://developer.atlassian.com/docs/common-coding-tasks/development-cycle/packaging-and-releasing-your-plugin):
```
mvn release:prepare
mvn release:perform
Expand Down

0 comments on commit 68df953

Please sign in to comment.