You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by ev...@apache.org on 2003/09/09 11:26:55 UTC

cvs commit: maven/src/plugins-build/xdoc plugin.jelly

evenisse    2003/09/09 02:26:55

  Modified:    src/plugins-build/xdoc plugin.jelly
  Log:
  Add JCoverage report to default reports.
  
  Revision  Changes    Path
  1.46      +1 -0      maven/src/plugins-build/xdoc/plugin.jelly
  
  Index: plugin.jelly
  ===================================================================
  RCS file: /home/cvs/maven/src/plugins-build/xdoc/plugin.jelly,v
  retrieving revision 1.45
  retrieving revision 1.46
  diff -u -r1.45 -r1.46
  --- plugin.jelly	30 Aug 2003 01:08:52 -0000	1.45
  +++ plugin.jelly	9 Sep 2003 09:26:55 -0000	1.46
  @@ -588,6 +588,7 @@
           <attainGoal name="maven-license-plugin:register"/>
           <attainGoal name="maven-javadoc-plugin:register"/>
           <attainGoal name="maven-jxr-plugin:register"/>
  +        <attainGoal name="maven-jcoverage-plugin:register"/>
           <attainGoal name="maven-junit-report-plugin:register"/>
           <attainGoal name="maven-linkcheck-plugin:register"/>
           <attainGoal name="maven-tasklist-plugin:register"/>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


Re: cvs commit: maven/src/plugins-build/xdoc plugin.jelly

Posted by di...@multitask.com.au.
That's not my point.

Other projects may use the default set and it may not work for them as it 
doesn't for Maven.
--
dIon Gillard, Multitask Consulting
Blog:      http://blogs.codehaus.org/people/dion/


"Emmanuel Venisse" <ev...@ifrance.com> wrote on 10/09/2003 06:57:06 PM:

> I add jcoverage report in default reports, but maven site doesn't use
> default.
> 
> ----- Original Message ----- 
> From: <di...@multitask.com.au>
> To: "Maven Developers List" <de...@maven.apache.org>
> Sent: Tuesday, September 09, 2003 5:44 PM
> Subject: Re: cvs commit: maven/src/plugins-build/xdoc plugin.jelly
> 
> 
> > Should we be doing this while it's still breaking 'maven site' for 
Maven?
> > --
> > dIon Gillard, Multitask Consulting
> > Blog:      http://blogs.codehaus.org/people/dion/
> >
> >
> > evenisse@apache.org wrote on 09/09/2003 07:26:55 PM:
> >
> > > evenisse    2003/09/09 02:26:55
> > >
> > >   Modified:    src/plugins-build/xdoc plugin.jelly
> > >   Log:
> > >   Add JCoverage report to default reports.
> > >
> > >   Revision  Changes    Path
> > >   1.46      +1 -0      maven/src/plugins-build/xdoc/plugin.jelly
> > >
> > >   Index: plugin.jelly
> > > ===================================================================
> > >   RCS file: /home/cvs/maven/src/plugins-build/xdoc/plugin.jelly,v
> > >   retrieving revision 1.45
> > >   retrieving revision 1.46
> > >   diff -u -r1.45 -r1.46
> > >   --- plugin.jelly   30 Aug 2003 01:08:52 -0000   1.45
> > >   +++ plugin.jelly   9 Sep 2003 09:26:55 -0000   1.46
> > >   @@ -588,6 +588,7 @@
> > >            <attainGoal name="maven-license-plugin:register"/>
> > >            <attainGoal name="maven-javadoc-plugin:register"/>
> > >            <attainGoal name="maven-jxr-plugin:register"/>
> > >   +        <attainGoal name="maven-jcoverage-plugin:register"/>
> > >            <attainGoal name="maven-junit-report-plugin:register"/>
> > >            <attainGoal name="maven-linkcheck-plugin:register"/>
> > >            <attainGoal name="maven-tasklist-plugin:register"/>
> > >
> > >
> > >
> > >
> > > 
---------------------------------------------------------------------
> > > To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
> > > For additional commands, e-mail: dev-help@maven.apache.org
> > >
> >
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
> > For additional commands, e-mail: dev-help@maven.apache.org
> >
> > _____________________________________________________________________
> > Envie de discuter en "live" avec vos amis ? Télécharger MSN Messenger
> > http://www.ifrance.com/_reloc/m la 1ère messagerie instantanée de 
France
> 
> _____________________________________________________________________
> Envie de discuter en "live" avec vos amis ? Télécharger MSN Messenger
> http://www.ifrance.com/_reloc/m la 1ère messagerie instantanée de France
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
> For additional commands, e-mail: dev-help@maven.apache.org
> 


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


Re: cvs commit: maven/src/plugins-build/xdoc plugin.jelly

Posted by Emmanuel Venisse <ev...@ifrance.com>.
I add jcoverage report in default reports, but maven site doesn't use
default.

----- Original Message ----- 
From: <di...@multitask.com.au>
To: "Maven Developers List" <de...@maven.apache.org>
Sent: Tuesday, September 09, 2003 5:44 PM
Subject: Re: cvs commit: maven/src/plugins-build/xdoc plugin.jelly


> Should we be doing this while it's still breaking 'maven site' for Maven?
> --
> dIon Gillard, Multitask Consulting
> Blog:      http://blogs.codehaus.org/people/dion/
>
>
> evenisse@apache.org wrote on 09/09/2003 07:26:55 PM:
>
> > evenisse    2003/09/09 02:26:55
> >
> >   Modified:    src/plugins-build/xdoc plugin.jelly
> >   Log:
> >   Add JCoverage report to default reports.
> >
> >   Revision  Changes    Path
> >   1.46      +1 -0      maven/src/plugins-build/xdoc/plugin.jelly
> >
> >   Index: plugin.jelly
> >   ===================================================================
> >   RCS file: /home/cvs/maven/src/plugins-build/xdoc/plugin.jelly,v
> >   retrieving revision 1.45
> >   retrieving revision 1.46
> >   diff -u -r1.45 -r1.46
> >   --- plugin.jelly   30 Aug 2003 01:08:52 -0000   1.45
> >   +++ plugin.jelly   9 Sep 2003 09:26:55 -0000   1.46
> >   @@ -588,6 +588,7 @@
> >            <attainGoal name="maven-license-plugin:register"/>
> >            <attainGoal name="maven-javadoc-plugin:register"/>
> >            <attainGoal name="maven-jxr-plugin:register"/>
> >   +        <attainGoal name="maven-jcoverage-plugin:register"/>
> >            <attainGoal name="maven-junit-report-plugin:register"/>
> >            <attainGoal name="maven-linkcheck-plugin:register"/>
> >            <attainGoal name="maven-tasklist-plugin:register"/>
> >
> >
> >
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
> > For additional commands, e-mail: dev-help@maven.apache.org
> >
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
> For additional commands, e-mail: dev-help@maven.apache.org
>
> _____________________________________________________________________
> Envie de discuter en "live" avec vos amis ? Télécharger MSN Messenger
> http://www.ifrance.com/_reloc/m la 1ère messagerie instantanée de France

_____________________________________________________________________
Envie de discuter en "live" avec vos amis ? Télécharger MSN Messenger
http://www.ifrance.com/_reloc/m la 1ère messagerie instantanée de France


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


Re: cvs commit: maven/src/plugins-build/xdoc plugin.jelly

Posted by di...@multitask.com.au.
Should we be doing this while it's still breaking 'maven site' for Maven?
--
dIon Gillard, Multitask Consulting
Blog:      http://blogs.codehaus.org/people/dion/


evenisse@apache.org wrote on 09/09/2003 07:26:55 PM:

> evenisse    2003/09/09 02:26:55
> 
>   Modified:    src/plugins-build/xdoc plugin.jelly
>   Log:
>   Add JCoverage report to default reports.
> 
>   Revision  Changes    Path
>   1.46      +1 -0      maven/src/plugins-build/xdoc/plugin.jelly
> 
>   Index: plugin.jelly
>   ===================================================================
>   RCS file: /home/cvs/maven/src/plugins-build/xdoc/plugin.jelly,v
>   retrieving revision 1.45
>   retrieving revision 1.46
>   diff -u -r1.45 -r1.46
>   --- plugin.jelly   30 Aug 2003 01:08:52 -0000   1.45
>   +++ plugin.jelly   9 Sep 2003 09:26:55 -0000   1.46
>   @@ -588,6 +588,7 @@
>            <attainGoal name="maven-license-plugin:register"/>
>            <attainGoal name="maven-javadoc-plugin:register"/>
>            <attainGoal name="maven-jxr-plugin:register"/>
>   +        <attainGoal name="maven-jcoverage-plugin:register"/>
>            <attainGoal name="maven-junit-report-plugin:register"/>
>            <attainGoal name="maven-linkcheck-plugin:register"/>
>            <attainGoal name="maven-tasklist-plugin:register"/>
> 
> 
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
> For additional commands, e-mail: dev-help@maven.apache.org
> 


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org