Re: maven + eclipse server adapter

2007-12-21 Thread cailie
it with : mvn org.apache.maven.plugins:maven-eclipse-plugin:2.5-SNAPSHOT:eclipse-Dwtpversion= 2.0 -Papache.snapshots Arnaud On Dec 13, 2007 2:16 AM, cailie [EMAIL PROTECTED] wrote: Good point I tried that and received the following: Unsupported WTP version: 2.0. This plugin currently supports

maven + eclipse server adapter

2007-12-12 Thread cailie
I have a multi-module POM project that packages three modules: EAR, EJB, and WAR. To deploy the EAR module, I use the codehaus exec-maven-plugin. Now, I would like to use the Glassfish V2 Java EE 5 server adapter for Eclipse and manage the deployment through the IDE. Not surprisingly, this is

eclipse projects + multiple modules

2007-12-12 Thread cailie
I have a parent project (POM packaging) with that has 3 modules: EJB, WAR, and EAR So the folder structure is like this: POM Project Folder -- EAR Project Folder -- EJB Project Folder -- WAR Project Folder I am using Eclipse, and I would like to import the parent project, and have it

Re: eclipse projects + multiple modules

2007-12-12 Thread cailie
the parent pom. Arnaud On Dec 12, 2007 11:46 PM, cailie [EMAIL PROTECTED] wrote: I have a parent project (POM packaging) with that has 3 modules: EJB, WAR, and EAR So the folder structure is like this: POM Project Folder -- EAR Project Folder -- EJB Project Folder -- WAR

Re: maven + eclipse server adapter

2007-12-12 Thread cailie
of the eclipse plugin ? It should activate the support required to deploy your artifacts in the application server Arnaud On Dec 12, 2007 6:37 PM, cailie [EMAIL PROTECTED] wrote: I have a multi-module POM project that packages three modules: EAR, EJB, and WAR. To deploy the EAR module

Configuring JRE System Library: Two JREs are added

2006-11-23 Thread cailie
Hello there... I am having a problem configuring the JRE System Library for my Eclipse project. When I run mvn eclipse:eclipse (after removing libraries and cleaning), both the Java 1.4 and the Java 5 system libraries are added to my project (shown in the Package Explorer). I just want Java 5.