-
Hello Team, We are including a commercial version of .jar package (Transaction manager) via classpath. We cannot build a build packer for this commercial product. How to include these using the buildpacks? We can use the maven plugin to read the file from a src location, how will the buildpack detect and add the dependency to the image? Do buildpacks offer any specific plugin to include the mandatory dependencies from a remote source location? Thanks, |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
There are multiple buildpack providers that may or may not support the functionality you desire. Here's a list of suggested buildpack providers (alphabetical): If need be, you could always create your own buildpack. |
Beta Was this translation helpful? Give feedback.
There are multiple buildpack providers that may or may not support the functionality you desire. Here's a list of suggested buildpack providers (alphabetical):
If need be, you could always create your own buildpack.