The simplest solution is to add it to your pom.xml. However, there are scenarios when this will not work and is not the best solution.
We need a lot more info to help you decide which is the most appropriate solution for you. Also, you would probably fins a lot of info if you google "maven add plugin repository" or similar. /Anders On Mon, Dec 2, 2013 at 1:09 PM, enrique bernal ruiz <[email protected]>wrote: > How can I do that? > Do i have to edit settings.xml? also edit pom.xml? How can I do that? > > Thanks! > > > 2013/12/2 Anders Hammar <[email protected]> > > > Yes, you can configure/instruct Maven to use more than one repository. > > > > /Anders > > > > > > On Mon, Dec 2, 2013 at 12:55 PM, enrique bernal ruiz > > <[email protected]>wrote: > > > > > Hello all, > > > > > > I am novice using maven and I have some doubts. > > > Is it possible to execute plugins, which are stored in diferent > places? > > > I have some plugins stored in my PC and I would like to use some > plugins > > > from the apache maven repossitory but I can not put all plugins > together > > > in the same place. Is possible to execute some plugins from my > repository > > > and some of them from other repossitory? > > > > > > Thanks!! > > > > > >
