Re: Location of cobertura-maven-plugin?

2006-04-21 Thread thenew05
Thanks, That seemed to work, but now I have other errors!

It seems that cobertura does not like multi level project for instrument
goals.


Thanks again!



On 4/21/06, Boris Lenzinger <[EMAIL PROTECTED]> wrote:
>
> I also use 2.0.2 with no problem.
>
> Here is my section for the cobertura plugin:
>  
>  
>org.codehaus.mojo
>cobertura-maven-plugin
>2.0-20060130.214008-3
>  
>
> I have moved my cobertura plugin to check if it downloads the plugin or
> not and it succeed so it should be the same for you ;)
>
> [EMAIL PROTECTED] a écrit :
> > I am using version 2.0.2!
> >
> >
> >
> > On 4/21/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
> >
> >>  I changed the version number of the plug-in now I get a different
> error.
> >>
> >> All of my configuring I am getting from the doc. at codehaus.
> >> But here is the new error.
> >>
> >> mvn cobertura:cobertura
> >>
> >> [INFO] Searching repository for plugin with prefix: 'cobertura'.
> >> Downloading:
> >>
> http://snapshots.maven.codehaus.org/maven2/org/codehaus/mojo/cobertura-maven-plugin/2.0/cobertura-maven-plugin-2.0.pom
> >> [WARNING] Unable to get resource from repository snapshots (
> http://snapshots.maven.codehaus.org/maven2
> >> )
> >> Downloading:
> http://repo1.maven.org/maven2/org/codehaus/mojo/cobertura-maven-plugin/2.0/cobertura-maven-plugin-2.0.pom
> >>
> >> [WARNING] Unable to get resource from repository central (
> >> http://repo1.maven.org/maven2)
> >> Downloading:
> >>
> http://repo1.maven.org/maven2/org/codehaus/mojo/cobertura-maven-plugin/2.0/cobertura-maven-plugin-2.0.pom
> >> [WARNING] Unable to get resource from repository central (
> http://repo1.maven.org/maven2
> >> )
> >>
> >> [INFO]
> >>
> 
> >> [ERROR] BUILD ERROR
> >> [INFO]
> >>
> 
> >> [INFO] Failed to resolve artifact.
> >>
> >> GroupId: org.codehaus.mojo
> >> ArtifactId: cobertura-maven-plugin
> >> Version: 2.0
> >>
> >> Reason: Unable to download the artifact from any repository
> >>
> >>   org.codehaus.mojo:cobertura-maven-plugin:pom:2.0
> >>
> >> from the specified remote repositories:
> >>   central (http://repo1.maven.org/maven2),
> >>   snapshots (http://snapshots.maven.codehaus.org/maven2 )
> >>
> >>
> >> [INFO]
> >>
> 
> >> [INFO] For more information, run Maven with the -e switch
> >> [INFO]
> >>
> 
> >>
> >> [INFO] Total time: 3 seconds
> >> [INFO] Finished at: Fri Apr 21 10:31:49 CDT 2006
> >>
> >> [INFO] Final Memory: 2M/126M
> >> [INFO]
> >>
> 
> >>
> >>
> >> Thanks!
> >>
> >>
> >>  On 4/21/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
> >>
> >>>  I still get an error for finding this plug-in:
> >>>
> >>> [INFO] Searching repository for plugin with prefix: 'cobertura'.
> >>> [INFO] Ignoring available plugin update: 2.0-20060331.055400-6 as it
> >>> requires Maven version 2.0.3-SNAPSHOT
> >>> [INFO]
> >>>
> 
> >>>
> >>> [ERROR] BUILD ERROR
> >>> [INFO]
> >>>
> 
> >>> [INFO] The plugin 'org.codehaus.mojo:cobertura-maven-plugin' does not
> >>> exist or no valid version could be found
> >>> [INFO]
> >>>
> 
> >>> [INFO] For more information, run Maven with the -e switch
> >>> [INFO]
> >>>
> 
> >>>
> >>> [INFO] Total time: < 1 second
> >>> [INFO] Finished at: Fri Apr 21 10:21:51 CDT 2006
> >>> [INFO] Final Memory: 2M/126M
> >>> [INFO]
> >>>
> 
> >>>
> >>>
> >>> Is there something I am missing here?
> >>>
> >>>
> >>>
> >>> On 4/20/06, Mark Hewett <[EMAIL PROTECTED] > wrote:
> >>>
>  No problem.  I just tried it out and have a very nice report, so many
>  thanks to the people working on this plugin!
> 
>  I should have mentioned that you can add the following to your POM to
>  enable the snapshot repository, in case you haven't done this before.
> 
>  
>  
> snapshots
> http://snapshots.maven.codehaus.org/maven2
>  
>  
> 
>  -
>  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: Location of cobertura-maven-plugin?

2006-04-21 Thread Boris Lenzinger

I also use 2.0.2 with no problem.

Here is my section for the cobertura plugin:
 
 
   org.codehaus.mojo
   cobertura-maven-plugin
   2.0-20060130.214008-3
 

I have moved my cobertura plugin to check if it downloads the plugin or 
not and it succeed so it should be the same for you ;)


[EMAIL PROTECTED] a écrit :

I am using version 2.0.2!



On 4/21/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
  

 I changed the version number of the plug-in now I get a different error.

All of my configuring I am getting from the doc. at codehaus.
But here is the new error.

mvn cobertura:cobertura

[INFO] Searching repository for plugin with prefix: 'cobertura'.
Downloading:
http://snapshots.maven.codehaus.org/maven2/org/codehaus/mojo/cobertura-maven-plugin/2.0/cobertura-maven-plugin-2.0.pom
[WARNING] Unable to get resource from repository snapshots 
(http://snapshots.maven.codehaus.org/maven2
)
Downloading: 
http://repo1.maven.org/maven2/org/codehaus/mojo/cobertura-maven-plugin/2.0/cobertura-maven-plugin-2.0.pom

[WARNING] Unable to get resource from repository central (
http://repo1.maven.org/maven2)
Downloading:
http://repo1.maven.org/maven2/org/codehaus/mojo/cobertura-maven-plugin/2.0/cobertura-maven-plugin-2.0.pom
[WARNING] Unable to get resource from repository central 
(http://repo1.maven.org/maven2
)

[INFO]

[ERROR] BUILD ERROR
[INFO]

[INFO] Failed to resolve artifact.

GroupId: org.codehaus.mojo
ArtifactId: cobertura-maven-plugin
Version: 2.0

Reason: Unable to download the artifact from any repository

  org.codehaus.mojo:cobertura-maven-plugin:pom:2.0

from the specified remote repositories:
  central (http://repo1.maven.org/maven2),
  snapshots (http://snapshots.maven.codehaus.org/maven2 )


[INFO]

[INFO] For more information, run Maven with the -e switch
[INFO]


[INFO] Total time: 3 seconds
[INFO] Finished at: Fri Apr 21 10:31:49 CDT 2006

[INFO] Final Memory: 2M/126M
[INFO]



Thanks!


 On 4/21/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:


 I still get an error for finding this plug-in:

[INFO] Searching repository for plugin with prefix: 'cobertura'.
[INFO] Ignoring available plugin update: 2.0-20060331.055400-6 as it
requires Maven version 2.0.3-SNAPSHOT
[INFO]


[ERROR] BUILD ERROR
[INFO]

[INFO] The plugin 'org.codehaus.mojo:cobertura-maven-plugin' does not
exist or no valid version could be found
[INFO]

[INFO] For more information, run Maven with the -e switch
[INFO]


[INFO] Total time: < 1 second
[INFO] Finished at: Fri Apr 21 10:21:51 CDT 2006
[INFO] Final Memory: 2M/126M
[INFO]



Is there something I am missing here?



On 4/20/06, Mark Hewett <[EMAIL PROTECTED] > wrote:
  

No problem.  I just tried it out and have a very nice report, so many
thanks to the people working on this plugin!

I should have mentioned that you can add the following to your POM to
enable the snapshot repository, in case you haven't done this before.



   snapshots
   http://snapshots.maven.codehaus.org/maven2



-
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: Location of cobertura-maven-plugin?

2006-04-21 Thread thenew05
This is the current setting now, but still the same error.

  
org.codehaus.mojo
cobertura-maven-plugin
  1.7

  

  clean

  

  

Also, in the MEta file artifact-id is called cobertura so could that be an
issue?

THanks

On 4/21/06, Boris Lenzinger <[EMAIL PROTECTED]> wrote:
>
> could you post the version you have set in your pom ? I think the error
> is coming from this point.
>
> May be check the versions that are available in the metadata.xml file in
> the plugin folder and use it in your tag version for the plugin.
>
> [EMAIL PROTECTED] a écrit :
> > I changed the version number of the plug-in now I get a different error.
> >
> > All of my configuring I am getting from the doc. at codehaus.
> > But here is the new error.
> >
> > mvn cobertura:cobertura
> > [INFO] Searching repository for plugin with prefix: 'cobertura'.
> > Downloading:
> >
> http://snapshots.maven.codehaus.org/maven2/org/codehaus/mojo/cobertura-maven-plugin/2.0/cobertura-maven-plugin-2.0.pom
> > [WARNING] Unable to get resource from repository snapshots (
> > http://snapshots.maven.codehaus.org/maven2)
> > Downloading:
> >
> http://repo1.maven.org/maven2/org/codehaus/mojo/cobertura-maven-plugin/2.0/cobertura-maven-plugin-2.0.pom
> > [WARNING] Unable to get resource from repository central (
> > http://repo1.maven.org/maven2)
> > Downloading:
> >
> http://repo1.maven.org/maven2/org/codehaus/mojo/cobertura-maven-plugin/2.0/cobertura-maven-plugin-2.0.pom
> > [WARNING] Unable to get resource from repository central (
> > http://repo1.maven.org/maven2)
> > [INFO]
> >
> 
> > [ERROR] BUILD ERROR
> > [INFO]
> >
> 
> > [INFO] Failed to resolve artifact.
> >
> > GroupId: org.codehaus.mojo
> > ArtifactId: cobertura-maven-plugin
> > Version: 2.0
> >
> > Reason: Unable to download the artifact from any repository
> >
> >   org.codehaus.mojo:cobertura-maven-plugin:pom:2.0
> >
> > from the specified remote repositories:
> >   central (http://repo1.maven.org/maven2),
> >   snapshots (http://snapshots.maven.codehaus.org/maven2)
> >
> >
> > [INFO]
> >
> 
> > [INFO] For more information, run Maven with the -e switch
> > [INFO]
> >
> 
> > [INFO] Total time: 3 seconds
> > [INFO] Finished at: Fri Apr 21 10:31:49 CDT 2006
> > [INFO] Final Memory: 2M/126M
> > [INFO]
> >
> 
> >
> > Thanks!
> >
> >
> > On 4/21/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
> >
> >>  I still get an error for finding this plug-in:
> >>
> >> [INFO] Searching repository for plugin with prefix: 'cobertura'.
> >> [INFO] Ignoring available plugin update: 2.0-20060331.055400-6 as it
> >> requires Maven version 2.0.3-SNAPSHOT
> >> [INFO]
> >>
> 
> >>
> >> [ERROR] BUILD ERROR
> >> [INFO]
> >>
> 
> >> [INFO] The plugin 'org.codehaus.mojo:cobertura-maven-plugin' does not
> >> exist or no valid version could be found
> >> [INFO]
> >>
> 
> >> [INFO] For more information, run Maven with the -e switch
> >> [INFO]
> >>
> 
> >>
> >> [INFO] Total time: < 1 second
> >> [INFO] Finished at: Fri Apr 21 10:21:51 CDT 2006
> >> [INFO] Final Memory: 2M/126M
> >> [INFO]
> >>
> 
> >>
> >>
> >> Is there something I am missing here?
> >>
> >>
> >>
> >> On 4/20/06, Mark Hewett <[EMAIL PROTECTED]> wrote:
> >>
> >>> No problem.  I just tried it out and have a very nice report, so many
> >>> thanks to the people working on this plugin!
> >>>
> >>> I should have mentioned that you can add the following to your POM to
> >>> enable the snapshot repository, in case you haven't done this before.
> >>>
> >>> 
> >>> 
> >>>snapshots
> >>>http://snapshots.maven.codehaus.org/maven2
> >>> 
> >>> 
> >>>
> >>> -
> >>> 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: Location of cobertura-maven-plugin?

2006-04-21 Thread Boris Lenzinger
could you post the version you have set in your pom ? I think the error 
is coming from this point.


May be check the versions that are available in the metadata.xml file in 
the plugin folder and use it in your tag version for the plugin.


[EMAIL PROTECTED] a écrit :

I changed the version number of the plug-in now I get a different error.

All of my configuring I am getting from the doc. at codehaus.
But here is the new error.

mvn cobertura:cobertura
[INFO] Searching repository for plugin with prefix: 'cobertura'.
Downloading:
http://snapshots.maven.codehaus.org/maven2/org/codehaus/mojo/cobertura-maven-plugin/2.0/cobertura-maven-plugin-2.0.pom
[WARNING] Unable to get resource from repository snapshots (
http://snapshots.maven.codehaus.org/maven2)
Downloading:
http://repo1.maven.org/maven2/org/codehaus/mojo/cobertura-maven-plugin/2.0/cobertura-maven-plugin-2.0.pom
[WARNING] Unable to get resource from repository central (
http://repo1.maven.org/maven2)
Downloading:
http://repo1.maven.org/maven2/org/codehaus/mojo/cobertura-maven-plugin/2.0/cobertura-maven-plugin-2.0.pom
[WARNING] Unable to get resource from repository central (
http://repo1.maven.org/maven2)
[INFO]

[ERROR] BUILD ERROR
[INFO]

[INFO] Failed to resolve artifact.

GroupId: org.codehaus.mojo
ArtifactId: cobertura-maven-plugin
Version: 2.0

Reason: Unable to download the artifact from any repository

  org.codehaus.mojo:cobertura-maven-plugin:pom:2.0

from the specified remote repositories:
  central (http://repo1.maven.org/maven2),
  snapshots (http://snapshots.maven.codehaus.org/maven2)


[INFO]

[INFO] For more information, run Maven with the -e switch
[INFO]

[INFO] Total time: 3 seconds
[INFO] Finished at: Fri Apr 21 10:31:49 CDT 2006
[INFO] Final Memory: 2M/126M
[INFO]


Thanks!


On 4/21/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
  

 I still get an error for finding this plug-in:

[INFO] Searching repository for plugin with prefix: 'cobertura'.
[INFO] Ignoring available plugin update: 2.0-20060331.055400-6 as it
requires Maven version 2.0.3-SNAPSHOT
[INFO]


[ERROR] BUILD ERROR
[INFO]

[INFO] The plugin 'org.codehaus.mojo:cobertura-maven-plugin' does not
exist or no valid version could be found
[INFO]

[INFO] For more information, run Maven with the -e switch
[INFO]


[INFO] Total time: < 1 second
[INFO] Finished at: Fri Apr 21 10:21:51 CDT 2006
[INFO] Final Memory: 2M/126M
[INFO]



Is there something I am missing here?



On 4/20/06, Mark Hewett <[EMAIL PROTECTED]> wrote:


No problem.  I just tried it out and have a very nice report, so many
thanks to the people working on this plugin!

I should have mentioned that you can add the following to your POM to
enable the snapshot repository, in case you haven't done this before.



   snapshots
   http://snapshots.maven.codehaus.org/maven2



-
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: Location of cobertura-maven-plugin?

2006-04-21 Thread thenew05
I am using version 2.0.2!



On 4/21/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
>
>  I changed the version number of the plug-in now I get a different error.
>
> All of my configuring I am getting from the doc. at codehaus.
> But here is the new error.
>
> mvn cobertura:cobertura
>
> [INFO] Searching repository for plugin with prefix: 'cobertura'.
> Downloading:
> http://snapshots.maven.codehaus.org/maven2/org/codehaus/mojo/cobertura-maven-plugin/2.0/cobertura-maven-plugin-2.0.pom
> [WARNING] Unable to get resource from repository snapshots 
> (http://snapshots.maven.codehaus.org/maven2
> )
> Downloading: 
> http://repo1.maven.org/maven2/org/codehaus/mojo/cobertura-maven-plugin/2.0/cobertura-maven-plugin-2.0.pom
>
> [WARNING] Unable to get resource from repository central (
> http://repo1.maven.org/maven2)
> Downloading:
> http://repo1.maven.org/maven2/org/codehaus/mojo/cobertura-maven-plugin/2.0/cobertura-maven-plugin-2.0.pom
> [WARNING] Unable to get resource from repository central 
> (http://repo1.maven.org/maven2
> )
>
> [INFO]
> 
> [ERROR] BUILD ERROR
> [INFO]
> 
> [INFO] Failed to resolve artifact.
>
> GroupId: org.codehaus.mojo
> ArtifactId: cobertura-maven-plugin
> Version: 2.0
>
> Reason: Unable to download the artifact from any repository
>
>   org.codehaus.mojo:cobertura-maven-plugin:pom:2.0
>
> from the specified remote repositories:
>   central (http://repo1.maven.org/maven2),
>   snapshots (http://snapshots.maven.codehaus.org/maven2 )
>
>
> [INFO]
> 
> [INFO] For more information, run Maven with the -e switch
> [INFO]
> 
>
> [INFO] Total time: 3 seconds
> [INFO] Finished at: Fri Apr 21 10:31:49 CDT 2006
>
> [INFO] Final Memory: 2M/126M
> [INFO]
> 
>
>
> Thanks!
>
>
>  On 4/21/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
> >
> >  I still get an error for finding this plug-in:
> >
> > [INFO] Searching repository for plugin with prefix: 'cobertura'.
> > [INFO] Ignoring available plugin update: 2.0-20060331.055400-6 as it
> > requires Maven version 2.0.3-SNAPSHOT
> > [INFO]
> > 
> >
> > [ERROR] BUILD ERROR
> > [INFO]
> > 
> > [INFO] The plugin 'org.codehaus.mojo:cobertura-maven-plugin' does not
> > exist or no valid version could be found
> > [INFO]
> > 
> > [INFO] For more information, run Maven with the -e switch
> > [INFO]
> > 
> >
> > [INFO] Total time: < 1 second
> > [INFO] Finished at: Fri Apr 21 10:21:51 CDT 2006
> > [INFO] Final Memory: 2M/126M
> > [INFO]
> > 
> >
> >
> > Is there something I am missing here?
> >
> >
> >
> > On 4/20/06, Mark Hewett <[EMAIL PROTECTED] > wrote:
> > >
> > > No problem.  I just tried it out and have a very nice report, so many
> > > thanks to the people working on this plugin!
> > >
> > > I should have mentioned that you can add the following to your POM to
> > > enable the snapshot repository, in case you haven't done this before.
> > >
> > > 
> > > 
> > >snapshots
> > >http://snapshots.maven.codehaus.org/maven2
> > > 
> > > 
> > >
> > > -
> > > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > > For additional commands, e-mail: [EMAIL PROTECTED]
> > >
> > >
> >
>


Re: Location of cobertura-maven-plugin?

2006-04-21 Thread thenew05
I changed the version number of the plug-in now I get a different error.

All of my configuring I am getting from the doc. at codehaus.
But here is the new error.

mvn cobertura:cobertura
[INFO] Searching repository for plugin with prefix: 'cobertura'.
Downloading:
http://snapshots.maven.codehaus.org/maven2/org/codehaus/mojo/cobertura-maven-plugin/2.0/cobertura-maven-plugin-2.0.pom
[WARNING] Unable to get resource from repository snapshots (
http://snapshots.maven.codehaus.org/maven2)
Downloading:
http://repo1.maven.org/maven2/org/codehaus/mojo/cobertura-maven-plugin/2.0/cobertura-maven-plugin-2.0.pom
[WARNING] Unable to get resource from repository central (
http://repo1.maven.org/maven2)
Downloading:
http://repo1.maven.org/maven2/org/codehaus/mojo/cobertura-maven-plugin/2.0/cobertura-maven-plugin-2.0.pom
[WARNING] Unable to get resource from repository central (
http://repo1.maven.org/maven2)
[INFO]

[ERROR] BUILD ERROR
[INFO]

[INFO] Failed to resolve artifact.

GroupId: org.codehaus.mojo
ArtifactId: cobertura-maven-plugin
Version: 2.0

Reason: Unable to download the artifact from any repository

  org.codehaus.mojo:cobertura-maven-plugin:pom:2.0

from the specified remote repositories:
  central (http://repo1.maven.org/maven2),
  snapshots (http://snapshots.maven.codehaus.org/maven2)


[INFO]

[INFO] For more information, run Maven with the -e switch
[INFO]

[INFO] Total time: 3 seconds
[INFO] Finished at: Fri Apr 21 10:31:49 CDT 2006
[INFO] Final Memory: 2M/126M
[INFO]


Thanks!


On 4/21/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
>
>  I still get an error for finding this plug-in:
>
> [INFO] Searching repository for plugin with prefix: 'cobertura'.
> [INFO] Ignoring available plugin update: 2.0-20060331.055400-6 as it
> requires Maven version 2.0.3-SNAPSHOT
> [INFO]
> 
>
> [ERROR] BUILD ERROR
> [INFO]
> 
> [INFO] The plugin 'org.codehaus.mojo:cobertura-maven-plugin' does not
> exist or no valid version could be found
> [INFO]
> 
> [INFO] For more information, run Maven with the -e switch
> [INFO]
> 
>
> [INFO] Total time: < 1 second
> [INFO] Finished at: Fri Apr 21 10:21:51 CDT 2006
> [INFO] Final Memory: 2M/126M
> [INFO]
> 
>
>
> Is there something I am missing here?
>
>
>
> On 4/20/06, Mark Hewett <[EMAIL PROTECTED]> wrote:
> >
> > No problem.  I just tried it out and have a very nice report, so many
> > thanks to the people working on this plugin!
> >
> > I should have mentioned that you can add the following to your POM to
> > enable the snapshot repository, in case you haven't done this before.
> >
> > 
> > 
> >snapshots
> >http://snapshots.maven.codehaus.org/maven2
> > 
> > 
> >
> > -
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> >
> >
>


Re: Location of cobertura-maven-plugin?

2006-04-21 Thread Boris Lenzinger

Which version of maven are you using ?
Message is saying that this plugin requests maven 2.0.3 SNAPSHOT. Is it 
the version you are using ?


Else check which other versions are available on the site and change the 
version number of your plugin (if you didn't specify it, then supply a 
version number).


FYI, I use maven 2.0.2 and I have in my repository: 
2.0-20060130.214008-3 which is workibng fine.


[EMAIL PROTECTED] a écrit :

I still get an error for finding this plug-in:

[INFO] Searching repository for plugin with prefix: 'cobertura'.
[INFO] Ignoring available plugin update: 2.0-20060331.055400-6 as it
requires Maven version 2.0.3-SNAPSHOT
[INFO]

[ERROR] BUILD ERROR
[INFO]

[INFO] The plugin 'org.codehaus.mojo:cobertura-maven-plugin' does not exist
or no valid version could be found
[INFO]

[INFO] For more information, run Maven with the -e switch
[INFO]

[INFO] Total time: < 1 second
[INFO] Finished at: Fri Apr 21 10:21:51 CDT 2006
[INFO] Final Memory: 2M/126M
[INFO]



Is there something I am missing here?



On 4/20/06, Mark Hewett <[EMAIL PROTECTED]> wrote:
  

No problem.  I just tried it out and have a very nice report, so many
thanks to the people working on this plugin!

I should have mentioned that you can add the following to your POM to
enable the snapshot repository, in case you haven't done this before.



   snapshots
   http://snapshots.maven.codehaus.org/maven2



-
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: Location of cobertura-maven-plugin?

2006-04-21 Thread thenew05
I still get an error for finding this plug-in:

[INFO] Searching repository for plugin with prefix: 'cobertura'.
[INFO] Ignoring available plugin update: 2.0-20060331.055400-6 as it
requires Maven version 2.0.3-SNAPSHOT
[INFO]

[ERROR] BUILD ERROR
[INFO]

[INFO] The plugin 'org.codehaus.mojo:cobertura-maven-plugin' does not exist
or no valid version could be found
[INFO]

[INFO] For more information, run Maven with the -e switch
[INFO]

[INFO] Total time: < 1 second
[INFO] Finished at: Fri Apr 21 10:21:51 CDT 2006
[INFO] Final Memory: 2M/126M
[INFO]



Is there something I am missing here?



On 4/20/06, Mark Hewett <[EMAIL PROTECTED]> wrote:
>
> No problem.  I just tried it out and have a very nice report, so many
> thanks to the people working on this plugin!
>
> I should have mentioned that you can add the following to your POM to
> enable the snapshot repository, in case you haven't done this before.
>
> 
> 
>snapshots
>http://snapshots.maven.codehaus.org/maven2
> 
> 
>
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>


Re: Location of cobertura-maven-plugin?

2006-04-20 Thread Mark Hewett
No problem.  I just tried it out and have a very nice report, so many
thanks to the people working on this plugin!

I should have mentioned that you can add the following to your POM to
enable the snapshot repository, in case you haven't done this before.


  
snapshots
http://snapshots.maven.codehaus.org/maven2
  


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



Re: Location of cobertura-maven-plugin?

2006-04-20 Thread Sean McNamara
Thanks for that pointer Mark!

--- Mark Hewett <[EMAIL PROTECTED]> wrote:

> On 4/20/06, Sean McNamara <[EMAIL PROTECTED]> wrote:
> > Simple question:
> >
> > Can anyone point me to the location of the
> > cobertura-maven-plugin?  I can't seem to find it
> in
> > any of the online repositories.
> >
> > thanks!
> 
> I think it's only in the snapshots repository at the
> moment.
> 
>
http://snapshots.maven.codehaus.org/maven2/org/codehaus/mojo/cobertura-maven-plugin/
> 
> Just about to try it out myself!  Docs are at
> http://mojo.codehaus.org/cobertura-maven-plugin/.
> 
>
-
> To unsubscribe, e-mail:
> [EMAIL PROTECTED]
> For additional commands, e-mail:
> [EMAIL PROTECTED]
> 
> 


__
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 

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



Re: Location of cobertura-maven-plugin?

2006-04-20 Thread Mark Hewett
On 4/20/06, Sean McNamara <[EMAIL PROTECTED]> wrote:
> Simple question:
>
> Can anyone point me to the location of the
> cobertura-maven-plugin?  I can't seem to find it in
> any of the online repositories.
>
> thanks!

I think it's only in the snapshots repository at the moment.

http://snapshots.maven.codehaus.org/maven2/org/codehaus/mojo/cobertura-maven-plugin/

Just about to try it out myself!  Docs are at
http://mojo.codehaus.org/cobertura-maven-plugin/.

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