Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[tycho-user] Using maven-antrun's dependencyfilesets task for plugin dependencies

I’m using maven-antrun to use Jacoco’s ant plugin for generating coverage reports, and need to give it the path to plugin dependency jars which are resolved from either P2 or having been locally built with ‘mvn install’. With pom dependencies I would use maven-antrun’s dependencyfilesets task to get a fileset refid for the individual dependencies I want. But even using the groupId and artifactId from the pom of the eclipse-plugin that I want, it fails saying there’s no such fileset. Anybody already figure this out?
 

This e-mail, including any attached files, may contain confidential and privileged information for the sole use of the intended recipient. Any review, use, distribution, or disclosure by others is strictly prohibited. If you are not the intended recipient (or authorized to receive information for the intended recipient), please contact the sender by reply e-mail and delete all copies of this message.

Back to the top