You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Mick Knutson <mi...@gmail.com> on 2007/08/15 20:39:43 UTC

Re: maven plugin for ckjm ...

this sounds like JDepend and there is a plugin for that....



On 8/15/07, Giovanni Azua <br...@swissonline.ch> wrote:
>
> Hi all,
>
> Any existing plugin around ckjm?
>
> http://www.spinellis.gr/sw/ckjm/
>
> regards,
> Giovanni
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> For additional commands, e-mail: users-help@maven.apache.org
>
>


-- 

Thanks,
Mick Knutson

http://www.baselogic.com
http://www.blincmagazine.com
http://www.djmick.com
http://www.myspace.com/mickknutson
http://www.myspace.com/djmick_dot_com
http://www.myspace.com/sexybeotches
http://www.thumpradio.com
---

Re: maven plugin for ckjm ...

Posted by Wayne Fay <wa...@gmail.com>.
I didn't actually get around to finishing the website (yet). I am well
aware of the fact that there are missing pages. ;-)

But thanks. I will see what I can do about it soon/shortly. Also, you
should know that there is no reporting output as yet from the plugin
-- only the standard xml or text output from the ckjm tool itself.
That's also on the to-do list, and Giovanni said he'd look into it,
probably before I have a chance to do so myself.

Wayne

On 8/29/07, Rémy Sanlaville <re...@gmail.com> wrote:
> Thanks a lot, Wayne !
>
> I haven't try it yet but for information the ckjm-maven-plugin web site
> has some trouble, cf. :
>  - http://mojo.codehaus.org/ckjm-maven-plugin/examples/simple.html
>  - http://mojo.codehaus.org/ckjm-maven-plugin/usage.html
>  - http://mojo.codehaus.org/ckjm-maven-plugin/faq.html
>
> It would be nice also to add a ckjm report in the project reports section,
> cf
> http://mojo.codehaus.org/ckjm-maven-plugin/project-reports.html
>
> Rémy
>
> 2007/8/28, Wayne Fay <wa...@gmail.com>:
> >
> > One last thing I forgot...
> >
> > Since the ckjm utility itself does not currently exist in the Central
> > repo, you will need to download it from the site and "mvn install" it
> > with groupId=gr.spinellis, artifactId=ckjm, and version=1.8 so the
> > ckjm-maven-plugin can find it and use it as needed.
> >
> > Wayne
> >
> > On 8/28/07, Wayne Fay <wa...@gmail.com> wrote:
> > > Finally got around to submitting the code into the Sandbox... Thanks
> > > in advance for any feedback.
> > >
> > > You can find the (rough draft) code for the ckjm-maven-plugin in the
> > > Codehaus Sandbox:
> > > https://svn.codehaus.org/mojo/trunk/sandbox/ckjm-maven-plugin
> > >
> > > I also deployed the snapshot and site, so you could use the snapshot
> > > if you didn't want to build and install the code yourself. The site is
> > > here:
> > > http://mojo.codehaus.org/ckjm-maven-plugin/
> > >
> > > Wayne
> > >
> > > On 8/16/07, Giovanni Azua <br...@swissonline.ch> wrote:
> > > > Wow cool! That was fast :) so we would get xml but no html or?
> > > >
> > > > Many many thanks! Good job!
> > > >
> > > > Regards,
> > > > Giovanni
> > > >
> > > > -----Original Message-----
> > > > From: Wayne Fay [mailto:waynefay@gmail.com]
> > > > Sent: Thursday, August 16, 2007 5:23 AM
> > > > To: Maven Users List
> > > > Subject: Re: maven plugin for ckjm ...
> > > >
> > > > I got bored and wrote the plugin tonight... ;-)
> > > >
> > > > For now, it simply outputs a ckjm.xml file (or plain text file) in
> > ./target.
> > > > If you want to do the full "run ckjm, then make a report with it and
> > add it
> > > > to the site" then you will really need to handle that bit yourself. At
> > > > least, if you want that report in any reasonable time period...
> > > >
> > > > For now, I'll propose this plugin at Codehaus (Mojo project) and,
> > assuming
> > > > its accepted, you'll see it in the sandbox shortly. I also built a
> > test
> > > > project so you can see it working.
> > > >
> > > > Wayne
> > > >
> > > > On 8/15/07, Wayne Fay <wa...@gmail.com> wrote:
> > > > > If you want to get ckjm functionality in Maven, I'd encourage you to
> > > > > look into creating the plugin yourself. Its really not that tough in
> > > > > general.
> > > > >
> > > > > Wayne
> > > > >
> > > > > On 8/15/07, Giovanni Azua <br...@swissonline.ch> wrote:
> > > > > > ckjm and Jdepend have overlapping only couple of same metrics e.g.
> > > > > > AC but Jdepend misses the most important ones e.g. WMC, RFC and
> > > > > > LCOM.
> > > > > >
> > > > > > >-----Original Message-----
> > > > > > >From: Mick Knutson [mailto:mickknutson@gmail.com]
> > > > > > >Sent: Wednesday, August 15, 2007 8:40 PM
> > > > > > >To: Maven Users List
> > > > > > >Subject: Re: maven plugin for ckjm ...
> > > > > > >
> > > > > > >this sounds like JDepend and there is a plugin for that....
> > > > > > >
> > > > > > >On 8/15/07, Giovanni Azua <br...@swissonline.ch> wrote:
> > > > > > >>
> > > > > > >> Hi all,
> > > > > > >>
> > > > > > >> Any existing plugin around ckjm?
> > > > > > >>
> > > > > > >> http://www.spinellis.gr/sw/ckjm/
> > > > > > >>
> > > > > > >> regards,
> > > > > > >> Giovanni
> > > > > > >>
> > > > > > >>
> > > > > >
> > > > > >
> > > > > >
> > > > > >
> > --------------------------------------------------------------------
> > > > > > - To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> > > > > > For additional commands, e-mail: users-help@maven.apache.org
> > > > > >
> > > > > >
> > > > >
> > > >
> > > > ---------------------------------------------------------------------
> > > > To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> > > > For additional commands, e-mail: users-help@maven.apache.org
> > > >
> > > >
> > > >
> > > > ---------------------------------------------------------------------
> > > > To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> > > > For additional commands, e-mail: users-help@maven.apache.org
> > > >
> > > >
> > >
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> > For additional commands, e-mail: users-help@maven.apache.org
> >
> >
>

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


Re: maven plugin for ckjm ...

Posted by Rémy Sanlaville <re...@gmail.com>.
Thanks a lot, Wayne !

I haven't try it yet but for information the ckjm-maven-plugin web site
has some trouble, cf. :
 - http://mojo.codehaus.org/ckjm-maven-plugin/examples/simple.html
 - http://mojo.codehaus.org/ckjm-maven-plugin/usage.html
 - http://mojo.codehaus.org/ckjm-maven-plugin/faq.html

It would be nice also to add a ckjm report in the project reports section,
cf
http://mojo.codehaus.org/ckjm-maven-plugin/project-reports.html

Rémy

2007/8/28, Wayne Fay <wa...@gmail.com>:
>
> One last thing I forgot...
>
> Since the ckjm utility itself does not currently exist in the Central
> repo, you will need to download it from the site and "mvn install" it
> with groupId=gr.spinellis, artifactId=ckjm, and version=1.8 so the
> ckjm-maven-plugin can find it and use it as needed.
>
> Wayne
>
> On 8/28/07, Wayne Fay <wa...@gmail.com> wrote:
> > Finally got around to submitting the code into the Sandbox... Thanks
> > in advance for any feedback.
> >
> > You can find the (rough draft) code for the ckjm-maven-plugin in the
> > Codehaus Sandbox:
> > https://svn.codehaus.org/mojo/trunk/sandbox/ckjm-maven-plugin
> >
> > I also deployed the snapshot and site, so you could use the snapshot
> > if you didn't want to build and install the code yourself. The site is
> > here:
> > http://mojo.codehaus.org/ckjm-maven-plugin/
> >
> > Wayne
> >
> > On 8/16/07, Giovanni Azua <br...@swissonline.ch> wrote:
> > > Wow cool! That was fast :) so we would get xml but no html or?
> > >
> > > Many many thanks! Good job!
> > >
> > > Regards,
> > > Giovanni
> > >
> > > -----Original Message-----
> > > From: Wayne Fay [mailto:waynefay@gmail.com]
> > > Sent: Thursday, August 16, 2007 5:23 AM
> > > To: Maven Users List
> > > Subject: Re: maven plugin for ckjm ...
> > >
> > > I got bored and wrote the plugin tonight... ;-)
> > >
> > > For now, it simply outputs a ckjm.xml file (or plain text file) in
> ./target.
> > > If you want to do the full "run ckjm, then make a report with it and
> add it
> > > to the site" then you will really need to handle that bit yourself. At
> > > least, if you want that report in any reasonable time period...
> > >
> > > For now, I'll propose this plugin at Codehaus (Mojo project) and,
> assuming
> > > its accepted, you'll see it in the sandbox shortly. I also built a
> test
> > > project so you can see it working.
> > >
> > > Wayne
> > >
> > > On 8/15/07, Wayne Fay <wa...@gmail.com> wrote:
> > > > If you want to get ckjm functionality in Maven, I'd encourage you to
> > > > look into creating the plugin yourself. Its really not that tough in
> > > > general.
> > > >
> > > > Wayne
> > > >
> > > > On 8/15/07, Giovanni Azua <br...@swissonline.ch> wrote:
> > > > > ckjm and Jdepend have overlapping only couple of same metrics e.g.
> > > > > AC but Jdepend misses the most important ones e.g. WMC, RFC and
> > > > > LCOM.
> > > > >
> > > > > >-----Original Message-----
> > > > > >From: Mick Knutson [mailto:mickknutson@gmail.com]
> > > > > >Sent: Wednesday, August 15, 2007 8:40 PM
> > > > > >To: Maven Users List
> > > > > >Subject: Re: maven plugin for ckjm ...
> > > > > >
> > > > > >this sounds like JDepend and there is a plugin for that....
> > > > > >
> > > > > >On 8/15/07, Giovanni Azua <br...@swissonline.ch> wrote:
> > > > > >>
> > > > > >> Hi all,
> > > > > >>
> > > > > >> Any existing plugin around ckjm?
> > > > > >>
> > > > > >> http://www.spinellis.gr/sw/ckjm/
> > > > > >>
> > > > > >> regards,
> > > > > >> Giovanni
> > > > > >>
> > > > > >>
> > > > >
> > > > >
> > > > >
> > > > >
> --------------------------------------------------------------------
> > > > > - To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> > > > > For additional commands, e-mail: users-help@maven.apache.org
> > > > >
> > > > >
> > > >
> > >
> > > ---------------------------------------------------------------------
> > > To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> > > For additional commands, e-mail: users-help@maven.apache.org
> > >
> > >
> > >
> > > ---------------------------------------------------------------------
> > > To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> > > For additional commands, e-mail: users-help@maven.apache.org
> > >
> > >
> >
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> For additional commands, e-mail: users-help@maven.apache.org
>
>

Re: maven plugin for ckjm ...

Posted by Wayne Fay <wa...@gmail.com>.
One last thing I forgot...

Since the ckjm utility itself does not currently exist in the Central
repo, you will need to download it from the site and "mvn install" it
with groupId=gr.spinellis, artifactId=ckjm, and version=1.8 so the
ckjm-maven-plugin can find it and use it as needed.

Wayne

On 8/28/07, Wayne Fay <wa...@gmail.com> wrote:
> Finally got around to submitting the code into the Sandbox... Thanks
> in advance for any feedback.
>
> You can find the (rough draft) code for the ckjm-maven-plugin in the
> Codehaus Sandbox:
> https://svn.codehaus.org/mojo/trunk/sandbox/ckjm-maven-plugin
>
> I also deployed the snapshot and site, so you could use the snapshot
> if you didn't want to build and install the code yourself. The site is
> here:
> http://mojo.codehaus.org/ckjm-maven-plugin/
>
> Wayne
>
> On 8/16/07, Giovanni Azua <br...@swissonline.ch> wrote:
> > Wow cool! That was fast :) so we would get xml but no html or?
> >
> > Many many thanks! Good job!
> >
> > Regards,
> > Giovanni
> >
> > -----Original Message-----
> > From: Wayne Fay [mailto:waynefay@gmail.com]
> > Sent: Thursday, August 16, 2007 5:23 AM
> > To: Maven Users List
> > Subject: Re: maven plugin for ckjm ...
> >
> > I got bored and wrote the plugin tonight... ;-)
> >
> > For now, it simply outputs a ckjm.xml file (or plain text file) in ./target.
> > If you want to do the full "run ckjm, then make a report with it and add it
> > to the site" then you will really need to handle that bit yourself. At
> > least, if you want that report in any reasonable time period...
> >
> > For now, I'll propose this plugin at Codehaus (Mojo project) and, assuming
> > its accepted, you'll see it in the sandbox shortly. I also built a test
> > project so you can see it working.
> >
> > Wayne
> >
> > On 8/15/07, Wayne Fay <wa...@gmail.com> wrote:
> > > If you want to get ckjm functionality in Maven, I'd encourage you to
> > > look into creating the plugin yourself. Its really not that tough in
> > > general.
> > >
> > > Wayne
> > >
> > > On 8/15/07, Giovanni Azua <br...@swissonline.ch> wrote:
> > > > ckjm and Jdepend have overlapping only couple of same metrics e.g.
> > > > AC but Jdepend misses the most important ones e.g. WMC, RFC and
> > > > LCOM.
> > > >
> > > > >-----Original Message-----
> > > > >From: Mick Knutson [mailto:mickknutson@gmail.com]
> > > > >Sent: Wednesday, August 15, 2007 8:40 PM
> > > > >To: Maven Users List
> > > > >Subject: Re: maven plugin for ckjm ...
> > > > >
> > > > >this sounds like JDepend and there is a plugin for that....
> > > > >
> > > > >On 8/15/07, Giovanni Azua <br...@swissonline.ch> wrote:
> > > > >>
> > > > >> Hi all,
> > > > >>
> > > > >> Any existing plugin around ckjm?
> > > > >>
> > > > >> http://www.spinellis.gr/sw/ckjm/
> > > > >>
> > > > >> regards,
> > > > >> Giovanni
> > > > >>
> > > > >>
> > > >
> > > >
> > > >
> > > > --------------------------------------------------------------------
> > > > - To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> > > > For additional commands, e-mail: users-help@maven.apache.org
> > > >
> > > >
> > >
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> > For additional commands, e-mail: users-help@maven.apache.org
> >
> >
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> > For additional commands, e-mail: users-help@maven.apache.org
> >
> >
>

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


Re: maven plugin for ckjm ...

Posted by Wayne Fay <wa...@gmail.com>.
Finally got around to submitting the code into the Sandbox... Thanks
in advance for any feedback.

You can find the (rough draft) code for the ckjm-maven-plugin in the
Codehaus Sandbox:
https://svn.codehaus.org/mojo/trunk/sandbox/ckjm-maven-plugin

I also deployed the snapshot and site, so you could use the snapshot
if you didn't want to build and install the code yourself. The site is
here:
http://mojo.codehaus.org/ckjm-maven-plugin/

Wayne

On 8/16/07, Giovanni Azua <br...@swissonline.ch> wrote:
> Wow cool! That was fast :) so we would get xml but no html or?
>
> Many many thanks! Good job!
>
> Regards,
> Giovanni
>
> -----Original Message-----
> From: Wayne Fay [mailto:waynefay@gmail.com]
> Sent: Thursday, August 16, 2007 5:23 AM
> To: Maven Users List
> Subject: Re: maven plugin for ckjm ...
>
> I got bored and wrote the plugin tonight... ;-)
>
> For now, it simply outputs a ckjm.xml file (or plain text file) in ./target.
> If you want to do the full "run ckjm, then make a report with it and add it
> to the site" then you will really need to handle that bit yourself. At
> least, if you want that report in any reasonable time period...
>
> For now, I'll propose this plugin at Codehaus (Mojo project) and, assuming
> its accepted, you'll see it in the sandbox shortly. I also built a test
> project so you can see it working.
>
> Wayne
>
> On 8/15/07, Wayne Fay <wa...@gmail.com> wrote:
> > If you want to get ckjm functionality in Maven, I'd encourage you to
> > look into creating the plugin yourself. Its really not that tough in
> > general.
> >
> > Wayne
> >
> > On 8/15/07, Giovanni Azua <br...@swissonline.ch> wrote:
> > > ckjm and Jdepend have overlapping only couple of same metrics e.g.
> > > AC but Jdepend misses the most important ones e.g. WMC, RFC and
> > > LCOM.
> > >
> > > >-----Original Message-----
> > > >From: Mick Knutson [mailto:mickknutson@gmail.com]
> > > >Sent: Wednesday, August 15, 2007 8:40 PM
> > > >To: Maven Users List
> > > >Subject: Re: maven plugin for ckjm ...
> > > >
> > > >this sounds like JDepend and there is a plugin for that....
> > > >
> > > >On 8/15/07, Giovanni Azua <br...@swissonline.ch> wrote:
> > > >>
> > > >> Hi all,
> > > >>
> > > >> Any existing plugin around ckjm?
> > > >>
> > > >> http://www.spinellis.gr/sw/ckjm/
> > > >>
> > > >> regards,
> > > >> Giovanni
> > > >>
> > > >>
> > >
> > >
> > >
> > > --------------------------------------------------------------------
> > > - To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> > > For additional commands, e-mail: users-help@maven.apache.org
> > >
> > >
> >
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> For additional commands, e-mail: users-help@maven.apache.org
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> For additional commands, e-mail: users-help@maven.apache.org
>
>

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


RE: maven plugin for ckjm ...

Posted by Giovanni Azua <br...@swissonline.ch>.
Wow cool! That was fast :) so we would get xml but no html or?

Many many thanks! Good job!

Regards,
Giovanni 

-----Original Message-----
From: Wayne Fay [mailto:waynefay@gmail.com] 
Sent: Thursday, August 16, 2007 5:23 AM
To: Maven Users List
Subject: Re: maven plugin for ckjm ...

I got bored and wrote the plugin tonight... ;-)

For now, it simply outputs a ckjm.xml file (or plain text file) in ./target.
If you want to do the full "run ckjm, then make a report with it and add it
to the site" then you will really need to handle that bit yourself. At
least, if you want that report in any reasonable time period...

For now, I'll propose this plugin at Codehaus (Mojo project) and, assuming
its accepted, you'll see it in the sandbox shortly. I also built a test
project so you can see it working.

Wayne

On 8/15/07, Wayne Fay <wa...@gmail.com> wrote:
> If you want to get ckjm functionality in Maven, I'd encourage you to 
> look into creating the plugin yourself. Its really not that tough in 
> general.
>
> Wayne
>
> On 8/15/07, Giovanni Azua <br...@swissonline.ch> wrote:
> > ckjm and Jdepend have overlapping only couple of same metrics e.g. 
> > AC but Jdepend misses the most important ones e.g. WMC, RFC and 
> > LCOM.
> >
> > >-----Original Message-----
> > >From: Mick Knutson [mailto:mickknutson@gmail.com]
> > >Sent: Wednesday, August 15, 2007 8:40 PM
> > >To: Maven Users List
> > >Subject: Re: maven plugin for ckjm ...
> > >
> > >this sounds like JDepend and there is a plugin for that....
> > >
> > >On 8/15/07, Giovanni Azua <br...@swissonline.ch> wrote:
> > >>
> > >> Hi all,
> > >>
> > >> Any existing plugin around ckjm?
> > >>
> > >> http://www.spinellis.gr/sw/ckjm/
> > >>
> > >> regards,
> > >> Giovanni
> > >>
> > >>
> >
> >
> >
> > --------------------------------------------------------------------
> > - To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> > For additional commands, e-mail: users-help@maven.apache.org
> >
> >
>

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



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


Re: maven plugin for ckjm ...

Posted by Wayne Fay <wa...@gmail.com>.
I got bored and wrote the plugin tonight... ;-)

For now, it simply outputs a ckjm.xml file (or plain text file) in
./target. If you want to do the full "run ckjm, then make a report
with it and add it to the site" then you will really need to handle
that bit yourself. At least, if you want that report in any reasonable
time period...

For now, I'll propose this plugin at Codehaus (Mojo project) and,
assuming its accepted, you'll see it in the sandbox shortly. I also
built a test project so you can see it working.

Wayne

On 8/15/07, Wayne Fay <wa...@gmail.com> wrote:
> If you want to get ckjm functionality in Maven, I'd encourage you to
> look into creating the plugin yourself. Its really not that tough in
> general.
>
> Wayne
>
> On 8/15/07, Giovanni Azua <br...@swissonline.ch> wrote:
> > ckjm and Jdepend have overlapping only couple of same metrics e.g. AC but
> > Jdepend
> > misses the most important ones e.g. WMC, RFC and LCOM.
> >
> > >-----Original Message-----
> > >From: Mick Knutson [mailto:mickknutson@gmail.com]
> > >Sent: Wednesday, August 15, 2007 8:40 PM
> > >To: Maven Users List
> > >Subject: Re: maven plugin for ckjm ...
> > >
> > >this sounds like JDepend and there is a plugin for that....
> > >
> > >On 8/15/07, Giovanni Azua <br...@swissonline.ch> wrote:
> > >>
> > >> Hi all,
> > >>
> > >> Any existing plugin around ckjm?
> > >>
> > >> http://www.spinellis.gr/sw/ckjm/
> > >>
> > >> regards,
> > >> Giovanni
> > >>
> > >>
> >
> >
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> > For additional commands, e-mail: users-help@maven.apache.org
> >
> >
>

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


Re: maven plugin for ckjm ...

Posted by Wayne Fay <wa...@gmail.com>.
If you want to get ckjm functionality in Maven, I'd encourage you to
look into creating the plugin yourself. Its really not that tough in
general.

Wayne

On 8/15/07, Giovanni Azua <br...@swissonline.ch> wrote:
> ckjm and Jdepend have overlapping only couple of same metrics e.g. AC but
> Jdepend
> misses the most important ones e.g. WMC, RFC and LCOM.
>
> >-----Original Message-----
> >From: Mick Knutson [mailto:mickknutson@gmail.com]
> >Sent: Wednesday, August 15, 2007 8:40 PM
> >To: Maven Users List
> >Subject: Re: maven plugin for ckjm ...
> >
> >this sounds like JDepend and there is a plugin for that....
> >
> >On 8/15/07, Giovanni Azua <br...@swissonline.ch> wrote:
> >>
> >> Hi all,
> >>
> >> Any existing plugin around ckjm?
> >>
> >> http://www.spinellis.gr/sw/ckjm/
> >>
> >> regards,
> >> Giovanni
> >>
> >>
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> For additional commands, e-mail: users-help@maven.apache.org
>
>

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


RE: maven plugin for ckjm ...

Posted by Giovanni Azua <br...@swissonline.ch>.
ckjm and Jdepend have overlapping only couple of same metrics e.g. AC but
Jdepend 
misses the most important ones e.g. WMC, RFC and LCOM.

>-----Original Message-----
>From: Mick Knutson [mailto:mickknutson@gmail.com] 
>Sent: Wednesday, August 15, 2007 8:40 PM
>To: Maven Users List
>Subject: Re: maven plugin for ckjm ...
>
>this sounds like JDepend and there is a plugin for that....
>
>On 8/15/07, Giovanni Azua <br...@swissonline.ch> wrote:
>>
>> Hi all,
>>
>> Any existing plugin around ckjm?
>>
>> http://www.spinellis.gr/sw/ckjm/
>>
>> regards,
>> Giovanni
>>
>>



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