Re: Maven Plugin that provides alternative repository

2017-10-18 Thread Christoph Laeubrich
So extensions for WorkspaceReader can't be used like described here[1] inside the pom.xml? Does that mean I have to put my extension in the maven classpath to make it work? If I do tis, is it still possible to configure the Extension inside the pom or has it to be done by system-properties? [1]ht

Re: Maven Plugin that provides alternative repository

2017-10-15 Thread Christoph Laeubrich
n and repeat the stepp an each change, thats why I'd like to find a way to use the repro directly. 2017-10-12 18:48 GMT+02:00 Karl Heinz Marbaise : > Hi, > > On 12/10/17 16:28, Christoph Laeubrich wrote: >> >> Hi, >> >> I'd like to create a plugin that gets no

Maven Plugin that provides alternative repository

2017-10-12 Thread Christoph Laeubrich
Hi, I'd like to create a plugin that gets notified if maven tries to download an artifact but does not find it in any of its configured repositories. Is this possible to archive by a maven plugin? If yes what is the best starting point for this? My own search for this have not revelead any useful