Hi,
is there a way or plans to mavenize the whole hybris suite?
The preferred soloution should replace all ant stuff by maven such the dependency management, deployments and local tomcat startup (by tomcat plugin).
A major benefit of this could also be a better non-Ee IDE (IntelliJ IDEA, NetBeans) integration of hybris when its done like other maven projects.
Thanks
Please have a look at https://github.com/klaushauschild1984/hybris-maven-plugin
It needs contribution!
If there is no suitable way, maybe the community should provide someone. The plan could be to implement a maven plugin with two main features:
convert a hybris suite package dowloaded from the hybris wiki to maven artifacts and install them to the local repository
support the build of your custom extensions embedded in the hybris platform (providing dependencies, archetypes and build support for running the hybris services)
I know, there are tons of tasks to do, but this is the basic idea. Any other sugestions? Maybe there could be some benefit from https://bitbucket.org/AlexanderBartash/impex-editor-intellij-idea-plugin.
You can get some of the functionality using the OOB maven dependency management - see: https://answers.sap.com/questions/12755997/maven-external-dependenciesxml-and-web-modules.html?childToView=12785729#answer-12785729
And use the intellij plugin that Klaus mention.
Add a comment