Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » IAM (Eclipse Integration for Apache Maven) » Preliminary EAR support
Preliminary EAR support [message #569864] Wed, 24 June 2009 16:10
Carlos Sanchez is currently offline Carlos SanchezFriend
Messages: 114
Registered: July 2009
Senior Member
I have added some preliminary EAR support that will allow you to run EAR
and WAR projects in the appserver from Eclipse, by right clicking on the
projects and select run on server.

The wars will be deployed in the path specified in the application.xml
file in the EAR project.

The support is included in the latest build in the development update
site at http://q4e.googlecode.com/svn/trunk/updatesite-dev


Caveats:

- to have Eclipse recognize the application.xml file it needs to be in
/META-INF/application.xml, so you'd need to add to the pom' EAR plugin
configuration so Maven generates the application.xml in the right place

<configuration>

<generatedDescriptorLocation>${basedir}/META-INF</generatedDescriptorLocation >
....

- WAR projects need to be open in the workspace to be deployed. If the
EAR depends on WARs in the repository they are not available for deployment.


Hope you find it useful!
Previous Topic:Is there any build for Galileo
Next Topic:Preliminary EAR support
Goto Forum:
  


Current Time: Fri Apr 19 01:41:29 GMT 2024

Powered by FUDForum. Page generated in 0.01783 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top