So i suggest that you create an empty project using maven -Dpackage=com.mycompany.app genapp and try to generate your site form this project. Base on that, you would be able to say if your struture or maven is wrong.
I also sugest that you check you project.xml fil and remove all the report tag first an then and then one by one. good luck ;) Le Mardi 27 Janvier 2004 10:06, Marco Tedone a �crit : > No, I didn't. I created a directory structure following the suggestions on > the Maven site, and then I generated the artifacts and the site. > > Marco > ----- Original Message ----- > From: "Charles Sabourdin" <[EMAIL PROTECTED]> > To: "Maven Users List" <[EMAIL PROTECTED]> > Sent: Monday, January 26, 2004 10:29 PM > Subject: Re: [FOURTH TIME] Cannot run the "site" goal > > > Did you create a regular empty project "maven -Dpackage=com.mycompany.app > genapp" and then generate you site. > > Le Lundi 26 Janvier 2004 01:17, Marco Tedone a �crit : > > Yes, I just tried to delete the plugin folder and I get the same error. > > > > Marco > > ----- Original Message ----- > > From: "Arnaud Heritier" <[EMAIL PROTECTED]> > > To: "'Maven Users List'" <[EMAIL PROTECTED]>; "'Marco Tedone'" > > <[EMAIL PROTECTED]> > > Sent: Sunday, January 25, 2004 11:12 PM > > Subject: RE: [FOURTH TIME] Cannot run the "site" goal > > > > > > Hello Marco. > > > > Did you try to delete your directory C:/Documents and > > Settings/mtedone/.maven/plugins directory ?? > > > > The plugin cache directory is maybe corrupted !! > > > > Arnaud > > > > > -----Message d'origine----- > > > De : Marco Tedone [mailto:[EMAIL PROTECTED] > > > Envoy� : dimanche 25 janvier 2004 23:53 > > > � : Maven-users > > > Objet : [FOURTH TIME] Cannot run the "site" goal > > > > > > Hi folk, it's the fourth time (included the one sent to the "license- > > > plugin" > > > pm) that I post the following problem, hoping that first or later > > someone > > > > will answer. > > > > > > I'm trying to execute the 'default' site goal, and I obtain the > > following > > > > error: > > > > > > D:\Projects\Merlin_template>maven site > > > __ __ > > > > > > | \/ |__ _Apache__ ___ > > > | > > > | |\/| / _` \ V / -_) ' \ ~ intelligent projects ~ > > > | > > > |_| |_\__,_|\_/\___|_||_| v. 1.0-rc1-SNAPSHOT > > > > > > BUILD FAILED > > > File...... file:/C:/Documents and > > > Settings/mtedone/.maven/plugins/maven-xdoc-plugin-1.4/ > > > Element... attainGoal > > > Line...... 587 > > > Column.... 57 > > > No goal [maven-license-plugin:register] > > > Total time: 2 seconds > > > Finished at: Sun Jan 25 22:48:12 GMT 2004 > > > > > > D:\Projects\Merlin_template> > > > > > > This happens if I don't specify any report in the project.xml file or > > > if I specify the > > > > > > <report>maven-license-plugin</report> > > > > > > element. > > > > > > I've got both the "license" and the "xdoc" plugins. The > > > 'maven-license-plugin:register' goal exists in the license plugin, > > > therefore > > > I cannot figure out why I obtain the following error. > > > > > > Plz help! > > > > > > Marco > > > > > > > > > > > > > > > --------------------------------------------------------------------- > > > 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] -- Charles-Alexandre SABOURDIN ----------------- --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
