I use a custom archetype based on the 1.0-alpha-4 webapp archetype and added appropriate .classpath and .project files for Eclipse using the Maven2 plugin for Eclipse. The .classpath doesn't generally need to change much from project to project.
I also added our standard Spring setup and all... -K On 4/18/06 10:18 AM, "Hua" <[EMAIL PROTECTED]> wrote: > > Hi experts, > > We setup Eclipse project from Maven by using the following way: > 1. Create project.xml file > 2. Create project.property file > 3. From command line type "maven eclipse" to create Eclipse project > 4. From Eclipse, do "File->Import..." and "Import existing project into the > workspace" to import the project into Eclipse > > Now we have a Eclipse plugin project and we use the way above to import the > plugin project into Eclipse, but a plugin dependency cannot be imported into > Eclipse. Although we can config the imported project by adding the Library > to add the plugin dependecy later on, but does Maven have any command to > setup a Eclipse plugin project, such as "maven eclipse plugin ??" > > Any suggestions are appreciated, > Hua > -- > View this message in context: > http://www.nabble.com/Using-maven-to-setup-Eclipse-plugin-project-t1468793.htm > l#a3970214 > Sent from the Maven - Users forum at Nabble.com. > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > -- Kathryn Huxtable Middleware Architect Core Middleware Information Technology, a division of Information Services The University of Kansas --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
