Hi,

It seems that we added "." to the resource folder in pom.xml in recent checkins 
as follows:

           <resource>
                <directory>.</directory>
                <targetPath>META-INF</targetPath>
                <filtering>true</filtering>
                <includes>
                    <include>LICENSE.txt</include>
                    <include>NOTICE.txt</include>
                </includes>
            </resource>

This breaks the maven eclipse plugin and the generated classpaths are messed 
up. I guess we need to apply the eclipse profile hack.

Thanks,
Raymond

Reply via email to