You can have multiple repositories, maven will just try each of them in order and pull the jar back from the first repository that has it.

<http://jakarta.apache.org/turbine/maven/reference/user-guide.html#Using%20Multiple%20Remote%20Repositories>

Henning P. Schmiedehausen wrote:
Jason van Zyl <[EMAIL PROTECTED]> writes:

If it's not happening it's an error. The first time you go to use a
plugin the dependencies should be downloaded. This is different from b7
where the first time you used maven _all_ plugin dependencies were
downloaded.

If you're not getting your plugin deps coming down it might be related
to the transitive plugin dependency problem. What isn't working for you?

I know what the problem is and I will try to get it fixed soon and try
to release a beta-9 next week.

Is it possible to have a different repository for the plugin related
jars than for my project related jars.

I really like to be able to rm -rf ~/javalibs/maven and have my
project pull down all its jars for a clean build even if my remote repo
does not have all of the jars needed by the plugins.

	Regards
		Henning


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to