So basically for M2 you are saying there is no way to specify a dependency on a jar outside of the repo? In which case, all the eclipse plugins I depend on must be copied from an eclipse installation into the repo. Then the jars would need to be renamed to replace the underscore with a "-". Are there any other alternatives?

Thanks again for all your help.

Brett Porter wrote:
No, m2 does not allow jar overrides. Version based overrides can be
achived by plugin <dependencyManagement>, and file based overrides
should be put into the repository.

- Brett

On 8/29/05, Sachin Patel <[EMAIL PROTECTED]> wrote:
Is the property maven.jar.override applicable for M2? If so how is it
specified? Through <properties> ? If so, it wasn't clear to me in the
documentation, nor could I find examples of <properties> being defined
in M2 POMs.

Is this the correct way to define them?

<properties>
    <myprop>value</myprop>
</properties>

Thanks.

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



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



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

Reply via email to