Re: Maven builds stalling on Bitbucket

2019-01-15 Thread Sander Verhagen
Michael "et al", At this point I want to thank you very much for great work on this issue. I removed the other hacks from my build configuration, and now have it running with the newer version. I have not seen the error for a while. It took me a while and some unease to bring me to that

Re: Problem with running Spring Integration Tests with mvn verify

2019-01-15 Thread Guang Chao
On Sun, Jan 6, 2019 at 11:36 PM Aleksandar Tokarev wrote: > I am having a Spring Boot application with around ~500 Tests (Unit and > mostly Integration). > > When i start running the tests in IntelliJ with second click -> Run all > Tests - tests run in around 10-15mins. > > When i try to run the

Re: Problem with running Spring Integration Tests with mvn verify

2019-01-15 Thread Robert Kleinschmager
I was wrong with this - as Mikael stated, try 1 true or even 0 true > Am 13.01.2019 um 13:17 schrieb Robert Kleinschmager > : > > Your configuration looks fine for your task, but I’m sorry - I have no hint, > why IntelliJ is faster. > > At first: it depends on, how your 500 Tests are

Problems with dependency-plugin + Mockito + Java 11

2019-01-15 Thread Andrew Todd
Hi, I'm wondering if anyone else has found a solution to this problem. I use the maven-dependency-plugin's analyze-only goal to look issues in my dependency tree. https://maven.apache.org/plugins/maven-dependency-plugin/analyze-only-mojo.html When I started using Java 11, I had to override the

Include 'site' output in deployed javadoc jar

2019-01-15 Thread steve . gillam
Project where class's API is partially defined by the DTD of the XML it loads. Documentation relating to the DTD is currently held in HTML and loaded/referenced (from the class's JavaDoc) via src/main/javadoc/resources. I would like to switch to generating those resources, for which the 'site'

Re: Problem with running Spring Integration Tests with mvn verify

2019-01-15 Thread Mikael Åsberg
Is your surefire set up to a fork a new VM for each testclass whereas intellij reuses? On Tue, Jan 15, 2019, 07:56 a.tokare...@gmail.com > > On 2019/01/13 12:17:14, Robert Kleinschmager > wrote: > > Your configuration looks fine for your task, but I’m sorry - I have no > hint, why IntelliJ is