You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by "Morgovsky, Alexander (US - Glen Mills)" <am...@deloitte.com> on 2007/01/29 04:07:07 UTC

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.

<reporting>
		<plugins>
			
  			<plugin>
				 <groupId>maven</groupId> 
 
<artifactId>maven-dashboard-plugin</artifactId> 
				 <version>1.9</version> 
			</plugin>
			...
		</plugins>
</reporting>

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]

Re: M2 dashboard plug-in found

Posted by diroussel <na...@diroussel.xsmail.com>.
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)
> <am...@deloitte.com> 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: users-unsubscribe@maven.apache.org
> For additional commands, e-mail: users-help@maven.apache.org
> 
> 
> 

-- 
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: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


Re: M2 dashboard plug-in found

Posted by Wendy Smoak <ws...@gmail.com>.
On 1/28/07, Morgovsky, Alexander (US - Glen Mills)
<am...@deloitte.com> 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: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org