when I changed the layout the parent 22 didn't came out yet, I'll upgrade it as soon as I wake up tomorrow morning
http://people.apache.org/~simonetripodi/ http://www.99soft.org/ On Tue, Sep 20, 2011 at 7:08 PM, sebb <seb...@gmail.com> wrote: > On 20 September 2011 17:47, <simonetrip...@apache.org> wrote: >> Author: simonetripodi >> Date: Tue Sep 20 16:47:06 2011 >> New Revision: 1173243 >> >> URL: http://svn.apache.org/viewvc?rev=1173243&view=rev >> Log: >> [DISCOVERY-21] Move to standard Maven layout >> > ... >> URL: >> http://svn.apache.org/viewvc/commons/proper/discovery/trunk/pom.xml?rev=1173243&r1=1173242&r2=1173243&view=diff >> ============================================================================== >> --- commons/proper/discovery/trunk/pom.xml (original) >> +++ commons/proper/discovery/trunk/pom.xml Tue Sep 20 16:47:06 2011 >> @@ -132,19 +132,11 @@ >> </distributionManagement> >> >> <build> >> - <sourceDirectory>src/java</sourceDirectory> >> - <testSourceDirectory>src/test</testSourceDirectory> >> - <testResources> >> - <testResource> >> - <directory>${basedir}/src/test</directory> >> - <includes> >> - <include>**/*.properties</include> >> - <include>**/testResource</include> >> - <include>META-INF/**</include> >> - </includes> >> - </testResource> >> - </testResources> >> - >> + <testResources> >> + <testResource> >> + <directory>${basedir}/src/test/resources</directory> >> + </testResource> >> + </testResources> > > That's not quite right. > > If using commons parent 22, it can be dropped entirely. > Otherwise, you need to add back the N&L files to ensure they are > copied to the test jar. > > --------------------------------------------------------------------- > 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