On Thu, Dec 6, 2018 at 9:46 AM Ullrich Hafner <[email protected]> wrote: > Has someone a tip on how to run Jenkins integration tests in IntelliJ that > use snapshot dependencies?
I do not use IntelliJ, but others do. As a general, make sure you mvn -f ../analysis-model-api-plugin -DskipTests clean install first. Regarding Incrementals: yes this is very useful for making sure that CI builds are reproducible, but you will still want to use snapshot dependencies temporarily while developing coördinated changes prior to commit. -- You received this message because you are subscribed to the Google Groups "Jenkins Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-dev/CANfRfr2xLq%2Bkjfc9nNh0NNpUgxuPSaDF-szZDy41ymJzub4AAw%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
