[ANN] Maven Clover Plugin 1.10 released

2005-08-07 Thread Vincent Massol
We are pleased to announce the Maven Clover Plugin 1.10 release! 

http://maven.apache.org/reference/plugins/clover/

The Clover plugin allows measuring test coverage using Clover 
(http://www.cenqua.com/clover). 

Changes in this version include:

  Fixed bugs:

o The ant:clover-checkAnt task requires initStringparameter. Issue: 
  MPCLOVER-44. 
o When calling clover:ona second time, an updated maven.compile.src.setwas 
  ignored. Issue: MPCLOVER-30. Thanks to Eric Lapierre. 

  Changes:

o Upgrade to Clover 1.3.9. Issue: MPCLOVER-46,MPCLOVER-42.  

To automatically install the plugin, type the following on a single line:

maven plugin:download
  -Dmaven.repo.remote=http://www.ibiblio.org/maven, 
http://cvs.apache.org/repository/
  -DgroupId=maven
  -DartifactId=maven-clover-plugin
  -Dversion=1.10

For a manual installation, you can download the plugin here:
http://www.apache.org/dyn/closer.cgi/java-repository/maven/plugins/maven-clover-plugin-1.10.jar
 

Have fun!
-The Maven Clover Plugin development team
  

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



Re: [M2] where to get javax.persistence.ejb-3.0-edr2-20050513.jar?

2005-08-07 Thread Ralph Pöllath

Thanks,

since it actually was hibernate-annotations-3.0beta2 that created the  
dependency in the first place, I guess I should have looked there first.


Wouldn't it be nice if these placeholder poms (for which the central  
repository contains no jar) included instructions on how to produce  
these jars?


Cheers,
-Ralph.

On 07.08.2005, at 01:59, Carlos Sanchez wrote:

It comes with hibernate annotations.

On 8/6/05, Thomas Van de Velde [EMAIL PROTECTED] wrote:

I believe you can download this from the JBOss/Hibernate web site.

On 8/6/05, Ralph Pöllath [EMAIL PROTECTED] wrote:

my project has a transitive dependency on javax.persistence.ejb-3.0-
edr2-20050513, for which the central repository contains a pom, but
no jar.

I understand that this is probably due to licensing restrictions,  
and

would gladly drop the jar into my private repository, but unlike the
other stuff in javax.*, I just cannot find the jar.


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



Re: [M2] where to get javax.persistence.ejb-3.0-edr2-20050513.jar?

2005-08-07 Thread Brett Porter
On 8/7/05, Ralph Pöllath [EMAIL PROTECTED] wrote:
 Thanks,
 
 since it actually was hibernate-annotations-3.0beta2 that created the
 dependency in the first place, I guess I should have looked there first.
 
 Wouldn't it be nice if these placeholder poms (for which the central
 repository contains no jar) included instructions on how to produce
 these jars?

They can (and should) - if they don't, please file it in jira under
http://jira.codehaus.org/browse/MEV.

Including a downloadUrl in distributionManagement results in m2
displaying that, some instructions and the m2 command to install it
once downloaded.

- Brett


 
 Cheers,
 -Ralph.
 
 On 07.08.2005, at 01:59, Carlos Sanchez wrote:
  It comes with hibernate annotations.
 
  On 8/6/05, Thomas Van de Velde [EMAIL PROTECTED] wrote:
  I believe you can download this from the JBOss/Hibernate web site.
 
  On 8/6/05, Ralph Pöllath [EMAIL PROTECTED] wrote:
  my project has a transitive dependency on javax.persistence.ejb-3.0-
  edr2-20050513, for which the central repository contains a pom, but
  no jar.
 
  I understand that this is probably due to licensing restrictions,
  and
  would gladly drop the jar into my private repository, but unlike the
  other stuff in javax.*, I just cannot find the jar.
 
 -
 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: [ANN] Maven Clover Plugin 1.10 released

2005-08-07 Thread Gary Gregory
Vincent: 
Thank you, 
Gary.

 -Original Message-
 From: Vincent Massol [mailto:[EMAIL PROTECTED]
 Sent: Sunday, August 07, 2005 1:29 AM
 To: users@maven.apache.org; dev@maven.apache.org
 Subject: [ANN] Maven Clover Plugin 1.10 released
 
 We are pleased to announce the Maven Clover Plugin 1.10 release!
 
 http://maven.apache.org/reference/plugins/clover/
 
 The Clover plugin allows measuring test coverage using Clover
 (http://www.cenqua.com/clover).
 
 Changes in this version include:
 
   Fixed bugs:
 
 o The ant:clover-checkAnt task requires initStringparameter. Issue:
   MPCLOVER-44.
 o When calling clover:ona second time, an updated
maven.compile.src.setwas
   ignored. Issue: MPCLOVER-30. Thanks to Eric Lapierre.
 
   Changes:
 
 o Upgrade to Clover 1.3.9. Issue: MPCLOVER-46,MPCLOVER-42.
 
 To automatically install the plugin, type the following on a single
line:
 
 maven plugin:download
   -Dmaven.repo.remote=http://www.ibiblio.org/maven,
 http://cvs.apache.org/repository/
   -DgroupId=maven
   -DartifactId=maven-clover-plugin
   -Dversion=1.10
 
 For a manual installation, you can download the plugin here:

http://www.apache.org/dyn/closer.cgi/java-repository/maven/plugins/maven
-
 clover-plugin-1.10.jar
 
 
 Have fun!
 -The Maven Clover Plugin development team
 
 
 -
 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]