Felix Knecht schrieb: > Pierre-Arnaud Marcelot schrieb: > >> Hi Felix, >> >> I tried various fixes to make our tweak for the help plugins work, but >> I could not find one working. >> >> The only solution I see is to get rid of the help-pom.xml file and >> duplicate the generation code in each help plugin project. >> But this is a very "bad" and "ugly" solution... >> >> Maybe you see another solution we could use ? >> > IMO the question is 'What for want you do a maven build?'. > > I could imagine to have a profile (root pom) containing the modules > *help, updatesite,studio (I think this are the ones failing when there > are missing *help artifacts). > If none of those two (updatesite and studio=dist) is needed to be built > on a 'fast build' this works also. But this is only if a fast mvn build > is just to see if it compiles. > So it's really the question what's the intention of a fast build. > If you want a dist also with fast mvn build I son't see any other solution than moving this part of the help-pom.xml into every *help/pom.xml :-( The userguides profile may last in help-pom.
>> Thanks, >> Pierre-Arnaud >> >> On Fri, Sep 26, 2008 at 3:59 PM, Pierre-Arnaud Marcelot >> <[EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>> wrote: >> >> On Fri, Sep 26, 2008 at 3:46 PM, Felix Knecht <[EMAIL PROTECTED] >> <mailto:[EMAIL PROTECTED]>> wrote: >> >> What's the benfit of a property? Where do you set the >> property? You'd >> need to set it on every run -> We could also use a profile >> directly >> instead of a property ... >> >> >> Yeah, you're right... Using a profile directly is better. >> Setting a property makes no sense... >> >> Regards, >> Pierre-Arnaud >> >> >> > >
