Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [m2e-users] Customizing the Deployment Assembly

you can add  <webResources> to your maven-war-plugin configuration : http://maven.apache.org/plugins/maven-war-plugin/examples/adding-filtering-webresources.html

On Tue, Oct 9, 2012 at 9:52 AM, Ryan Ackley <ryanackley@xxxxxxxxx> wrote:
Is there anyway to add something to the pom that will let me configure
how m2e configures Eclipse to deploy my war?

I'm have several maven plugins that generate resources in the final
war target directory but Eclipse wtp seems to deploy the web
application from the source directory. Right now I have to manually
add these resources using the Eclipse project Deployment Assembly. Can
I automate this somehow?
_______________________________________________
m2e-users mailing list
m2e-users@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/m2e-users



--
"Have you tried turning it off and on again" - The IT Crowd

Back to the top