RE: [Clirr-devel] Multiproject build fails
Status: Alpha
Brought to you by:
lkuehne
From: Vincent M. <vma...@pi...> - 2004-08-08 09:38:04
|
> -----Original Message----- > From: cli...@li... [mailto:clirr-devel- > ad...@li...] On Behalf Of Lars K=FChne > Sent: dimanche 8 ao=FBt 2004 11:03 > To: cli...@li... > Subject: Re: [Clirr-devel] Multiproject build fails >=20 > Vincent Massol wrote: >=20 > >Hi Lars, > > > >Yes, it should be done by the core build automatically. In the first > version > >I sent to you by email (the zip file) you'll see that I had created a > "dist" > >goal in each subproject that calls the necessary goals. > > > >You need to call the "jar:install" goal on the core project to = install > the > >jar artifact to your local repository. > > > > > > >=20 > Thanks. After jar:install the situation has improved, but I now get = the > following error when the maven plugin website is generated: >=20 > > maven -e multiproject:site >=20 > [...] >=20 > site:run-reports: > [echo] Generating the Changes... > changes:report: >=20 > [echo] Generating the Change Log... > maven-changelog-plugin:report: > [echo] Generating the changelog report >=20 > BUILD FAILED > File...... > /home/lk/.maven/cache/maven-multiproject-plugin-1.3.1/plugin.jelly > Element... maven:reactor > Line...... 103 > Column.... 9 > Unable to obtain goal [site] -- > /home/lk/.maven/cache/maven-changelog-plugin-1.7.1/plugin.jelly:83:15: > <changelog:changelog> org/netbeans/lib/cvsclient/event/CVSListener > [...] > Root cause > java.lang.NoClassDefFoundError: > org/netbeans/lib/cvsclient/event/CVSListener > [...] >=20 > Any ideas? It probably means that your changelog plugin is not properly installed = on your machine and that it hasn't automatically downloaded the netbeans cvsclient jar the first time it was run. Try deleting your plugin cache = and run it again. -Vincent |