I am not clear on this... From this url, I got the code and then used mvn install. Do I need to do anything else? I thought mvn install should put the latest plug-in in my local repository.
Thanks, Sandeep -----Original Message----- From: Hervé BOUTEMY [mailto:[EMAIL PROTECTED] Sent: Tuesday, January 10, 2006 1:57 PM To: Maven Users List Subject: Re: NullPointerException while running mvn site:site whoops, why did I ask you to recompile maven-plugin-plugin since you're in trouble with maven-project-info-reports-plugin ? please try again with maven-project-info-reports-plugin... and yes, as you saw, plugins have moved since they have been published the last time : you're looking at the right place. Le Mardi 10 Janvier 2006 16:27, Dixit, Sandeep (ProSource Solutions) a écrit : > I was able to locate maven-plugin-plugin at this url below: > http://svn.apache.org/viewcvs.cgi/maven/plugins/trunk/maven-plugin-plugin/ > > Is this the right place? If it is, I am still getting NPE during mvn site > (after installing maven-plugin-plugin by running mvn install in the > maven-plugin-plugin dir.) > > Please advise. > > Thanks, > Sandeep > > -----Original Message----- > From: Dixit, Sandeep (ProSource Solutions) > [mailto:[EMAIL PROTECTED] Sent: Tuesday, January > 10, 2006 9:51 AM > To: Maven Users List > Subject: RE: NullPointerException while running mvn site:site > > I am getting the following error while accessing the code: > > C:\sd\maven_svn\maven_plugin>c:\subversion\bin\svn checkout > http://svn.apache.org/repos/asf/maven/components/trunk/maven-plugins/maven- >plugin-plugin maven-plugin-plugin > > svn: URL > 'http://svn.apache.org/repos/asf/maven/components/trunk/maven-plugins/maven >-plugin-plugin' doesn't exist > > Has the url changed? > > Thanks, > Sandeep > > -----Original Message----- > From: Hervé BOUTEMY [mailto:[EMAIL PROTECTED] > Sent: Friday, January 06, 2006 1:55 PM > To: Maven Users List > Subject: Re: NullPointerException while running mvn site:site > > 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] > > > > > --------------------------------------------------------------------- > 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]