https://github.com/jcabi/jcabi-heroku-maven-plugin
Maven Plugin for Deploying to Heroku
https://github.com/jcabi/jcabi-heroku-maven-plugin
Last synced: 3 months ago
JSON representation
Maven Plugin for Deploying to Heroku
- Host: GitHub
- URL: https://github.com/jcabi/jcabi-heroku-maven-plugin
- Owner: jcabi
- License: other
- Created: 2013-09-04T13:29:14.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2025-06-06T15:32:33.000Z (4 months ago)
- Last Synced: 2025-06-07T20:44:01.545Z (4 months ago)
- Language: Java
- Homepage: http://heroku.jcabi.com/
- Size: 392 KB
- Stars: 8
- Watchers: 4
- Forks: 6
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
[](https://www.elegantobjects.org)
[](https://www.0crat.com/p/C3RUBL5H9)
[](http://www.rultor.com/p/jcabi/jcabi-heroku-maven-plugin)[](https://travis-ci.org/jcabi/jcabi-heroku-maven-plugin)
[](http://www.0pdd.com/p?name=jcabi/jcabi-heroku-maven-plugin)
[](https://maven-badges.herokuapp.com/maven-central/com.jcabi/jcabi-heroku-maven-plugin)
[](http://www.javadoc.io/doc/com.jcabi/jcabi-heroku-maven-plugin)More details are here: [heroku.jcabi.com](http://heroku.jcabi.com/index.html)
## Questions?
If you have any questions about the framework, or something doesn't work as expected,
please [submit an issue here](https://github.com/jcabi/jcabi-heroku-maven-plugin/issues/new).## How to contribute?
Fork the repository, make changes, submit a pull request.
We promise to review your changes same day and apply to
the `master` branch, if they look correct.Please run Maven build before submitting a pull request:
```
$ mvn clean install -Pqulice
```