On Fri, Sep 17, 2010 at 11:51 AM, ant elder <[email protected]> wrote: > On Fri, Sep 17, 2010 at 11:38 AM, Simon Laws <[email protected]> > wrote:
> The main problem with that is it messes up > the current release process as the sample would then get included in > the maven repo which we currently say we don't want to do and its not > valid as it doesn't have all the apache licensing etc. > Actually it turns out that is not true because the release profile we have in the top pom.xml doesn't include the samples, it requires that you've first done a full build before doing the -Prelease to get the samples built and tested but then the -Prelease build doesn't rebuild the samples so they wont get deployed. So we could change the samples to be have standalone pom.xml if we want. ...ant
