Re: Purging local repository in install phase

2017-02-23 Thread Claus Ibsen
I have some scripts I can run from time to time to delete old and snapshot stuff from local m2 repo https://gist.github.com/davsclaus/25a01789bb4612af676da0895c6b18ab https://gist.github.com/davsclaus/fa2e7c73a8a697c63dde63ca0d8be59a On Thu, Feb 23, 2017 at 10:01 AM, Zoran Regvart wrote: > Hi C

Re: Purging local repository in install phase

2017-02-23 Thread Zoran Regvart
Hi Claus, tanks for the reply, this is exactly why I'm asking, I don't want to break anyone's workflow, On Thu, Feb 23, 2017 at 9:18 AM, Claus Ibsen wrote: > I do like that I can branch to an older branch and just build a module > like camel-hazelcast and it downloads the other SNAPSHOTS from mav

Re: Purging local repository in install phase

2017-02-23 Thread Claus Ibsen
Hi I do like that I can branch to an older branch and just build a module like camel-hazelcast and it downloads the other SNAPSHOTS from maven, such as camel-core etc. Otherwise I would need to rebuild the entire source tree. Isn't it possible to run some command from the command line using maven