Re: [Clirr-devel] Multiproject build fails
Status: Alpha
Brought to you by:
lkuehne
From: <lak...@t-...> - 2004-08-08 09:02:46
|
Vincent Massol wrote: >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. > > > Thanks. After jar:install the situation has improved, but I now get the following error when the maven plugin website is generated: > maven -e multiproject:site [...] site:run-reports: [echo] Generating the Changes... changes:report: [echo] Generating the Change Log... maven-changelog-plugin:report: [echo] Generating the changelog report 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 [...] Any ideas? Lars |