Closed ArneFeys closed 5 years ago
This image serves the purpose of providing a mta build environment. It does not serve the purpose of pre-shipping specific dependencies of applications.
Would it be possible for you to use a maven repository during the build that contains the artifact that you are trying to use? That would feel to me like a more natural approach. You could also perform the mvn install:install
from a local file before conducting your mta build.
Thank you for your reply. We have decided to go with installing the ngdbc dependency just before each build. In the future we are looking to use a local maven repository. Thank you!
When using the mta archive builder, I need to add following dependency to the image manually:
mvn install:install-file -Dfile="~/ngdbc-2.3.48.jar" -DgroupId="local.drivers" -DartifactId="ngdbc" -Dversion="2.3.48" -Dpackaging="jar"
Would it be possible to include it in the image? Thank you.