camunda-community-hub / camunda-platform-7-custom-batch

using the camunda batch execution for custom batch runs
Apache License 2.0
29 stars 11 forks source link

No access to ee repository #19

Closed p-wunderlich closed 6 years ago

p-wunderlich commented 6 years ago

Hi,

currently the travis build fails because I've an example which uses the ee version of the cockpit. (No worries, there is no checked in license file)

It looks like that the project is not correctly configured to have access to the ee repository. How can we fix this?

Cheers, Patrick

p-wunderlich commented 6 years ago

Or maybe @menski has some idea how to fix this?

hawky-4s- commented 6 years ago

The problem is we do not offer EE repo access to community extensions. Maybe excluding the example from the maven build and just linking it in the docs might make more sense?

p-wunderlich commented 6 years ago

Ok, would also be ok, I just did it, thanks!