Hi Stephan, as I commented on [1], this is due to a regression in maven-war-plugin 2.1.1 [2].
I reverted to the previously working version (2.1-beta-1) in the main pom.xml <pluginManagement> section so that all subprojects inherit that version. I closed [1] and tested a bit. Would you mind double checking? :) Thanks, Gab [1] https://issues.apache.org/jira/browse/CMIS-435?focusedCommentId=13115349#comment-13115349 [2] http://jira.codehaus.org/browse/MWAR-240 On Sep 27, 2011, at 9:20 AM, Klevenz, Stephan wrote: > Hi Gab, > > All the "-classes.jar" do not include any classes. This is the case for > all modules like server and also test modules are affected, too. I assume > that this is a general remaining issue. > > The solution for the OSGi bundles is great. The "*-classes.jar" are > included and this should work. Unfortunately not really as long as the > files are empty. > > Regards > Stephan > > >> Hey Stephan, >> >> this should be fixed in revision r1175977, I also changed references in >> all modules I could sensibly update. >> >> Do you mind double checking the proper functionalities of those modules >> and close the issue (when ASF JIRA scheduled upgrade is finished) if >> happy? >> >> HTH, >> Gab >> >> >> On Sep 26, 2011, at 2:34 PM, Gabriele Columbro wrote: >> >>> Hey Stephane, >>> >>> On Sep 26, 2011, at 2:07 PM, Klevenz, Stephan wrote: >>> >>>> Hi Gab, >>>> >>>> I'm not that Maven expert and was just not aware of how to get a >>>> dependency reference to -classes.jar file. So basically I agree and +1 >>>> for >>>> your proposal. >>> >>> Nice! >>> >>> Classifiers are indeed not a very famous, but quite useful, Maven >>> feature. Just opened this issue [1], will take a stab at it today and >>> ask your review. >>> >>> Thanks, >>> Gab >>> >>>> >>>> Regards, >>>> Stephan >>> >>> >>> [1] https://issues.apache.org/jira/browse/CMIS-435 >>> >> >
