On 5 March 2013 00:10, Olivier Lamy <ol...@apache.org> wrote: > 2013/3/5 sebb <seb...@gmail.com>: >> On 4 March 2013 20:57, Olivier Lamy <ol...@apache.org> wrote: >>> 2013/3/4 sebb <seb...@gmail.com>: >>>> I just fixed the Digester download page by adding >>>> download_digester.cgi to to >>>> /websites/production/commons/content/proper/commons-digester/ >>>> >>>> Is there any need to have this file present anywhere else? >>>> >>>> i.e. if it is not added to src/site/resources, will it get lost when >>>> the site is regenerated? >>> yes. >>>> >>>> If so, what is if that deletes the file, and can it be persusaded not >>>> to delete it? >> >>> is it an issue to have this file in src/site/resources ? >> >> It's extra work. >> The file does not really belong in the source archive, so we have to >> update the assembly file as well. >> Also the RAT config may need to be updated to ignore the lack of an AL >> header in the file. > > so extra work to exclude it from scm publish :-)
But if that can be done in the parent pom, it only has to be done once. > should work with something like: > <plugin> > <groupId>org.apache.maven.plugins</groupId> > <artifactId>maven-scm-publish-plugin</artifactId> > <configuration> > <ignorePathsToDelete> > <ignorePathToDelete>download*.cgi</ignorePathToDelete> > ... others to ignore ... > </ignorePathsToDelete> > </configuration> > </plugin> > > >> >>>> >>>> --------------------------------------------------------------------- >>>> To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org >>>> For additional commands, e-mail: dev-h...@commons.apache.org >>>> >>> >>> >>> >>> -- >>> Olivier Lamy >>> Talend: http://coders.talend.com >>> http://twitter.com/olamy | http://linkedin.com/in/olamy >>> >>> --------------------------------------------------------------------- >>> To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org >>> For additional commands, e-mail: dev-h...@commons.apache.org >>> >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org >> For additional commands, e-mail: dev-h...@commons.apache.org >> > > > > -- > Olivier Lamy > Talend: http://coders.talend.com > http://twitter.com/olamy | http://linkedin.com/in/olamy > > --------------------------------------------------------------------- > To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org > For additional commands, e-mail: dev-h...@commons.apache.org > --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For additional commands, e-mail: dev-h...@commons.apache.org