Re: M2 dashboard plug-in found

2007-02-01 Thread diroussel

I looked at the pom a while ago, and it looked like it had been automatically
converted to maven 2.

I didn't know that was possible, and I didn't try it.  But now people here
are saying it works I might give it a go. 

Anyone else used it with success?

David


Wendy Smoak-3 wrote:
> 
> On 1/28/07, Morgovsky, Alexander (US - Glen Mills)
> <[EMAIL PROTECTED]> wrote:
> 
>> I found the M2 dashboard plug-in in
>> http://mirrors.ibiblio.org/pub/mirrors/maven2/maven/maven-dashboard-plugin/.
> 
> I bet that's a Maven 1 plugin.  The groupId is wrong for m2.
> 
> -- 
> Wendy
> 
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 
> 

-- 
View this message in context: 
http://www.nabble.com/M2-dashboard-plug-in-found-tf3133809s177.html#a8750022
Sent from the Maven - Users mailing list archive at Nabble.com.


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



Re: M2 dashboard plug-in found

2007-01-30 Thread Morgovsky, Alexander \(US - Glen Mills\)
I will try this.  Thanks. 


This message (including any attachments) contains confidential information 
intended for a specific individual and purpose, and is protected by law.  If 
you are not the intended recipient, you should delete this message. 


Any disclosure, copying, or distribution of this message, or the taking of any 
action based on it, is strictly prohibited. [v.E.1]


Re: M2 dashboard plug-in found

2007-01-29 Thread Tony Ambrozie

I have been using dashboard for mvn 2 for a couple of weeks to aggregate
Cobertura/Surefire/Checkstyle/PMD/CPD Reports without having to build and
install it manually (limits the distributability of pom), here is my pom
entry (very last report plugin in the pom):

[]
 
   org.codehaus.mojo
   dashboard-maven-plugin
   1.0-SNAPSHOT
 
  
 


You will need to include the codehaus snapshots repository in your specific
section in the pom:
   []
   
 codehaus.snapshots
 Codehaus Maven Snapshot Repository
 http://snapshots.repository.codehaus.org/
 
   true
 
   
   [...]

Hope this helps.


On 1/29/07, Morgovsky, Alexander (US - Glen Mills) <[EMAIL PROTECTED]>
wrote:


I just need to check out all the code from this URL and run mvn install?

-Original Message-
From: Srilakshmanan, Lakshman [mailto:
[EMAIL PROTECTED]
Sent: Monday, January 29, 2007 7:29 PM
To: Morgovsky, Alexander (US - Glen Mills)
Cc: users@maven.apache.org
Subject: RE: M2 dashboard plug-in found

Hi Alexander,

This plugin has not been released yet, so you cannot put it in your POM
and expect it be downloaded :(

You need to checkout the plugin and build it. It is quite easy to build.
It builds just like any other plugins. I downloaded it from

https://svn.codehaus.org/mojo/trunk/mojo/mojo-sandbox/dashboard-maven-plugin/

Once you have built it, you may install it in your repository.

The snippet from my POM is as follows

  
  org.codehaus.mojo
  dashboard-maven-plugin
  1.0-SNAPSHOT
  

Thanks
Lakshman

From: Morgovsky, Alexander (US - Glen Mills) [mailto:
[EMAIL PROTECTED]
Sent: Tuesday, 30 January 2007 10:00 AM
To: Srilakshmanan, Lakshman
Cc: users@maven.apache.org
Subject: RE: M2 dashboard plug-in found

I put the plug-in into my master POM, but the plug-in could not be
downloaded. I tried manually installing to our repository, but no success.
Could you please post a basic POM which fully shows how to properly declare
the Codehaus repository and use this plugin? Thanks.

This message (including any attachments) contains confidential information
intended for a specific individual and purpose, and is protected by law. If
you are not the intended recipient, you should delete this message.
Any disclosure, copying, or distribution of this message, or the taking of
any action based on it, is strictly prohibited. [v.E.1]


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




RE: M2 dashboard plug-in found

2007-01-29 Thread Morgovsky, Alexander \(US - Glen Mills\)
Thanks, I will try this. 

-Original Message-
From: Srilakshmanan, Lakshman [mailto:[EMAIL PROTECTED] 
Sent: Monday, January 29, 2007 10:08 PM
To: Morgovsky, Alexander (US - Glen Mills)
Cc: users@maven.apache.org
Subject: RE: M2 dashboard plug-in found

Yup,

I normally usemvn clean install. I am paranoid :)

Thanks
Lakshman


> -Original Message-
> From: Morgovsky, Alexander (US - Glen Mills) [mailto:[EMAIL PROTECTED]
> Sent: Tuesday, 30 January 2007 11:34 AM
> To: Srilakshmanan, Lakshman
> Cc: users@maven.apache.org
> Subject: RE: M2 dashboard plug-in found
> 
> I just need to check out all the code from this URL and run mvn install?
> 
> -Original Message-
> From: Srilakshmanan, Lakshman [mailto:[EMAIL PROTECTED]
> Sent: Monday, January 29, 2007 7:29 PM
> To: Morgovsky, Alexander (US - Glen Mills)
> Cc: users@maven.apache.org
> Subject: RE: M2 dashboard plug-in found
> 
> Hi Alexander,
> 
> This plugin has not been released yet, so you cannot put it in your POM and 
> expect it be downloaded
> :(
> 
> You need to checkout the plugin and build it. It is quite easy to build. It 
> builds just like any
> other plugins. I downloaded it from
> https://svn.codehaus.org/mojo/trunk/mojo/mojo-sandbox/dashboard-maven-plugin/
> 
> Once you have built it, you may install it in your repository.
> 
> The snippet from my POM is as follows
> 
>   
>   org.codehaus.mojo
>   dashboard-maven-plugin
>   1.0-SNAPSHOT
>   
> 
> Thanks
> Lakshman
> 
> From: Morgovsky, Alexander (US - Glen Mills) [mailto:[EMAIL PROTECTED]
> Sent: Tuesday, 30 January 2007 10:00 AM
> To: Srilakshmanan, Lakshman
> Cc: users@maven.apache.org
> Subject: RE: M2 dashboard plug-in found
> 
> I put the plug-in into my master POM, but the plug-in could not be 
> downloaded.  I tried manually
> installing to our repository, but no success.  Could you please post a basic 
> POM which fully shows
> how to properly declare the Codehaus repository and use this plugin?  Thanks.
> 
> This message (including any attachments) contains confidential information 
> intended for a specific
> individual and purpose, and is protected by law.  If you are not the intended 
> recipient, you should
> delete this message.
> Any disclosure, copying, or distribution of this message, or the taking of 
> any action based on it,
> is strictly prohibited. [v.E.1]



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



RE: M2 dashboard plug-in found

2007-01-29 Thread Srilakshmanan, Lakshman
Yup,

I normally usemvn clean install. I am paranoid :)

Thanks
Lakshman


> -Original Message-
> From: Morgovsky, Alexander (US - Glen Mills) [mailto:[EMAIL PROTECTED]
> Sent: Tuesday, 30 January 2007 11:34 AM
> To: Srilakshmanan, Lakshman
> Cc: users@maven.apache.org
> Subject: RE: M2 dashboard plug-in found
> 
> I just need to check out all the code from this URL and run mvn install?
> 
> -Original Message-
> From: Srilakshmanan, Lakshman [mailto:[EMAIL PROTECTED]
> Sent: Monday, January 29, 2007 7:29 PM
> To: Morgovsky, Alexander (US - Glen Mills)
> Cc: users@maven.apache.org
> Subject: RE: M2 dashboard plug-in found
> 
> Hi Alexander,
> 
> This plugin has not been released yet, so you cannot put it in your POM and 
> expect it be downloaded
> :(
> 
> You need to checkout the plugin and build it. It is quite easy to build. It 
> builds just like any
> other plugins. I downloaded it from
> https://svn.codehaus.org/mojo/trunk/mojo/mojo-sandbox/dashboard-maven-plugin/
> 
> Once you have built it, you may install it in your repository.
> 
> The snippet from my POM is as follows
> 
>   
>   org.codehaus.mojo
>   dashboard-maven-plugin
>   1.0-SNAPSHOT
>   
> 
> Thanks
> Lakshman
> 
> From: Morgovsky, Alexander (US - Glen Mills) [mailto:[EMAIL PROTECTED]
> Sent: Tuesday, 30 January 2007 10:00 AM
> To: Srilakshmanan, Lakshman
> Cc: users@maven.apache.org
> Subject: RE: M2 dashboard plug-in found
> 
> I put the plug-in into my master POM, but the plug-in could not be 
> downloaded.  I tried manually
> installing to our repository, but no success.  Could you please post a basic 
> POM which fully shows
> how to properly declare the Codehaus repository and use this plugin?  Thanks.
> 
> This message (including any attachments) contains confidential information 
> intended for a specific
> individual and purpose, and is protected by law.  If you are not the intended 
> recipient, you should
> delete this message.
> Any disclosure, copying, or distribution of this message, or the taking of 
> any action based on it,
> is strictly prohibited. [v.E.1]



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



RE: M2 dashboard plug-in found

2007-01-29 Thread Morgovsky, Alexander \(US - Glen Mills\)
I just need to check out all the code from this URL and run mvn install? 

-Original Message-
From: Srilakshmanan, Lakshman [mailto:[EMAIL PROTECTED] 
Sent: Monday, January 29, 2007 7:29 PM
To: Morgovsky, Alexander (US - Glen Mills)
Cc: users@maven.apache.org
Subject: RE: M2 dashboard plug-in found

Hi Alexander,

This plugin has not been released yet, so you cannot put it in your POM and 
expect it be downloaded :(

You need to checkout the plugin and build it. It is quite easy to build. It 
builds just like any other plugins. I downloaded it from 
https://svn.codehaus.org/mojo/trunk/mojo/mojo-sandbox/dashboard-maven-plugin/

Once you have built it, you may install it in your repository.

The snippet from my POM is as follows

  
  org.codehaus.mojo
  dashboard-maven-plugin
  1.0-SNAPSHOT
  

Thanks
Lakshman

From: Morgovsky, Alexander (US - Glen Mills) [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, 30 January 2007 10:00 AM
To: Srilakshmanan, Lakshman
Cc: users@maven.apache.org
Subject: RE: M2 dashboard plug-in found

I put the plug-in into my master POM, but the plug-in could not be downloaded.  
I tried manually installing to our repository, but no success.  Could you 
please post a basic POM which fully shows how to properly declare the Codehaus 
repository and use this plugin?  Thanks.

This message (including any attachments) contains confidential information 
intended for a specific individual and purpose, and is protected by law.  If 
you are not the intended recipient, you should delete this message. 
Any disclosure, copying, or distribution of this message, or the taking of any 
action based on it, is strictly prohibited. [v.E.1]


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



RE: M2 dashboard plug-in found

2007-01-29 Thread Srilakshmanan, Lakshman
Hi Alexander,

This plugin has not been released yet, so you cannot put it in your POM and 
expect it be downloaded :(

You need to checkout the plugin and build it. It is quite easy to build. It 
builds just like any other plugins. I downloaded it from 
https://svn.codehaus.org/mojo/trunk/mojo/mojo-sandbox/dashboard-maven-plugin/

Once you have built it, you may install it in your repository.

The snippet from my POM is as follows

  
  org.codehaus.mojo
  dashboard-maven-plugin
  1.0-SNAPSHOT
  

Thanks
Lakshman

From: Morgovsky, Alexander (US - Glen Mills) [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, 30 January 2007 10:00 AM
To: Srilakshmanan, Lakshman
Cc: users@maven.apache.org
Subject: RE: M2 dashboard plug-in found

I put the plug-in into my master POM, but the plug-in could not be downloaded.  
I tried manually installing to our repository, but no success.  Could you 
please post a basic POM which fully shows how to properly declare the Codehaus 
repository and use this plugin?  Thanks.

This message (including any attachments) contains confidential information 
intended for a specific individual and purpose, and is protected by law.  If 
you are not the intended recipient, you should delete this message. 
Any disclosure, copying, or distribution of this message, or the taking of any 
action based on it, is strictly prohibited. [v.E.1]


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



Re: M2 dashboard plug-in found

2007-01-29 Thread Pascal Thivent

what version are you trying to use ? 1.0-SNAPSHOT ?

On 1/29/07, Morgovsky, Alexander (US - Glen Mills)
<[EMAIL PROTECTED]> wrote:

I put the plug-in into my master POM, but the plug-in could not be
downloaded.  I tried manually installing to our repository, but no
success.  Could you please post a basic POM which fully shows how to
properly declare the Codehaus repository and use this plugin?  Thanks.


This message (including any attachments) contains confidential information 
intended for a specific individual and purpose, and is protected by law.  If 
you are not the intended recipient, you should delete this message.


Any disclosure, copying, or distribution of this message, or the taking of any 
action based on it, is strictly prohibited. [v.E.1]





--
Pascal

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



RE: M2 dashboard plug-in found

2007-01-29 Thread Morgovsky, Alexander \(US - Glen Mills\)
I put the plug-in into my master POM, but the plug-in could not be
downloaded.  I tried manually installing to our repository, but no
success.  Could you please post a basic POM which fully shows how to
properly declare the Codehaus repository and use this plugin?  Thanks. 


This message (including any attachments) contains confidential information 
intended for a specific individual and purpose, and is protected by law.  If 
you are not the intended recipient, you should delete this message. 


Any disclosure, copying, or distribution of this message, or the taking of any 
action based on it, is strictly prohibited. [v.E.1]


RE: M2 dashboard plug-in found

2007-01-29 Thread Morgovsky, Alexander \(US - Glen Mills\)
Thanks, I will try this. 


This message (including any attachments) contains confidential information 
intended for a specific individual and purpose, and is protected by law.  If 
you are not the intended recipient, you should delete this message. 


Any disclosure, copying, or distribution of this message, or the taking of any 
action based on it, is strictly prohibited. [v.E.1]


RE: M2 dashboard plug-in found

2007-01-28 Thread Srilakshmanan, Lakshman
Hi,

you may even wan't to try this

http://jira.codehaus.org/browse/MOJO-575
https://svn.codehaus.org/mojo/trunk/mojo/mojo-sandbox/dashboard-maven-pl
ugin/

Thanks

Lakshman


> -Original Message-
> From: Srilakshmanan, Lakshman
> Sent: Monday, 29 January 2007 3:09 PM
> To: Maven Users List
> Subject: RE: M2 dashboard plug-in found
> 
> Hi Alexander,
> 
> Try this
>
http://snapshots.repository.codehaus.org/org/codehaus/mojo/dashboard-mav
> en-plugin/
> 
> 
> Thanks
> Lakshman
> 
> 
> > -Original Message-
> > From: Morgovsky, Alexander (US - Glen Mills)
> [mailto:[EMAIL PROTECTED]
> > Sent: Monday, 29 January 2007 2:07 PM
> > To: users@maven.apache.org
> > Subject: M2 dashboard plug-in found
> >
> > I found the M2 dashboard plug-in in
> >
>
http://mirrors.ibiblio.org/pub/mirrors/maven2/maven/maven-dashboard-plug
> > in/.  I added it like this.
> >
> > 
> > 
> >
> > 
> >  maven
> >
> > maven-dashboard-plugin
> >  1.9
> > 
> > ...
> > 
> > 
> >
> > However, I saw the following error.  May someone post how to
properly
> > use this plug-in?  Thanks.
> >
> > Downloading:
> > http://repo1.maven.org/maven2/maven/maven-dashboard-plugin/1.9/mave
> > n-dashboard-plugin-1.9.pom
> > 4K downloaded
> > [INFO]
> >
>

> > [ERROR] FATAL ERROR
> > [INFO]
> >
>

> > [INFO] null
> > [INFO]
> >
>

> > [INFO] Trace
> > java.lang.NullPointerException
> > at
> >
org.apache.maven.plugin.DefaultPluginManager.addPlugin(DefaultPluginM
> > anager.java:292)
> > at
> >
org.apache.maven.plugin.DefaultPluginManager.verifyVersionedPlugin(De
> > faultPluginManager.java:198)
> > at
> >
org.apache.maven.plugin.DefaultPluginManager.verifyReportPlugin(Defau
> > ltPluginManager.java:487)
> >
> >
> > This message (including any attachments) contains confidential
> information intended for a specific
> > individual and purpose, and is protected by law.  If you are not the
> intended recipient, you should
> > delete this message.
> >
> >
> > Any disclosure, copying, or distribution of this message, or the
> taking of any action based on it,
> > is strictly prohibited. [v.E.1]
> 
> 
> -
> 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: M2 dashboard plug-in found

2007-01-28 Thread Srilakshmanan, Lakshman
Hi Alexander,

Try this
http://snapshots.repository.codehaus.org/org/codehaus/mojo/dashboard-mav
en-plugin/


Thanks
Lakshman


> -Original Message-
> From: Morgovsky, Alexander (US - Glen Mills)
[mailto:[EMAIL PROTECTED]
> Sent: Monday, 29 January 2007 2:07 PM
> To: users@maven.apache.org
> Subject: M2 dashboard plug-in found
> 
> I found the M2 dashboard plug-in in
>
http://mirrors.ibiblio.org/pub/mirrors/maven2/maven/maven-dashboard-plug
> in/.  I added it like this.
> 
> 
>   
> 
>   
>maven
> 
> maven-dashboard-plugin
>1.9
>   
>   ...
>   
> 
> 
> However, I saw the following error.  May someone post how to properly
> use this plug-in?  Thanks.
> 
> Downloading:
> http://repo1.maven.org/maven2/maven/maven-dashboard-plugin/1.9/mave
> n-dashboard-plugin-1.9.pom
> 4K downloaded
> [INFO]
>

> [ERROR] FATAL ERROR
> [INFO]
>

> [INFO] null
> [INFO]
>

> [INFO] Trace
> java.lang.NullPointerException
> at
> org.apache.maven.plugin.DefaultPluginManager.addPlugin(DefaultPluginM
> anager.java:292)
> at
> org.apache.maven.plugin.DefaultPluginManager.verifyVersionedPlugin(De
> faultPluginManager.java:198)
> at
> org.apache.maven.plugin.DefaultPluginManager.verifyReportPlugin(Defau
> ltPluginManager.java:487)
> 
> 
> This message (including any attachments) contains confidential
information intended for a specific
> individual and purpose, and is protected by law.  If you are not the
intended recipient, you should
> delete this message.
> 
> 
> Any disclosure, copying, or distribution of this message, or the
taking of any action based on it,
> is strictly prohibited. [v.E.1]


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



Re: M2 dashboard plug-in found

2007-01-28 Thread Wendy Smoak

On 1/28/07, Morgovsky, Alexander (US - Glen Mills)
<[EMAIL PROTECTED]> wrote:


I found the M2 dashboard plug-in in
http://mirrors.ibiblio.org/pub/mirrors/maven2/maven/maven-dashboard-plugin/.


I bet that's a Maven 1 plugin.  The groupId is wrong for m2.

--
Wendy

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