This seems to be a more question about how Maven works than about JaCoCo, hence might be valuable to ask in Maven user groups. However I believe that order of execution of goals in the same phase is dictated by an order of declarations in POM. Unfortunately I don't have any reference in hands right now as proof.
HTH, Evgeny On Tuesday, January 3, 2017 at 10:18:17 AM UTC+1, [email protected] wrote: > > Hello, all > > I am having two maven plugin binding to same maven post-integration-test > phrase. > > 1. maven-antrun-plugin > 2. maven-dependency-plugin > > In my case 2nd must be run before 1st because of dependencies. > I tried to put 2nd at pre-integration-test phrase, but it will cause some > tricky problem in the integration testing. > > In my case, I always see 1st is executed before 2nd, how can I configure > plugin to make sure 2nd is executed before 1st? > > Or is there any alternative? > > > Thanks in advance. > -- You received this message because you are subscribed to the Google Groups "JaCoCo and EclEmma Users" 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/jacoco/6517beb3-a01d-4777-9b33-675ea9c49541%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
