As a workaround to get my projects into eclipse from recent builds I had to
remove the following line from the .classpath folder

<classpathentry kind="src" path="." output="target/classes/META-INF"/>

since eclipse did not like have the output folder META-INF nested under the
output folder target.

Robbie



On 8/31/06, Raymond Feng <[EMAIL PROTECTED]> wrote:

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




--
* * * Charlie * * *
Check out some pics of little Charlie at
http://www.flickr.com/photos/[EMAIL PROTECTED]/sets/

* * * Addresss * * *
1914 Overland Drive
Chapel Hill
NC 27517

* * * Number * * *
919-225-1553

Reply via email to