Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[m2e-dev] Copying of resources into target/classes

Hi,

I'm using the m2e core bundles to implement a custom IDE and I've come
across something I don't know why it does not work for me.

If .classpath-File contains:

> <classpathentry excluding="**" kind="src" output="target/classes" path="src/main/resources">
>                 <attributes>
>                         <attribute name="maven.pomderived" value="true"/>
>                 </attributes>
>         </classpathentry>

All files/folders in the src/main/resources are not synced to
target/classes which makes sense given the excluding="**" (removing it
makes it work like it does in Eclipse)

How does this work in the Eclipse IDE? Who is syncing target/classes
there? If someone could point me to the location/region in m2e this
would help me very much to diagnose what I'm doing wrong.

Tom

-- 
Thomas Schindl, CTO
BestSolution.at EDV Systemhaus GmbH
Eduard-Bodem-Gasse 5-7, A-6020 Innsbruck
http://www.bestsolution.at/
Reg. Nr. FN 222302s am Firmenbuchgericht Innsbruck


Back to the top