Re: Attaching artifacts from a reporting plugin

2007-09-21 Thread Wouter Hermeling
,siteReport,coeOutputFile); and project.getArtifact().setFile(coeOutputFile); both seem to be ignored when the plugin is run. Thanks Liz Sommers [EMAIL PROTECTED] -- View this message in context: http://www.nabble.com/Attaching-artifacts-from-a-reporting-plugin-tf4480848s177.html

Attaching artifacts from a reporting plugin

2007-09-19 Thread Sommers, Elizabeth
Is there any way to attach an artifact (or define an artifact) from a reporting plugin? It is simple enough to do in a build plugin, but I cannot figure out how to do it from a report plugin. helper.attachArtifact(project,zip,siteReport,coeOutputFile); and