Unfortunately I cannot supply a project. Maybe I can setup one later. As far as I figured out the Liberty Tools publishing, it is using the workspace resources (within the server a xml is deployt pointing to my workspace).
m2e-wtp configures the assembly as I would expect:
/src/main/java -> /WEB-INF/classes
/src/main/resources -> /WEB-INF/classes
/src/main/webapp -> /
/target/m2e-wtp/web-resources -> /
I compared the exported archives and they seem to be identical (size). I probably have to check for each file
A quick test with Wildfly 8 showed that there is no need to edit the deployment assembly. So I guess it is up to IBM :-/
Gesendet: Dienstag, 13. Januar 2015 um 16:05 Uhr
Von: "Fred Bricon" <fbricon@xxxxxxxxx>
An: "M2E-WTP Developers mailing list" <m2e-wtp-dev@xxxxxxxxxxx>
Betreff: Re: [m2e-wtp-dev] Deploymetn Assembly needs /target/myproject.war
what kind of deployment are you doing? Is it something equivalent to Tomcat's "serve resources without publishing"? In that case server adapters are notoriously known to not support overlays.
Do you know exactly which resources are missing? Can you provide a sample test project? Does it deploy on another application server (wildfly for instance)?
_______________________________________________ m2e-wtp-dev mailing list m2e-wtp-dev@xxxxxxxxxxx To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/m2e-wtp-dev