Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sap/hybris-commerce-eclipse-plugin
A plugin for Eclipse IDE that makes developers more efficient when developing on SAP Hybris Commerce.
https://github.com/sap/hybris-commerce-eclipse-plugin
commerce-cloud eclipse-plugin hacktoberfest open-source
Last synced: about 1 month ago
JSON representation
A plugin for Eclipse IDE that makes developers more efficient when developing on SAP Hybris Commerce.
- Host: GitHub
- URL: https://github.com/sap/hybris-commerce-eclipse-plugin
- Owner: SAP
- License: apache-2.0
- Created: 2016-12-19T16:18:21.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2024-09-19T14:18:32.000Z (about 2 months ago)
- Last Synced: 2024-09-30T06:01:25.867Z (about 2 months ago)
- Topics: commerce-cloud, eclipse-plugin, hacktoberfest, open-source
- Language: Java
- Homepage:
- Size: 117 MB
- Stars: 34
- Watchers: 19
- Forks: 28
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Eclipse Plugin for SAP Commerce
Description
-----------
This Eclipse plugin makes developers more efficient by taking care of some of the common issues of developing with the SAP Commerce Suite. For example, with this plugin it's possible to have a new project workspace quickly configured with all project extensions compiling in minutes rather than hours.![Eclipse](https://img.shields.io/badge/Eclipse-FE7A16.svg?logo=Eclipse&logoColor=white)
[![Join the chat at https://gitter.im/SAP/commerce-eclipse-plugin](https://badges.gitter.im/SAP/commerce-eclipse-plugin.svg)](https://gitter.im/SAP/commerce-eclipse-plugin?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
[![REUSE status](https://api.reuse.software/badge/github.com/SAP/hybris-commerce-eclipse-plugin)](https://api.reuse.software/info/github.com/SAP/hybris-commerce-eclipse-plugin)
[![Contributor Covenant](https://img.shields.io/badge/Contributor_Covenant-1.4-4baaaa)](CODE_OF_CONDUCT.md)Features
-----------
* [Import platform into workspace](docs/importer/importer.md)
* Synchronize extensions with the Hybris Commerce Suite platform including synchronizing libraries and classpaths managed in the platform
* Configure the runtime JVM with optimal settings to run JUnit tests
* Add the JDBC driver to the classpath (required to be able to run JUnit tests)
* Actions to build the platform, ensuring projects are refreshed after the platform has generated files
* Impex editor with type ahead and formatting functionality
* Create working sets from localextensions.xml
* Disable unnecessary extension modules
* Build individual extensions
* [Commerce Bean & Enums Generation Wizard](docs/beangen/beangen.md)
* Type System ValidationRequirements
------------
It is required to install latest Eclipse IDE for plugin. Plugin is backward compatible with IDE at least 6 months old since plugin version release date.Contributing & Code of Conduct
--------------Plugin is released as a open-source project. If you want to contribute to it, can find more information about setup in [Development](docs/dev/development.md) section and in [Code of Conduct](CODE_OF_CONDUCT.md)
Download & Installation
----------
This GitHub repository is for managing the source code of the plugin.To install the plugin visit the [Eclipse Marketplace](https://marketplace.eclipse.org/content/sap-hybris-commerce-development-tools-eclipse) and for up to date documentation, the Application Lifecycle Framework for Commerce: [SAP Commerce development tools for Eclipse](https://wiki.hybris.com/display/hybrisALF/SAP+Hybris+Commerce+development+tools+for+Eclipse).
Compile and Install From Source
-------------------------------
Execute "mvn install" to create an Eclipse local update site archive in com.hybris.hyeclipse.site/target. Import it in Eclipse by going to Help -> Install New Software then click the "Add" buttonKnowledge Database
--------------Please find [Knowledge Database](docs/kb/info.md) which describe solutions for known issues.
Licensing
--------------Please see our [LICENSE](LICENSE) for copyright and license information. Detailed information including third-party components and their licensing/copyright information is available via the [REUSE tool](https://api.reuse.software/info/github.com/SAP/hybris-commerce-eclipse-plugin).
Deprecated Features
-------------------Some features have been already deprecated as there are currently supported by Eclipse functionality, little usage, or just no time to maintenance. More details can be found on [Deprecation List](docs/deprecation/deprecation.md) page.