Thanks Adam,
I have downloaded some jars after trying out with various versions but I am
getting a null pointer exception : java.lang.NullPointerException  at
org.apache.maven.plugin.DefaultPluginManager.addPlugin(
DefaultPluginManager.java:292) ... [Stacktrace follows]

I am using the following POM
...
 <reporting>
 <plugins>
   <plugin>
       <groupId>jcoverage</groupId>
       <artifactId>jcoverage</artifactId>
       <version>1.0.5</version>
      </plugin>
 </plugins>
 </reporting>

I had initially given the plugin groupId and artifactid initially
as  <groupId>org.apache.maven.plugins</groupId>
     <artifactId>maven-checkstyle-plugin</artifactId>
but in that case the system wasn't being able to download any jar as it
couldn't find any and was throwing an exception.

Now I can see a jcoverage.jar file in my .M2 repository but am getting the
exception when I try to use mvn site

Thanks
Shinjan






On 6/8/06, Adam Leggett <[EMAIL PROTECTED]> wrote:

With regard to plugin status im unsure but Cruise 2.4.1 has built in
support for m2 projects.

-----Original Message-----
From: shinjan sen [mailto:[EMAIL PROTECTED]
Sent: Thursday, June 08, 2006 8:50 AM
To: [email protected]
Subject: Issue in using Maven2 with CruiseControl & Jcoverage


Hi,
I couldn't find the appropriate plugins for CruiseControl and Jcoverage
for Maven2 though it's available for maven1.

Can anyone kindly let me know if this is a fact? If true, what's the
best alternative we have?

Thanks

Shinjan


===========================================================================
The contents of this email are intended for the named addresses and may
contain confidential and/or privileged material. If received in error,
please contact UPCO head office on +44(0)113 201 0600 and then delete
the entire mail from your system. Unauthorised review, distribution,
disclosure or other use of information could constitute a breach of
confidence. Your co-operation in this matter is greatly appreciated.

Every effort has been taken to ensure that this email and any
attachments are virus-free. However, UPCO does not make any warranty
to this effect, and is not liable for any damage done by an infected
email message or attachment. UPCO recommends that all emails and
attachments are checked before opening.

All views or opinions expressed in this electronic message and its
attachements are those of the sender and do not necessarily reflect
the views and opinions of The Ultimate People Company Ltd.

===========================================================================



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


Reply via email to