Search code examples
eclipsemavenmaven-pluginanypoint-studiomulesoft

Maven Set up "Library not available" error in AnyPoint studio


I'm trying to install maven in Anypoint Studio I have followed all the steps in How to Configure Maven With Mule AnyPoint Studio.

After all the steps I can see the JAR files are not getting downloaded into the .m2 repository created in user file hence following error saying:

Error in libraries build path:

Error in libraries build path]

error throwing in the console]

I'm not sure what i'm missing here


Solution

  • I have added Profile to the settings.xml Please refer this link to know how to add profile

    After that my issue is resolved