For our  ui test  cases in pom we have an configuration for argline where we 
are setting some vm argument s.along with vm argument we have some other  
configurations also. We have argline parameter for surefire plugin also.but 
this has only vm argument. The difference between argline of surefire and our 
ui test plugin pom is they have different vm argument and our ui test pom has 
additional configuration too.what I found when I googled is that argline of 
surefire and our ui test plugin pom are conflicting or getting overridden. How 
shall I solve this. I want jacoco exec to be generated for ui test plugins 
also.I found that $(argline)   has to be given with our configuration for ui 
test pom.but when the ui test pom is run it fail telling that there is no 
variable named $(argline).

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to