yes, you'll need to compile and install the plugin.
It's the classical way :

1. extract the plugin sources
as explained in 
http://maven.apache.org/plugins/maven-plugin-plugin/source-repository.html
just run the following command :
svn checkout 
http://svn.apache.org/repos/asf/maven/components/trunk/maven-plugins/maven-plugin-plugin
 
maven-plugin-plugin

2. compile and install the plug-in :
simply run : mvn install
for more information, just see "Guide to developing Java Plugins"
http://maven.apache.org/guides/plugin/guide-java-plugin-development.html

Le Vendredi 06 Janvier 2006 19:41, Dixit, Sandeep (ProSource Solutions) a 
écrit :
> I added this tag in my POMs. Still the error persists.
>
> Your wrote :
> >>> I built and installed the plugin locally, and it works nicely
>
> I don't have source on my machine. I am using Maven 2.0.1 (bin dist). How
> do I go about getting this update?
>
> Thanks,
> Sandeep
>
> -----Original Message-----
> From: Hervé BOUTEMY [mailto:[EMAIL PROTECTED]
> Sent: Friday, January 06, 2006 1:31 PM
> To: Maven Users List
> Subject: Re: NullPointerException while running mvn site:site
>
> I don't have any <dependency> tag for the plug-in : it is declared in its
> simplest form in my pom :
>   <reporting>
>     <plugins>
>       <plugin>
>         <groupId>org.apache.maven.plugins</groupId>
>         <artifactId>maven-project-info-reports-plugin</artifactId>
>       </plugin>
>     </plugins>
>   </reporting>
>
> or I did not understand what you are asking for...
>
> Le Vendredi 06 Janvier 2006 13:51, Dixit, Sandeep (ProSource Solutions) a
>
> écrit :
> > Could you please send me your <dependency> tag for the plug-in?
> >
> > Thanks,
> > Sandeep
> >
> > -----Original Message-----
> > From: Hervé BOUTEMY [mailto:[EMAIL PROTECTED]
> > Sent: Thursday, January 05, 2006 3:07 PM
> > To: Maven Users List
> > Subject: Re: NullPointerException while running mvn site:site
> >
> > I confirm : svn has a fix (modified since the patch from MNG-1455)
> > I built and installed the plugin locally, and it works nicely
> >
> > Le Jeudi 05 Janvier 2006 09:04, Bernd Bohmann a écrit :
> > > Hello,
> > >
> > > see http://jira.codehaus.org/browse/MNG-1455 but the patch was
> > > reverted.
> > >
> > > I think the maven-project-info-reports-plugin in the svn has a fix for
> > > it. Maybe a SNAPSHOT version is available.
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> >
> >
> >
> > -------------------------------------------------------------------------
> >-- ---------------- ***National City made the following annotations
> > -------------------------------------------------------------------------
> >-- ---------------- This communication is a confidential and proprietary
> > business communication.  It is intended solely for the use of the
> > designated recipient(s).  If this communication is received in error,
> > please contact the sender and delete this communication.
> > =========================================================================
> >== ================
> >
> > ---------------------------------------------------------------------
> > 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]
>
>
>
>
> ---------------------------------------------------------------------
> 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]

Reply via email to