-
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.
- Loading branch information
Showing
5 changed files
with
170 additions
and
1 deletion.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
language: java | ||
dist: trusty | ||
|
||
jdk: | ||
- openjdk8 | ||
|
||
env: | ||
global: | ||
- secure: "JLkprrye0JGRJSGd6MhMjwNGySi74ePg/9tvnLwm+fXY0NPS+WEuMd5Hud6YMwMicfqgD1fQFKdGeNxzdmuUJFcwSwEo94Kp6APtwab2+TrX2gEJq0GXZBcC7lIOVFmHKotjjFgG20X7OFcQZHFLA0U+mYjuFZHVheyOXyysAwQwROHGqQdBVdcjUfdEOXS1aMAAMPTeqUDMOVsQlJRFj9oeGQr7+xw0Gq8EayhDgKPxek7/gY5IFTnt2srDV9nXO7U1WkaZ93I6FF8lifwR1bN4hrhTc5OlsfF784mfqvSE4YgQp84fsodqgYpLghxYatlNgDmpRVu470MOTP24YyBWKexbcrkZaj5taDntnYaNHCMItXtiAVR85kOWreXPJug312kBPxoVihF5ZVchol4+cpctN4QVRWDEcblgltSUwsBGdYFb61e806jMnO65amSOsZob111OiHUQC3koYCZ6XELIAhL3G3olY5xQoqwlz/iOIcZVz4LjJQFzy89Uy0c0s4oueZfgODzPYS6gW5y6Vn0bhEC1HU3vjrDaFBIsIQooW0uGVg+alpy+zlZa9Z5jRSBgO6ueiF1H2hB6PqccIyzX1I4IylYM4QUE7gzTcOreuWcEadVayZGgnzU78PMJ2AJiQI+BhqWV9K9ONWyoMU8YTESjlVzTTAHC0nY=" | ||
- secure: "Q0w25AM0poCqlW1crkx0ogUAB5k2K1dd0+h3xlWJ7fhAR+f5/P5Y/sEI7Fho48Xd+OuKFcX2DMZCuWoZH/Z2iKvd7FJPi2HfSpEriP4RFaALsDgWfspUJYAo+atRucYh37T7/52Sdatx5cKKoPbf5K7c3mcJTOENMZRIyTjRmBTS127tSPc/vyrDIJ7S1VvT5cJUVgeyMwtteAica56fNYEYMNSH529Imb9vlsFqhnHBlb4NEKAeVA/ueTCKTvbAuDa4PYYLGO8Fzbj2rxveDTqMaU+tCZvhC5HK27eOCR5V1xLrKAlSDF+4x/AiTncdxK+k8gg5sISWiHG8RxXfvX7BMtitrqEAZFa08P7Mnnvu/an5ZYziM1kRpeVEWJF4nRs6VylA5/n0ODKf7rRx0OAlRroNsoSI7wEOU+NHX7q6QkDzM/Z+SNzVfif2j0ZjKHLtCbC5vY9If7LDz2Bhpx2kxQpcnW1UqaHhH20azm6ny7cryAggbCpFF2hQfF7smNZi0pPmso0kPksmURdOgP1FypGxhSL8qCJAkdTs/Z/7sZfr4d9BhjbY2QNusp90M39A+zUqgv7W+UScm777tcQLbD+KmP0BTpvdPsuPYYQdbyL6E7TaC/6MFPUtU9XfkEbaKBIwDKaqMyfdx/+AmILTr1EyMPLxgmBMWsFkHD8=" | ||
- secure: "NpoOuMuMjimDVl2ugl+YPFN92+TweeJwYzgtHIybCgzhpuRKoi0qRLYpv99byMhNLHF06aNkZtzehKEGa7EJH4JNCTGqxjuDOgSg/Aa3Nq/BOrAZ09QKRWqGIRrHLgd277dP27CqpREM6k3LL0SQhXgeKaW6CfLvEI6ddxMlfL42Q9L88bcI4oQYafqUBsqbVNo6nb0STyrW/6JrQ2QqAUoZEZRMIcmk5JCRZG/55azfQ0zG82EUMUiu5ub0A+QfNh4Toun/jo9Kk7FUuGeoV6mFExi46C+0kGFjAf2JPGzXqzGKaoyWu5hdyIlB5oGViO4BkDvp/oxR2p4N5bxRJm7/QnJ6ij/UeZ5sknCULwOWzp5Oukaonsg+mqYQZBws0XmzFKuuQCp7DugFBGYFmNDUpchvgfOBesc4/etiRcserIYzFjHoDNr0yNoQn5LSJEtL2rvpt4TfKF7BbYY5+UeqrOR+nhF7WrE7uwTei5IdFQdcuLdOGgB1POGh5aWVHOSbSKhcRQWlhfO9hQha76fn8gzn/EJ/pwuNp8U7UyDCUqyW4Of8jN6ncBpDwayDGzR06ZicAE0n5Psxd69Dh2tukCA3tm0VCWYMj6eEqNNJWvfNd1Vji55AQTjkKQ+M60OyJP58Kmm6a8xfdB/EeBYHNS9JEanXO7JJwgBUvxM=" | ||
|
||
cache: | ||
directories: | ||
- "$HOME/.m2" | ||
|
||
install: mvn clean install -DskipTests=true -V -U | ||
script: mvn test | ||
|
||
after_success: | ||
# Deploy to OSSHR | ||
- if [[ $TRAVIS_PULL_REQUEST == "false" && ($TRAVIS_BRANCH == "master" || $TRAVIS_TAG) ]]; then | ||
openssl aes-256-cbc -K $encrypted_f0ab9142a6a6_key -iv $encrypted_f0ab9142a6a6_iv -in gpg.tar.gz.enc -out gpg.tar.gz -d; | ||
tar xvf gpg.tar.gz; | ||
mvn source:jar javadoc:jar deploy -Pdeploy -DskipTests=true --settings ./settings.xml; | ||
fi |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,116 @@ | ||
# Contributing to KumuluzEE JCache | ||
|
||
♥ [KumuluzEE JCache](https://github.com/kumuluz/kumuluzee-jcache) and want to get involved? | ||
Thanks! There are plenty of ways you can help! | ||
|
||
## Bugs | ||
|
||
A bug is a _demonstrable problem_ that is caused by the code in the | ||
repository. Good bug reports are extremely helpful - thank you! | ||
|
||
Guidelines for bug reports: | ||
|
||
1. **Use the GitHub issue search** — check if the issue has already been | ||
reported. | ||
|
||
2. **Check if the issue has been fixed** — try to reproduce it using the | ||
latest `master` branch in the repository. | ||
|
||
3. **Isolate the problem** — ideally create a [reduced test | ||
case](http://css-tricks.com/6263-reduced-test-cases/) and a live example. | ||
|
||
A good bug report shouldn't leave others needing to chase you up for more | ||
information. Please try to be as detailed as possible in your report. What is | ||
your environment? What steps will reproduce the issue? What OS versions | ||
experience the problem? What would you expect to be the outcome? All these | ||
details will help people to fix any potential bugs. | ||
|
||
Example: | ||
|
||
> Short and descriptive example bug report title | ||
> | ||
> A summary of the issue and the OS environment in which it occurs. If | ||
> suitable, include the steps required to reproduce the bug. | ||
> | ||
> 1. This is the first step | ||
> 2. This is the second step | ||
> 3. Further steps, etc. | ||
> | ||
> `<url>` (a link to the reduced test case) | ||
> | ||
> Any other information you want to share that is relevant to the issue being | ||
> reported. This might include the lines of code that you have identified as | ||
> causing the bug, and potential solutions (and your opinions on their | ||
> merits). | ||
**[File a bug report](https://github.com/kumuluz/kumuluzee-jcache/issues/)** | ||
|
||
|
||
## Pull requests | ||
|
||
Good pull requests - patches, improvements, new features - are a fantastic | ||
help. They should remain focused in scope and avoid containing unrelated | ||
commits. If your contribution involves a significant amount of work or substantial | ||
changes to any part of the project, please open an issue to discuss it first. | ||
|
||
Make sure to adhere to the coding conventions used throughout a project | ||
(indentation, accurate comments, etc.). Please update any documentation that is | ||
relevant to the change you're making. | ||
|
||
Please follow this process; it's the best way to get your work included in the | ||
project: | ||
|
||
1. [Fork](http://help.github.com/fork-a-repo/) the project, clone your fork, | ||
and configure the remotes: | ||
|
||
```bash | ||
# Clones your fork of the repo into the current directory in terminal | ||
git clone https://github.com/<your-username>/kumuluzee-jcache.git | ||
# Navigate to the newly cloned directory | ||
cd kumuluzee-jcache | ||
# Assigns the original repo to a remote called "upstream" | ||
git remote add upstream https://github.com/kumuluz/kumuluzee-jcache.git | ||
``` | ||
|
||
2. If you cloned a while ago, get the latest changes from upstream: | ||
|
||
```bash | ||
git checkout master | ||
git pull upstream master | ||
``` | ||
|
||
3. Create a new topic branch to contain your feature, change, or fix: | ||
|
||
```bash | ||
git checkout -b <topic-branch-name> | ||
``` | ||
|
||
4. Commit your changes in logical chunks. Please adhere to these [git commit | ||
message | ||
guidelines](http://tbaggery.com/2008/04/19/a-note-about-git-commit-messages.html) | ||
or your pull request is unlikely be merged into the main project. Use git's | ||
[interactive rebase](https://help.github.com/articles/interactive-rebase) | ||
feature to tidy up your commits before making them public. | ||
|
||
5. Locally merge (or rebase) the upstream development branch into your topic branch: | ||
|
||
```bash | ||
git pull [--rebase] upstream master | ||
``` | ||
|
||
6. Push your topic branch up to your fork: | ||
|
||
```bash | ||
git push origin <topic-branch-name> | ||
``` | ||
|
||
10. [Open a Pull Request](https://help.github.com/articles/using-pull-requests) with a | ||
clear title and description. | ||
|
||
|
||
## Do not… | ||
|
||
Please **do not** use the issue tracker for personal support requests. | ||
|
||
Please **do not** derail or troll issues. Keep the | ||
discussion on topic and respect the opinions of others. |
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
Binary file not shown.
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