Re: New (unofficial) Maven Plugin: Go Offline Maven Plugin

2018-10-17 Thread Andreas Janning
annotationProcessorPaths are currently not taken into account. I will try to add them in the next version Am Mi., 17. Okt. 2018 um 14:06 Uhr schrieb Thomas Broyer : > How about, say, maven-compiler-plugin's annotationProcessorPaths? > > Le mer. 17 oct. 2018 12:29, Andreas Janning a > écrit : >

Re: New (unofficial) Maven Plugin: Go Offline Maven Plugin

2018-10-17 Thread Thomas Broyer
How about, say, maven-compiler-plugin's annotationProcessorPaths? Le mer. 17 oct. 2018 12:29, Andreas Janning a écrit : > Hello maven users, > > I have just released a new open source maven plugin: The Go Offline Maven > Plugin. > > It can be used to download all dependencies and plugins

Re: New (unofficial) Maven Plugin: Go Offline Maven Plugin

2018-10-17 Thread Andreas Janning
Just tested it with the example project you provided ( https://github.com/ptahchiev/MDEP-516) and it works :) One of the main goals of this project was to make go-offline work with multi-module projects Ragards, Andreas Janning Am Mi., 17. Okt. 2018 um 13:09 Uhr schrieb Petar Tahchiev <

Re: New (unofficial) Maven Plugin: Go Offline Maven Plugin

2018-10-17 Thread Petar Tahchiev
We have a issue with the dependencies plugin open for a long time: https://issues.apache.org/jira/browse/MDEP-516 I would be interested to test if your plugin has the same issue or actually works :) На ср, 17.10.2018 г. в 13:58 ч. Oliver B. Fischer написа: > Sounds great. I will test it! > >

Re: New (unofficial) Maven Plugin: Go Offline Maven Plugin

2018-10-17 Thread Oliver B. Fischer
Sounds great. I will test it! Am 17.10.18 um 12:28 schrieb Andreas Janning: Hello maven users, I have just released a new open source maven plugin: The Go Offline Maven Plugin. It can be used to download all dependencies and plugins required in a Maven build, so the build can be run without

New (unofficial) Maven Plugin: Go Offline Maven Plugin

2018-10-17 Thread Andreas Janning
Hello maven users, I have just released a new open source maven plugin: The Go Offline Maven Plugin. It can be used to download all dependencies and plugins required in a Maven build, so the build can be run without an internet connection afterwards. This is especially relevant with modern