I am pretty sure this needs to go into the ivy.xml in lucene proper
On 30/03/12 13:46, Dawid Weiss wrote:
Ah, that's what I was looking for. But where do I put it? Can we set
it globally in Lucene so that others (who have .m2 repos) can make
immediate use of their preloaded artefacts?
D.
On Fri, Mar 30, 2012 at 10:44 PM, Greg Bowyer<[email protected]> wrote:
You can get ivy to treat the local maven repo as a resolver host I think the
required config is along the lines of
---- %< ----
<resolvers>
<filesystem name="local-maven-2" m2compatible="true" force="false"
local="true">
<artifact
pattern="${gerald.repo.dir}/[organisation]/[module]/[revision]/[module]-[revision].[ext]"/>
<ivy
pattern="${gerald.repo.dir}/[organisation]/[module]/[revision]/[module]-[revision].pom"/>
</filesystem>
</resolvers>
...
</settings>
<chain name="whatever" dual="true"
checkmodified="true" changingPattern=".*SNAPSHOT">
<resolver ref="local-maven-2"/>
<resolver ref="apache-snapshot"/>
<resolver ref="maven2"/>
...
</chain>
---->% ----
-- Greg
On 30/03/12 13:27, Dawid Weiss wrote:
But honestly, i have no idea how ivy works. its just like ant to me. i
just hack and hack and hack until it works.
You're a live randomized solver!
Dawid
---------------------------------------------------------------------
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]