On Thursday, December 27, 2018 at 6:25:37 PM UTC-12, Evgeny Mandrikov wrote:
> On Friday, December 28, 2018 at 7:04:21 AM UTC+1, [email protected] 
> wrote:I have shared the whole "pom.xml" file on GitHub. Please have a look on 
> it.
> 
> 
> 
> 
> Once again:
> How come you expect anyone to guess just by partial snipped of pom.xml what 
> happens during execution of maven-surefire-plugin???
> 
> 
> 
> Having said this, I mean that you need to provide complete example that 
> includes not just pom.xml , but also other code.
> 
> 
> 
> And please stop creating useless tickets in our issue tracker.
> 
> 
> Create your own GitHub repository instead.

I can understand your viewpoint that it's difficult to guess about the cause 
from the partial snippet but I too have my hands tied as it's a 
private/personal code of the organization. 


I have observed one new thing while execution of "maven-surefire-plugin" i.e. 
when I keep forkCount as 0(zero) in my surefire plugin it executes the tests 
but gives message as "Skipping JaCoCo execution due to missing execution data 
file".
    However, when I give the forkCount as 1 then it gives me the below error,


[ERROR] The forked VM terminated without properly saying goodbye. VM crash or 
System.exit called?
[ERROR] Error occurred in starting fork, check output in log
[ERROR] Process Exit Code: 1
[ERROR]         at 
org.apache.maven.plugin.surefire.booterclient.ForkStarter.fork(ForkStarter.java:671)
[ERROR]         at 
org.apache.maven.plugin.surefire.booterclient.ForkStarter.fork(ForkStarter.java:533)
[ERROR]         at 
org.apache.maven.plugin.surefire.booterclient.ForkStarter.run(ForkStarter.java:278)
[ERROR]         at 
org.apache.maven.plugin.surefire.booterclient.ForkStarter.run(ForkStarter.java:244)
[ERROR]         at 
org.apache.maven.plugin.surefire.AbstractSurefireMojo.executeProvider(AbstractSurefireMojo.java:1194)
[ERROR]         at 
org.apache.maven.plugin.surefire.AbstractSurefireMojo.executeAfterPreconditionsChecked(AbstractSurefireMojo.java:1022)
[ERROR]         at 
org.apache.maven.plugin.surefire.AbstractSurefireMojo.execute(AbstractSurefireMojo.java:868)
[ERROR]         at 
org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:137)

-- 
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/ef0919fa-de67-4067-8d98-e6a9ffceff0b%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to