You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by ar...@javageekz.com on 2005/09/23 00:12:22 UTC

[ANNOUNCEMENT] Hammurapi plugin 1.0 released

The Maven Hammurapi plugin 1.0 is released.

https://maven-plugins.dev.java.net/nonav/maven/hammurapi/index.html

Hammurapi is an Open Source Java code review tool. It has more than 120
embedded Inspectors and such unique features as waivers, autowaivers and
cascading rulesets.

http://www.hammurapi.org/content/home.html

Features
-Cascading inspector sets
-Loading inspector sets from URL
-Multiple levels of analyzis
  *Source code
    #Token stream including whitespace and comments
    #Parse tree
  *Package
  *Repository
-Three levels of reporting
  *Compilation unit
  *Package
  *Summary
-Source documentation
-Metrics
-Severity level highlighting
-Fails builds on low Sigma, high DPMO (Defects per million opportunities)
or on severity level
-120+ embedded inspectors
-Extensibility. Inspectors are easy to write and add to inspector sets.


Plugin developed and tested with Maven 1.1 beta-1 and can be installed
through:

maven plugin:download -DartifactId=maven-hammurapi-plugin
-DgroupId=org.hammurapi -Dversion=1.0

and include <reportmaven-hammurapi-plugin</report> in your POM.


regards,
Arun Nachimuthu
http://www.javageekz.com/




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


Re: [ANNOUNCEMENT] Hammurapi plugin 1.0 released

Posted by ar...@javageekz.com.
Thanks for reporting.
I have netered this issue in java.net
https://maven-plugins.dev.java.net/issues/show_bug.cgi?id=1

I will check and fix it.


regards,
Arun

> Interesting but my attempts to run it fail with
>
>   java.lang.ClassNotFoundException: Class not found:
> javax.ejb.EnterpriseBean
>
> Perhaps a dependency is missing from the project.xml?
>
> One also wonders why that class is needed as well. EJB seems pretty far
> afield for this sort of tool. Could that dependency be eliminated?
>
> --
> Elliotte Rusty Harold  elharo@metalab.unc.edu
> XML in a Nutshell 3rd Edition Just Published!
> http://www.cafeconleche.org/books/xian3/
> http://www.amazon.com/exec/obidos/ISBN=0596007647/cafeaulaitA/ref=nosim
>
> ---------------------------------------------------------------------
> 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: [ANNOUNCEMENT] Hammurapi plugin 1.0 released

Posted by Elliotte Harold <el...@metalab.unc.edu>.
Interesting but my attempts to run it fail with

  java.lang.ClassNotFoundException: Class not found: 
javax.ejb.EnterpriseBean

Perhaps a dependency is missing from the project.xml?

One also wonders why that class is needed as well. EJB seems pretty far 
afield for this sort of tool. Could that dependency be eliminated?

-- 
Elliotte Rusty Harold  elharo@metalab.unc.edu
XML in a Nutshell 3rd Edition Just Published!
http://www.cafeconleche.org/books/xian3/
http://www.amazon.com/exec/obidos/ISBN=0596007647/cafeaulaitA/ref=nosim

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


Re: [ANNOUNCEMENT] Hammurapi plugin 1.0 released

Posted by Carlos Sanchez <ca...@apache.org>.
Ok, your account is ready

On 9/23/05, arun.nachimuthu@javageekz.com <ar...@javageekz.com> wrote:
> Yes,
> It would be a good idea to keep them all in one place.
> I would like to move the next version to SF with other plugins.
>
> regards,
> Arun
>
> > Sorry about that, I personally never noticed that message among the
> > tons of emails I get.
> > If you wanna move to SF tell me and I'll setup your account.
> >
> > On 9/23/05, arun.nachimuthu@javageekz.com <ar...@javageekz.com>
> > wrote:
> >> Yes,
> >>
> >> http://sourceforge.net/forum/forum.php?thread_id=1319514&forum_id=207669
> >>
> >> I requested in sourceforge and waitied for a month for the admins to
> >> respond. Also reminded them a couple of times but never heard back from
> >> them. I worked on this plugin for my requirements and wanted to share
> >> with
> >> the community, so i hosted it off in the java.net.
> >>
> >>
> >> > Was there a reason you started a separate maven-plugins project on
> >> > java.net instead of joining the one on sourceforge?
> >> >
> >> > On 9/23/05, arun.nachimuthu@javageekz.com
> >> <ar...@javageekz.com>
> >> > wrote:
> >> >> The Maven Hammurapi plugin 1.0 is released.
> >> >>
> >> >> https://maven-plugins.dev.java.net/nonav/maven/hammurapi/index.html
> >> >>
> >> >> Hammurapi is an Open Source Java code review tool. It has more than
> >> 120
> >> >> embedded Inspectors and such unique features as waivers, autowaivers
> >> and
> >> >> cascading rulesets.
> >> >>
> >> >> http://www.hammurapi.org/content/home.html
> >> >>
> >> >> Features
> >> >> -Cascading inspector sets
> >> >> -Loading inspector sets from URL
> >> >> -Multiple levels of analyzis
> >> >>   *Source code
> >> >>     #Token stream including whitespace and comments
> >> >>     #Parse tree
> >> >>   *Package
> >> >>   *Repository
> >> >> -Three levels of reporting
> >> >>   *Compilation unit
> >> >>   *Package
> >> >>   *Summary
> >> >> -Source documentation
> >> >> -Metrics
> >> >> -Severity level highlighting
> >> >> -Fails builds on low Sigma, high DPMO (Defects per million
> >> >> opportunities)
> >> >> or on severity level
> >> >> -120+ embedded inspectors
> >> >> -Extensibility. Inspectors are easy to write and add to inspector
> >> sets.
> >> >>
> >> >>
> >> >> Plugin developed and tested with Maven 1.1 beta-1 and can be
> >> installed
> >> >> through:
> >> >>
> >> >> maven plugin:download -DartifactId=maven-hammurapi-plugin
> >> >> -DgroupId=org.hammurapi -Dversion=1.0
> >> >>
> >> >> and include <reportmaven-hammurapi-plugin</report> in your POM.
> >> >>
> >> >>
> >> >> regards,
> >> >> Arun Nachimuthu
> >> >> http://www.javageekz.com/
> >> >>
> >> >>
> >> >>
> >> >>
> >> >> ---------------------------------------------------------------------
> >> >> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> >> >> For additional commands, e-mail: users-help@maven.apache.org
> >> >>
> >> >>
> >> >
> >> >
> >> > --
> >> > http://www.multitask.com.au/people/dion/
> >> > "You are going to let the fear of poverty govern your life and your
> >> > reward will be that you will eat, but you will not live." - George
> >> > Bernard Shaw
> >> >
> >> > ---------------------------------------------------------------------
> >> > 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: [ANNOUNCEMENT] Hammurapi plugin 1.0 released

Posted by ar...@javageekz.com.
Yes,
It would be a good idea to keep them all in one place.
I would like to move the next version to SF with other plugins.

regards,
Arun

> Sorry about that, I personally never noticed that message among the
> tons of emails I get.
> If you wanna move to SF tell me and I'll setup your account.
>
> On 9/23/05, arun.nachimuthu@javageekz.com <ar...@javageekz.com>
> wrote:
>> Yes,
>>
>> http://sourceforge.net/forum/forum.php?thread_id=1319514&forum_id=207669
>>
>> I requested in sourceforge and waitied for a month for the admins to
>> respond. Also reminded them a couple of times but never heard back from
>> them. I worked on this plugin for my requirements and wanted to share
>> with
>> the community, so i hosted it off in the java.net.
>>
>>
>> > Was there a reason you started a separate maven-plugins project on
>> > java.net instead of joining the one on sourceforge?
>> >
>> > On 9/23/05, arun.nachimuthu@javageekz.com
>> <ar...@javageekz.com>
>> > wrote:
>> >> The Maven Hammurapi plugin 1.0 is released.
>> >>
>> >> https://maven-plugins.dev.java.net/nonav/maven/hammurapi/index.html
>> >>
>> >> Hammurapi is an Open Source Java code review tool. It has more than
>> 120
>> >> embedded Inspectors and such unique features as waivers, autowaivers
>> and
>> >> cascading rulesets.
>> >>
>> >> http://www.hammurapi.org/content/home.html
>> >>
>> >> Features
>> >> -Cascading inspector sets
>> >> -Loading inspector sets from URL
>> >> -Multiple levels of analyzis
>> >>   *Source code
>> >>     #Token stream including whitespace and comments
>> >>     #Parse tree
>> >>   *Package
>> >>   *Repository
>> >> -Three levels of reporting
>> >>   *Compilation unit
>> >>   *Package
>> >>   *Summary
>> >> -Source documentation
>> >> -Metrics
>> >> -Severity level highlighting
>> >> -Fails builds on low Sigma, high DPMO (Defects per million
>> >> opportunities)
>> >> or on severity level
>> >> -120+ embedded inspectors
>> >> -Extensibility. Inspectors are easy to write and add to inspector
>> sets.
>> >>
>> >>
>> >> Plugin developed and tested with Maven 1.1 beta-1 and can be
>> installed
>> >> through:
>> >>
>> >> maven plugin:download -DartifactId=maven-hammurapi-plugin
>> >> -DgroupId=org.hammurapi -Dversion=1.0
>> >>
>> >> and include <reportmaven-hammurapi-plugin</report> in your POM.
>> >>
>> >>
>> >> regards,
>> >> Arun Nachimuthu
>> >> http://www.javageekz.com/
>> >>
>> >>
>> >>
>> >>
>> >> ---------------------------------------------------------------------
>> >> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
>> >> For additional commands, e-mail: users-help@maven.apache.org
>> >>
>> >>
>> >
>> >
>> > --
>> > http://www.multitask.com.au/people/dion/
>> > "You are going to let the fear of poverty govern your life and your
>> > reward will be that you will eat, but you will not live." - George
>> > Bernard Shaw
>> >
>> > ---------------------------------------------------------------------
>> > 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: [ANNOUNCEMENT] Hammurapi plugin 1.0 released

Posted by Carlos Sanchez <ca...@apache.org>.
Sorry about that, I personally never noticed that message among the
tons of emails I get.
If you wanna move to SF tell me and I'll setup your account.

On 9/23/05, arun.nachimuthu@javageekz.com <ar...@javageekz.com> wrote:
> Yes,
>
> http://sourceforge.net/forum/forum.php?thread_id=1319514&forum_id=207669
>
> I requested in sourceforge and waitied for a month for the admins to
> respond. Also reminded them a couple of times but never heard back from
> them. I worked on this plugin for my requirements and wanted to share with
> the community, so i hosted it off in the java.net.
>
>
> > Was there a reason you started a separate maven-plugins project on
> > java.net instead of joining the one on sourceforge?
> >
> > On 9/23/05, arun.nachimuthu@javageekz.com <ar...@javageekz.com>
> > wrote:
> >> The Maven Hammurapi plugin 1.0 is released.
> >>
> >> https://maven-plugins.dev.java.net/nonav/maven/hammurapi/index.html
> >>
> >> Hammurapi is an Open Source Java code review tool. It has more than 120
> >> embedded Inspectors and such unique features as waivers, autowaivers and
> >> cascading rulesets.
> >>
> >> http://www.hammurapi.org/content/home.html
> >>
> >> Features
> >> -Cascading inspector sets
> >> -Loading inspector sets from URL
> >> -Multiple levels of analyzis
> >>   *Source code
> >>     #Token stream including whitespace and comments
> >>     #Parse tree
> >>   *Package
> >>   *Repository
> >> -Three levels of reporting
> >>   *Compilation unit
> >>   *Package
> >>   *Summary
> >> -Source documentation
> >> -Metrics
> >> -Severity level highlighting
> >> -Fails builds on low Sigma, high DPMO (Defects per million
> >> opportunities)
> >> or on severity level
> >> -120+ embedded inspectors
> >> -Extensibility. Inspectors are easy to write and add to inspector sets.
> >>
> >>
> >> Plugin developed and tested with Maven 1.1 beta-1 and can be installed
> >> through:
> >>
> >> maven plugin:download -DartifactId=maven-hammurapi-plugin
> >> -DgroupId=org.hammurapi -Dversion=1.0
> >>
> >> and include <reportmaven-hammurapi-plugin</report> in your POM.
> >>
> >>
> >> regards,
> >> Arun Nachimuthu
> >> http://www.javageekz.com/
> >>
> >>
> >>
> >>
> >> ---------------------------------------------------------------------
> >> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> >> For additional commands, e-mail: users-help@maven.apache.org
> >>
> >>
> >
> >
> > --
> > http://www.multitask.com.au/people/dion/
> > "You are going to let the fear of poverty govern your life and your
> > reward will be that you will eat, but you will not live." - George
> > Bernard Shaw
> >
> > ---------------------------------------------------------------------
> > 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: [ANNOUNCEMENT] Hammurapi plugin 1.0 released

Posted by ar...@javageekz.com.
Yes,

http://sourceforge.net/forum/forum.php?thread_id=1319514&forum_id=207669

I requested in sourceforge and waitied for a month for the admins to
respond. Also reminded them a couple of times but never heard back from
them. I worked on this plugin for my requirements and wanted to share with
the community, so i hosted it off in the java.net.


> Was there a reason you started a separate maven-plugins project on
> java.net instead of joining the one on sourceforge?
>
> On 9/23/05, arun.nachimuthu@javageekz.com <ar...@javageekz.com>
> wrote:
>> The Maven Hammurapi plugin 1.0 is released.
>>
>> https://maven-plugins.dev.java.net/nonav/maven/hammurapi/index.html
>>
>> Hammurapi is an Open Source Java code review tool. It has more than 120
>> embedded Inspectors and such unique features as waivers, autowaivers and
>> cascading rulesets.
>>
>> http://www.hammurapi.org/content/home.html
>>
>> Features
>> -Cascading inspector sets
>> -Loading inspector sets from URL
>> -Multiple levels of analyzis
>>   *Source code
>>     #Token stream including whitespace and comments
>>     #Parse tree
>>   *Package
>>   *Repository
>> -Three levels of reporting
>>   *Compilation unit
>>   *Package
>>   *Summary
>> -Source documentation
>> -Metrics
>> -Severity level highlighting
>> -Fails builds on low Sigma, high DPMO (Defects per million
>> opportunities)
>> or on severity level
>> -120+ embedded inspectors
>> -Extensibility. Inspectors are easy to write and add to inspector sets.
>>
>>
>> Plugin developed and tested with Maven 1.1 beta-1 and can be installed
>> through:
>>
>> maven plugin:download -DartifactId=maven-hammurapi-plugin
>> -DgroupId=org.hammurapi -Dversion=1.0
>>
>> and include <reportmaven-hammurapi-plugin</report> in your POM.
>>
>>
>> regards,
>> Arun Nachimuthu
>> http://www.javageekz.com/
>>
>>
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
>> For additional commands, e-mail: users-help@maven.apache.org
>>
>>
>
>
> --
> http://www.multitask.com.au/people/dion/
> "You are going to let the fear of poverty govern your life and your
> reward will be that you will eat, but you will not live." - George
> Bernard Shaw
>
> ---------------------------------------------------------------------
> 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: [ANNOUNCEMENT] Hammurapi plugin 1.0 released

Posted by Dion Gillard <di...@gmail.com>.
Was there a reason you started a separate maven-plugins project on
java.net instead of joining the one on sourceforge?

On 9/23/05, arun.nachimuthu@javageekz.com <ar...@javageekz.com> wrote:
> The Maven Hammurapi plugin 1.0 is released.
>
> https://maven-plugins.dev.java.net/nonav/maven/hammurapi/index.html
>
> Hammurapi is an Open Source Java code review tool. It has more than 120
> embedded Inspectors and such unique features as waivers, autowaivers and
> cascading rulesets.
>
> http://www.hammurapi.org/content/home.html
>
> Features
> -Cascading inspector sets
> -Loading inspector sets from URL
> -Multiple levels of analyzis
>   *Source code
>     #Token stream including whitespace and comments
>     #Parse tree
>   *Package
>   *Repository
> -Three levels of reporting
>   *Compilation unit
>   *Package
>   *Summary
> -Source documentation
> -Metrics
> -Severity level highlighting
> -Fails builds on low Sigma, high DPMO (Defects per million opportunities)
> or on severity level
> -120+ embedded inspectors
> -Extensibility. Inspectors are easy to write and add to inspector sets.
>
>
> Plugin developed and tested with Maven 1.1 beta-1 and can be installed
> through:
>
> maven plugin:download -DartifactId=maven-hammurapi-plugin
> -DgroupId=org.hammurapi -Dversion=1.0
>
> and include <reportmaven-hammurapi-plugin</report> in your POM.
>
>
> regards,
> Arun Nachimuthu
> http://www.javageekz.com/
>
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> For additional commands, e-mail: users-help@maven.apache.org
>
>


--
http://www.multitask.com.au/people/dion/
"You are going to let the fear of poverty govern your life and your
reward will be that you will eat, but you will not live." - George
Bernard Shaw

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


Re: [m2-beta1] version "release"?

Posted by John Casey <jd...@commonjava.org>.
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

try the following:

m2 deploy -DupdateReleaseInfo=true

This will prompt maven to update the release metadata for that artifact,
~ and *should* result in the plugin being found. You might need to remove
the plugin from the plugin-registry.xml...but in general, this should
help you.

HTH,

john

Andrius Karpavicius wrote:
| Hi,
|
| Maybe this was touched before, but can not find it in the mailing list.
|
|
| Made a plugin and specified version 1.0.  Then simply it deployed m2
| deploy
|
| When I try to use it, maven keeps looking for a RELEASE version.
|
| How do I tell that version 1.0 is a  RELEASE version. Something to
specify
| during deploy?
|
| Last time, I simply modified plugin-registry.xml file and specified a
| version I needed, but that does not seem right
|
| Any documentation on versioning??
|
|>From plugin pom.xml file
|
|   <groupId>lt.sintagma.maven.plugins</groupId>
|   <artifactId>my-plugin</artifactId>
|   <packaging>maven-plugin</packaging>
|   <version>1.0</version>
|
|>From plugin-registry.xml
|     <plugin>
|       <groupId>lt.sintagma.maven.plugins</groupId>
|       <artifactId>maven-jar-plugin</artifactId>
|       <useVersion>RELEASE</useVersion>
|     </plugin>
|
| Thank you,
| Andrius Karpavicius
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.6 (GNU/Linux)

iD8DBQFDNA3pK3h2CZwO/4URAj/8AKCGLrdjYoHM5bvzlB9LgqRLzVyMSQCfdqWP
dTeaamM7DcMAdQFYa3BQkVc=
=yzdt
-----END PGP SIGNATURE-----

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


RE: [m2-beta1] version "release"?

Posted by Yann Le Du <le...@yahoo.com>.
This is a bug in beta-1 :
http://jira.codehaus.org/browse/MNG-916

--- Andrius Karpavicius <An...@sintagma.lt> a écrit :

> Hi,
> 
> Maybe this was touched before, but can not find it in the mailing list.
> 
> 
> Made a plugin and specified version 1.0.  Then simply it deployed m2 
> deploy
> 
> When I try to use it, maven keeps looking for a RELEASE version.
> 
> How do I tell that version 1.0 is a  RELEASE version. Something to specify 
> during deploy?
> 
> Last time, I simply modified plugin-registry.xml file and specified a 
> version I needed, but that does not seem right
> 
> Any documentation on versioning??
> 
> From plugin pom.xml file
> 
>   <groupId>lt.sintagma.maven.plugins</groupId>
>   <artifactId>my-plugin</artifactId>
>   <packaging>maven-plugin</packaging>
>   <version>1.0</version>
> 
> From plugin-registry.xml
>     <plugin>
>       <groupId>lt.sintagma.maven.plugins</groupId>
>       <artifactId>maven-jar-plugin</artifactId>
>       <useVersion>RELEASE</useVersion>
>     </plugin>
> 
> Thank you,
> Andrius Karpavicius



	

	
		
___________________________________________________________________________ 
Appel audio GRATUIT partout dans le monde avec le nouveau Yahoo! Messenger 
Téléchargez cette version sur http://fr.messenger.yahoo.com

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


[m2-beta1] version "release"?

Posted by Andrius Karpavicius <An...@sintagma.lt>.
Hi,

Maybe this was touched before, but can not find it in the mailing list.


Made a plugin and specified version 1.0.  Then simply it deployed m2 
deploy

When I try to use it, maven keeps looking for a RELEASE version.

How do I tell that version 1.0 is a  RELEASE version. Something to specify 
during deploy?

Last time, I simply modified plugin-registry.xml file and specified a 
version I needed, but that does not seem right

Any documentation on versioning??

>From plugin pom.xml file

  <groupId>lt.sintagma.maven.plugins</groupId>
  <artifactId>my-plugin</artifactId>
  <packaging>maven-plugin</packaging>
  <version>1.0</version>

>From plugin-registry.xml
    <plugin>
      <groupId>lt.sintagma.maven.plugins</groupId>
      <artifactId>maven-jar-plugin</artifactId>
      <useVersion>RELEASE</useVersion>
    </plugin>

Thank you,
Andrius Karpavicius

RE: [ANNOUNCEMENT] Hammurapi plugin 1.0 released

Posted by Vincent Massol <vm...@pivolis.com>.
Hi Arun,

Thanks. It sounds like a great plugin.

I've just tried it on Maven 1.1 and it fails because of errors in its POM.
More specifically you must remove the <id> element in the <contributor>
section.

I've tried to report this big on java.net but couldn't find a way to enter a
bug... I've probably missed something stupid. Could you please enter it
yourself?

Thanks
-Vincent

> -----Original Message-----
> From: arun.nachimuthu@javageekz.com [mailto:arun.nachimuthu@javageekz.com]
> Sent: vendredi 23 septembre 2005 00:12
> To: users@maven.apache.org; dev@maven.apache.org
> Subject: [ANNOUNCEMENT] Hammurapi plugin 1.0 released
> 
> The Maven Hammurapi plugin 1.0 is released.
> 
> https://maven-plugins.dev.java.net/nonav/maven/hammurapi/index.html
> 
> Hammurapi is an Open Source Java code review tool. It has more than 120
> embedded Inspectors and such unique features as waivers, autowaivers and
> cascading rulesets.
> 
> http://www.hammurapi.org/content/home.html
> 
> Features
> -Cascading inspector sets
> -Loading inspector sets from URL
> -Multiple levels of analyzis
>   *Source code
>     #Token stream including whitespace and comments
>     #Parse tree
>   *Package
>   *Repository
> -Three levels of reporting
>   *Compilation unit
>   *Package
>   *Summary
> -Source documentation
> -Metrics
> -Severity level highlighting
> -Fails builds on low Sigma, high DPMO (Defects per million opportunities)
> or on severity level
> -120+ embedded inspectors
> -Extensibility. Inspectors are easy to write and add to inspector sets.
> 
> 
> Plugin developed and tested with Maven 1.1 beta-1 and can be installed
> through:
> 
> maven plugin:download -DartifactId=maven-hammurapi-plugin
> -DgroupId=org.hammurapi -Dversion=1.0
> 
> and include <reportmaven-hammurapi-plugin</report> in your POM.
> 
> 
> regards,
> Arun Nachimuthu
> http://www.javageekz.com/
> 
> 
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
> For additional commands, e-mail: dev-help@maven.apache.org



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