Maven High memory usage (12G) and big dependencyManagement section (4000 entry)

2019-01-17 Thread Canivet, Guillaume
Hi, Here is my... probleme... I have a root aggregator with a large amount of modules. (around 1600 modules ) All module have the same parent (1.0). That parent is importing a pom (1.0) with a huge dependencyManagement section (4000 entries). When doing a mvn install (on the root aggregator)

Re: Generate SonarQube analysis files

2019-01-17 Thread David Karr
On Wed, Jan 16, 2019 at 11:31 PM Vega CastaƱeda, Javier < javier.vega-castan...@capgemini.com> wrote: > Hello, > > I have set up a CI project with Eclipse, Jenkis, Git, Maven, Sonar and > Nexus.The idea is that files are generated from the sonar analysis as part > of the build to be able to proces

Maven: verify goal does not open up a browser in Automation Testing

2019-01-17 Thread WONG, Ka Chon
I'm using eclipse to create a run configuration mvn verify and it does not open a browser. I include the maven-failsafe-plugin and maven-compiler-plugin > > org.apache.maven.plugins > maven-failsafe-plugin > 3.0.0-M3 > > > > integration-tes