Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [tycho-user] tycho-surefire argLine causes no jacaco.exec

On 10/31/2012 11:13 AM, Oberlies, Tobias wrote:
Instead, it should be revised how the JaCoCo plugin and the tycho-surefire-plugin interact so that this doesn't break when a user configures the argLine parameter, e.g. by adding a dedicated parameter for code coverage.
That would be great. The trickiest part would be to agree on a name... tycho.coverageArgs ?

Are any jacoco-maven-plugin developers reading this list?

Not AFAIK, but they are active on their forum: https://groups.google.com/forum/#!forum/jacoco . If you start the discussion on the forum, please share the link here.
Tycho and jacoco-maven-plugin follow very different release schedules. It won't be easy to agree a clean migration plan. Maybe the tycho-surefire-plugin should verify that tycho.testArgLine does not already contain contents of tycho.coverageArgLine and warn in such case. It would probably ease migration.
--
Mickael Istria
Eclipse developer at JBoss, by Red Hat
My blog - My Tweets

Back to the top