Some advice for starting out with Maven.

http://blog.artifact-software.com/tech/?p=177

Setup a Maven repo usining one of the free repo packages.

Then you just proxy whatever external repos you need and put your artifacts in hosted repos . These are tied into a virtual repo that your settings.xml references as a single to get whatever it needs regardless of where it comes from.

PLug-ins and artifacts are separate types of things but are all handled through a maven Repo configuration.

Even if you are a one person shop and install it on your PC, it will save you grief and when you are ready to implement maven for a team, you already have the setup in place and you know how to use maven properly.

We use Sonatype's community version and it is excellent. There are 2 other repository packages that are commonly used as well.


Ron


On 02/12/2013 7:09 AM, enrique bernal ruiz 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!!



--
Ron Wheeler
President
Artifact Software Inc
email: [email protected]
skype: ronaldmwheeler
phone: 866-970-2435, ext 102


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to