I want to create a setup using Azure DevOps to build a java jar file in an azure pipeline and publish it into an artifactory in azure. I want these files to be in the maven pom so that they can be downloaded locally and would be available when the pipeline is running. Is it possible to do what I want in azure? If so what is the correct way?