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]