Adding nexus repository to my pom.xml
Hi everyone,
We have a use case, ie, we want to store one of our maven AEM project artifacts when ever we build it automatically gets store in to Nexus repository and from there if we want to access this project we would use it by adding dependency in the pom.
So, now how can I add my project to nexus repository to get store project artifacts when ever build happens and how can I point to the nexus repository from my pom file ?
Thanks