Hi Shinjan,
I'm afraid I don't know about jcoverage, sorry..
Kierna
----- Original Message -----
From: "shinjan sen" <[EMAIL PROTECTED]>
To: "Maven Users List" <[email protected]>
Sent: Thursday, June 08, 2006 2:27 PM
Subject: Re: Errors in adding cruisecontrol plugin
Hi,
Thanks for the help.
I have a similar situation with the jcoverage plugin also.
I am trying to use
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jcoverage-plugin</artifactId>
which leads to an exception. Can you kindly tell me whether this plugin
has
been discontinued for maven 2?
Many Thanks
Shinjan
On 6/8/06, Kieran Brady <[EMAIL PROTECTED]> wrote:
There is no CruiseControl plugin for Maven2 AFAIK, only for maven1.
You can just point your CC config.xml at a pom.xml and it will build it:
...
<schedule>
<maven2 pomFile="path/to/pom.xml"
goal="clean scm:update|install site time="0200"/>
</schedule>
----- Original Message -----
From: "shinjan sen" <[EMAIL PROTECTED]>
To: <[email protected]>
Sent: Thursday, June 08, 2006 1:53 PM
Subject: Errors in adding cruisecontrol plugin
> Hi,
> Can anyone kindly tell me how to integrate cruise control with maven2 ?
>
> I have added the following in the <plugin> section under <reporting> in
> POM.xml
>
> <plugin>
> <groupId>org.apache.maven.plugins</groupId>
> <artifactId>maven-cruisecontrol-plugin</artifactId>
> </plugin>
>
> It's throwing an exception telling that it can't find the plugin.
> "The plugin 'org.apache.maven.plugins:maven-cruisecontrol-plugin' does
not
> exist ..."
>
> But if I check at
>
http://www.ibiblio.org/maven2/net/sourceforge/cruisecontrol/cruisecontrol/
> I
> can see two versions of the plugin available.
>
> Kindly advise
>
> Many Thanks
>
> Shinjan
>
---------------------------------------------------------------------
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]