Thanks! I'm not familiar with Maven, so your help is greatly appreciated! -Adrian
--- On Sat, 3/13/10, nia...@apache.org <nia...@apache.org> wrote: > From: nia...@apache.org <nia...@apache.org> > Subject: svn commit: r922640 - /commons/sandbox/convert/trunk/pom.xml > To: comm...@commons.apache.org > Date: Saturday, March 13, 2010, 10:16 AM > Author: niallp > Date: Sat Mar 13 18:16:54 2010 > New Revision: 922640 > > URL: http://svn.apache.org/viewvc?rev=922640&view=rev > Log: > Include the services file in the jar. > > Modified: > commons/sandbox/convert/trunk/pom.xml > > Modified: commons/sandbox/convert/trunk/pom.xml > URL: > http://svn.apache.org/viewvc/commons/sandbox/convert/trunk/pom.xml?rev=922640&r1=922639&r2=922640&view=diff > ============================================================================== > --- commons/sandbox/convert/trunk/pom.xml (original) > +++ commons/sandbox/convert/trunk/pom.xml Sat Mar 13 > 18:16:54 2010 > @@ -66,6 +66,20 @@ > </properties> > > <build> > + <resources> > + <resource> > + > <directory>.</directory> > + > <targetPath>META-INF</targetPath> > + <includes> > + > <include>NOTICE.txt</include> > + > <include>LICENSE.txt</include> > + </includes> > + </resource> > + <resource> > + > <directory>src/META-INF</directory> > + > <targetPath>META-INF</targetPath> > + </resource> > + </resources> > </build> > > </project> > > > --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For additional commands, e-mail: dev-h...@commons.apache.org