Back

Explore Courses Blog Tutorials Interview Questions
0 votes
2 views
in Azure by (13.1k points)

I was trying to run mvn package using a file called pom.xml. But, it is throwing an error:

Execution package-functions of goal com.microsoft.azure:azure-functions-maven-plugin:0.1.10:package failed: A required class was missing while executing com.microsoft.azure:azure-functions-maven-plugin:0.1.10:package: org/jdom2/filter/Filter

Can anyone help me why this shows up?

1 Answer

0 votes
by (26.7k points)
edited by

In able to remove the error you have to first go with maven-shade-plugin and after that, go for implementing azure-functions-maven-plugin.

I hope this will work.

Want to become an Azure expert? join azure certification now!!

Browse Categories

...