Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/forge/intellij-idea-plugin
JBoss Forge IntelliJ IDEA Plugin
https://github.com/forge/intellij-idea-plugin
forge idea-plugin java jboss-forge
Last synced: about 1 month ago
JSON representation
JBoss Forge IntelliJ IDEA Plugin
- Host: GitHub
- URL: https://github.com/forge/intellij-idea-plugin
- Owner: forge
- License: epl-1.0
- Created: 2013-04-22T19:49:28.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2023-03-06T15:05:28.000Z (almost 2 years ago)
- Last Synced: 2023-04-14T20:38:14.726Z (over 1 year ago)
- Topics: forge, idea-plugin, java, jboss-forge
- Language: Java
- Homepage: https://plugins.jetbrains.com/plugin/7515-jboss-forge-idea-plugin
- Size: 877 KB
- Stars: 21
- Watchers: 5
- Forks: 8
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# JBoss Forge IntelliJ IDEA Plugin
Published in http://plugins.jetbrains.com/plugin/7515
Provides support for [JBoss Forge](https://forge.jboss.org/) commands and wizards in IntelliJ IDEA.
To show a list of commands press `Ctrl+Alt+4`. On MacOSX, use `Command + Option + 4`.
## Installation
- Using IDE built-in plugin system:
Preferences > Plugins > Marketplace > Search for "JBoss Forge IDEA Plugin" >
Install Plugin- Manually:
Download the [latest release](https://github.com/forge/intellij-idea-plugin/releases/latest) and install it manually using
Preferences > Plugins > ⚙️ > Install plugin from disk...---
This plugin based on the [IntelliJ Platform Plugin Template][template].
[template]: https://github.com/JetBrains/intellij-platform-plugin-template
### JDK Version
This plugin should work with *JDK 11* and above.
### Building
This plugin uses Gradle as the build tool and the Intellij Gradle plugin.
### Releasing
The release is performed using GitHub Actions. Once any changes are committed to the master branch, [a changelog and a release draft are created](https://github.com/forge/intellij-idea-plugin/releases).
Once the release is marked as published, the plugin is published to the [Intellij Plugins repository](https://plugins.jetbrains.com/plugin/7515-jboss-forge-idea-plugin/)