Skip to content
This repository has been archived by the owner on Jun 11, 2024. It is now read-only.

Deploy with maven #23

Open
wapaula opened this issue Oct 25, 2023 · 1 comment
Open

Deploy with maven #23

wapaula opened this issue Oct 25, 2023 · 1 comment

Comments

@wapaula
Copy link

wapaula commented Oct 25, 2023

Hello friend, first of all thanks for that project.

My problem is that I can't deploy my project with apm plugin with azure devops pipeline, Im getting errors dependencies. I didn't find the mule4-agent in any repository then I supose that is the problem. Do you have any idea what I should do?

@michaelhyatt
Copy link
Owner

Hey, I am not too familiar with Azure devops, but you will need to make the jar file available for maven to pick it up from somewhere. This is how you can install the local dependency, I am guessing there is a way to add additional jar files for Azure devops to pick them up:

mvn install:install-file -Dfile=<path-to-file> -DgroupId=co.elastic.apm \
    -DartifactId=apm-mule4-agent -Dversion=x.yy.zzz -Dpackaging=jar

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants