fredhopper / hybris-connector

Fredhopper / Hybris connector
Apache License 2.0
5 stars 7 forks source link

Remove jar files #6

Open zeridon opened 7 years ago

zeridon commented 7 years ago

Jar files are a binary artifacts that can be generated. As such they should not be in VCS. Proper build system that will pull them from well known locations (and do dependency resolution) is preferred.

mau-fyayc commented 7 years ago

@zeridon: This is the SAP Hybris' standard way of dealing with Jar files. The platform does not offer yet a dependency resolution mechanism.

zeridon commented 7 years ago

What about fredhoppersearch/lib/fredhoppercore-1.0.0.jar will this be rebuilt if it changes. How does the dependencies propagate?