Did you add <report>maven-changes-plugin</report> to your list of <reports> in your project.xml file?
> -----Original Message----- > From: ssuriya narayanan [mailto:[EMAIL PROTECTED] > Sent: Friday, July 09, 2004 10:20 AM > To: [EMAIL PROTECTED] > Subject: Changes report is missing > > > Hello all > > Its important for me to add changes to my project > site. > I'm trying that for days. Can you please tell me how I > can achieve that. > > Here are the methods i tried > > changes.xml > > [ > <?xml version="1.0" ?> > <document> > <properties> > <title>Project changes</title> > <author email="[EMAIL PROTECTED]">author</author> > </properties> > <body> > <release version="test1.0" date="2004-05-03"> > <action dev="devtes" type="update"> > Updating for test > </action> > <action dev="devtes" type="update"> > **Updating for test** > </action> > <action dev="devtes" type="Fixed"> > **bugging a fix** > </action> > </release> > </body> > </document> > ] > > project home > c:\projects > placed my changes.xml under > c:\projects\xdocs > > build source ...\src > > maven doesnt recognises it. > expecting a quick answer as i require one. > > Thanks > suriya > > > > > __________________________________ > Do you Yahoo!? > New and Improved Yahoo! Mail - 100MB free storage! > http://promotions.yahoo.com/new_mail > > --------------------------------------------------------------------- > 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]
