apache / camel-k

Apache Camel K is a lightweight integration platform, born on Kubernetes, with serverless superpowers
https://camel.apache.org/camel-k
Apache License 2.0
859 stars 344 forks source link

Maven build extensions #2132

Closed viacheslav-fomin-main closed 3 years ago

viacheslav-fomin-main commented 3 years ago

Hello!

I need to get dependencies from AWS s3 bucket serving as a maven repository. To do this I need to add this extension https://github.com/Yleisradio/aws-maven but I could not find a way how it is done in camel K. Is this currently possible? or is there another way to access AWS s3 maven repo?

Thank you in advance!

lburgazzoli commented 3 years ago

We don't have direct support for this but it would be very welcome (relates to https://github.com/apache/camel-k/issues/1227).

If the extension can be configured via maven' settings.xml, then you can follow the instruction there https://github.com/apache/camel-k#configure-maven-settings

viacheslav-fomin-main commented 3 years ago

Thanks! I think we will contribute this.