This should be simple but can’t figure it out. I have a web project that is built using Maven and will be deployed on a JBOSS-EAP 5.1 server. What do I add to my pom.xml so that Maven has access to the JBOSS EAP libraries at build time?
Is there a particular dependency or plugin I can use?
AFAIK this is a feature for EAP 6, and experimental even at that. See more information from here and here:
So no, I don’t think such repository exists for Jboss EAP 5.X.
This means that in practice you have the following choices, from most recommended to the least:
It shouldn’t be too hard to just store the libraries on your intranet repository and use that. Having an intranet repo for developers is a best practice you should be using anyway.