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

Reply via email to