Code Monkey home page Code Monkey logo

hybris-maven-plugin's Introduction

Build Status Dependency Status Issue Stats Issue Stats codecov codebeat badge

OpenHub

Hybris Maven Plugin

This maven plugin aims for allowing the hybris commerce suite to be build to java archive files. It converts a given hybris installation to a maven project. It allows for compiling extensions into separate modules for better dependency management of the classes of the hybris commerce suite and better maintainability of its source code. In the end it should also be possible to build a hybris installation on a dedicated build server by simply typing mvn hybris:install and copying the resulting class files to the productive system.

ATTENTION This plugin is currently WiP, not stable and not recommended for productive use! The only tested version is 5.5.1.1

Motivation

Currently Hybris is written for eclipse developers and is hard to be imported into other IDEs. With maven your are able to easily import projects into all bigger IDEs (Intellij, Netbeans, Eclipse, etc.) because of their quite good maven integration. Maven allows for automatic dependency management, so you do not have to find dependencies of your hybris plugins by trial and error. Also maven gives you good support while the life cycle of your project.

In detail

First it determines the version of the hybris installation and then disassembles and restructures the sources and resources of the suite in a temporary folder. After that, it calls the hybris build tools for preparing the build of the hybris suite, before it runs the actual build process and installs the reactor build. Basing on the resulting hybris artifacts in your local maven repository you can develop your custom extenions before building and deploying your hybris installation.

Links

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.