Hi Carlos,

"Carlos Sanchez" <[EMAIL PROTECTED]> writes:

> You can set the property in the top level project' maven.xml so it's
> inherited by the subprojects
>
> <j:set
> var="maven.repo.remote">http://www.ibiblio.org/maven,http://oness.sourceforg
> e.net/maven</j:set>

Hmm, from my experience failed dependencies are loaded *before* any
maven.xml is executed. So setting maven.repo.remote in maven.xml
doesn't have any effect.

Furthermore, it seems that the subproject's maven.xml ist executed
before the parent's one, which is a bit counterintuitive if one
compare to Java's inheritance mechanism.

However as I just found out, it seems that in RC3 property inheritance
will be possible: http://jira.codehaus.org/secure/ViewIssue.jspa?id=10073

I just have a look at it ....
-- 
                                                        ...roland huss
                                                             consol.de


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

Reply via email to