Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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 join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants