External report plugin

2006-11-15 Thread Dave Syer

Is there such a thing as a generic external report plugin out there?

I am thinking of a very simple plugin to add an external report (e.g. junit
html report) to the project reports.  This is really trivial (if anyone
wants some code that does it just ask), but would be quite valuable to many
people.

Example:

reporting
  plugins
plugin
  groupIdorg.apache.maven/groupId
  artifactIdmaven-external-report-plugin/artifactId
  configuration
nameJUnit Report/name
descriptionJUnit test results for this project/description
basejunit-reports/base
  /configuration
/plugin
  /plugins
/reporting

This generates a link in the project reports to junit-reports/index.html,
which has to be populated elsewhere (e.g. by an ant task like the one posted
recently).
-- 
View this message in context: 
http://www.nabble.com/External-report-plugin-tf2634683s177.html#a7353845
Sent from the Maven - Users mailing list archive at Nabble.com.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: External report plugin

2006-11-15 Thread Wayne Fay

Couldn't you also just add this directly in the site.xml instead?
Although it be nicer to just add it to the pom...

Sounds like it might be a useful contribution!

Wayne

On 11/15/06, Dave Syer [EMAIL PROTECTED] wrote:


Is there such a thing as a generic external report plugin out there?

I am thinking of a very simple plugin to add an external report (e.g. junit
html report) to the project reports.  This is really trivial (if anyone
wants some code that does it just ask), but would be quite valuable to many
people.

Example:

reporting
  plugins
plugin
  groupIdorg.apache.maven/groupId
  artifactIdmaven-external-report-plugin/artifactId
  configuration
nameJUnit Report/name
descriptionJUnit test results for this project/description
basejunit-reports/base
  /configuration
/plugin
  /plugins
/reporting

This generates a link in the project reports to junit-reports/index.html,
which has to be populated elsewhere (e.g. by an ant task like the one posted
recently).
--
View this message in context:
http://www.nabble.com/External-report-plugin-tf2634683s177.html#a7353845
Sent from the Maven - Users mailing list archive at Nabble.com.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: External report plugin

2006-11-15 Thread Dave Syer


Wayne Fay wrote:
 
 Sounds like it might be a useful contribution!
 

See here: http://jira.codehaus.org/browse/MNG-2660.
-- 
View this message in context: 
http://www.nabble.com/External-report-plugin-tf2634683s177.html#a7362495
Sent from the Maven - Users mailing list archive at Nabble.com.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]