Using maven in eclipse

2011-07-05 Thread Niranjan Rao
I see lot of discussion using maven eclipse plugin to import the project in eclipse. I am wondering why we need to do this as m2eclipse seems to be working perfectly fine and works directly with pom file. So far, m2eclipse has worked flawlessly for me. Is there a preferred plugin to use because

Re: Using maven in eclipse

2011-07-05 Thread Barrie Treloar
On Tue, Jul 5, 2011 at 3:31 PM, Niranjan Rao nhr...@gmail.com wrote: I see lot of discussion using maven eclipse plugin to import the project in eclipse. I am wondering why we need to do this as m2eclipse seems to be working perfectly fine and works directly with pom file. So far, m2eclipse

Re: Using maven with eclipse

2009-01-16 Thread Deron Eriksson
Hi Farrukh, If you're interested in development that involves the maven-eclipse-plugin, I created a series of tutorials (80+) a few months ago that cover Java development using Eclipse and Maven. The main approach using this technique is to execute maven commands on projects via Eclipse external

Using maven with eclipse

2009-01-15 Thread Farrukh Najmi
Hello, I am experienced with maven but new to Eclipse IDE. I have used maven with Netbeans IDE and the mevenide Netbeans plugin. WHat I liked about it was how Netbeans was completely driven by the pom configuration and how natural and familiar everything was for a maven user. I would like

Re: Using maven with eclipse

2009-01-15 Thread Martin Höller
On Thursday 15 January 2009 Farrukh Najmi wrote: I am experienced with maven but new to Eclipse IDE. I have used maven with Netbeans IDE and the mevenide Netbeans plugin. WHat I liked about it was how Netbeans was completely driven by the pom configuration and how natural and familiar

RE: Using maven with eclipse

2009-01-15 Thread Adam Leggett
: Farrukh Najmi [mailto:farr...@wellfleetsoftware.com] Sent: 15 January 2009 14:30 To: users@maven.apache.org Subject: Using maven with eclipse Hello, I am experienced with maven but new to Eclipse IDE. I have used maven with Netbeans IDE and the mevenide Netbeans plugin. WHat I liked about

RE: Using maven with eclipse

2009-01-15 Thread Eugene Kuleshov
-maven-with-eclipse-tp21478705p21480290.html Sent from the Maven - Users mailing list archive at Nabble.com. - To unsubscribe, e-mail: users-unsubscr...@maven.apache.org For additional commands, e-mail: users-h...@maven.apache.org

Re: Using maven with eclipse

2009-01-15 Thread Carlos Sanchez
[mailto:farr...@wellfleetsoftware.com] Sent: 15 January 2009 14:30 To: users@maven.apache.org Subject: Using maven with eclipse Hello, I am experienced with maven but new to Eclipse IDE. I have used maven with Netbeans IDE and the mevenide Netbeans plugin. WHat I liked about it was how Netbeans

Using Maven with Eclipse well: mvn eclipse:eclipse and nested projects

2007-07-04 Thread Alan Kent
I have a multi-module project and I am trying to get the right set up to use Maven with Eclipse. I have a question below on mvn eclipse:eclipse, but some background first. I used to use m2eclipse with Eclipse 3.1 but as the projects have grown, m2eclipse has shown to have problems. For

Re: Using Maven with Eclipse well: mvn eclipse:eclipse and nested projects

2007-07-04 Thread Greg Thompson
Alan Kent wrote: Q: Is there any way to make mvn eclipse:elipse generate a .project file for the root directory as well as each module? That way I can check out the whole project tree from the root and have a project per pom file. Not that I know of, but this works for me: 1. Check out the

FW: Using Maven with Eclipse well: mvn eclipse:eclipse and nested projects

2007-07-04 Thread Bryan Loofbourrow
compulsion to grill something outdoors on this special day. -- Bryan -Original Message- From: Greg Thompson [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 04, 2007 5:53 AM To: Maven Users List Subject: Re: Using Maven with Eclipse well: mvn eclipse:eclipse and nested projects Alan

RE: Using Maven with Eclipse well: mvn eclipse:eclipse and nested projects

2007-07-04 Thread Bryan Loofbourrow
Sorry. Not intended for the list. Apologies. -Original Message- From: Bryan Loofbourrow [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 04, 2007 2:43 PM To: *Qpass - Content Catalog Discussion Cc: Maven Users List Subject: FW: Using Maven with Eclipse well: mvn eclipse:eclipse and nested

RE: Using Maven as Eclipse class-path container

2005-11-08 Thread Kenney Westerhof
On Tue, 8 Nov 2005, [iso-8859-1] Jörg Schaible wrote: A problem might be that eclipse doesn't have the concept of scopes for its dependencies. It has. You can define dependencies to be exported. Isn't that on by default? And does that provide for 'test' dependencies not being visible in

RE: Using Maven as Eclipse class-path container

2005-11-08 Thread Jörg Schaible
Kenney Westerhof wrote on Tuesday, November 08, 2005 9:25 AM: On Tue, 8 Nov 2005, [iso-8859-1] Jörg Schaible wrote: A problem might be that eclipse doesn't have the concept of scopes for its dependencies. It has. You can define dependencies to be exported. Isn't that on by default?

Using Maven as Eclipse class-path container

2005-11-07 Thread Michael Böckling
Hi, I'd like to know if there is, or if there are any plans to create, an Eclipse plugin that cann add a Maven2 class-path container to a project, so there is a way to use the Maven artifact resolver (adding dependencies automatically to the Eclipse classpath) inside Eclipse. This would be

Re: Using Maven as Eclipse class-path container

2005-11-07 Thread Brett Porter
On 11/8/05, Michael Böckling [EMAIL PROTECTED] wrote: Are there any informations about this topic? Maybe the soon-to-be released M2 Eclipse plugin (http://jira.codehaus.org/secure/BrowseProject.jspa?id=11093) can do this? Correct, and more. - Brett

Re: Using Maven as Eclipse class-path container

2005-11-07 Thread Marcel Schutte
Sounds like a good idea. I think the eclipse plugin works only in the opposite direction, generating .classpath etc files for eclipse to use. A problem might be that eclipse doesn't have the concept of scopes for its dependencies. Marcel --- Michael Böckling [EMAIL PROTECTED] wrote: Hi, I'd

RE: Using Maven as Eclipse class-path container

2005-11-07 Thread Jörg Schaible
Marcel Schutte wrote on Tuesday, November 08, 2005 8:48 AM: Sounds like a good idea. I think the eclipse plugin works only in the opposite direction, generating .classpath etc files for eclipse to use. A problem might be that eclipse doesn't have the concept of scopes for its dependencies.

Re: Best approach in using maven w/ eclipse

2005-07-26 Thread jk jk
Thanks. I am also using Maven 1.0.2. I havent really looked at the newer version of Maven and I having been trying to get Maven 1.0.2 to work for my project. Hopefully it isnt too different. For the tomcat configuration, you've just added a context in conf/server.xml? I'll try that tomorrow.

RE: Best approach in using maven w/ eclipse

2005-07-26 Thread jk jk
the same worked out even with mavenIDE that way you do not even have to do any CTRL+TAB to switch to maven prompt. Alex. -Original Message- From: jk jk [mailto:[EMAIL PROTECTED] Sent: Monday, July 25, 2005 3:21 PM To: Maven Users List Subject: Re: Best approach in using maven w

RE: Best approach in using maven w/ eclipse

2005-07-26 Thread jk jk
approach in using maven w/ eclipse The risk associated with this presumption is that there typically (hopefully always) IS a build process, but it is being subverted. Anyone know if there is a Tomcat Eclipse plugin that allows you to edit JSP live in the IDE (i.e. hit the page

RE: Best approach in using maven w/ eclipse

2005-07-26 Thread Mike Perham
Have you considered looking at the documentation for the eclipse plugin? ;-) Google maven eclipse and look at the properties. -Original Message- From: jk jk [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 26, 2005 3:08 AM To: Maven Users List Subject: RE: Best approach in using maven w

RE: Best approach in using maven w/ eclipse

2005-07-26 Thread Patrick Roumanoff
the eclipse maven plugin you have to regenerate your eclipse project files every time you modify your project.xml. To avoid loosing your natures builders, you can use the maven.eclipse.projectnatures maven.eclipse.buildcommands properties. But this is a one way process. With mevenide it's a two way

Re: Best approach in using maven w/ eclipse

2005-07-25 Thread jk jk
Thanks Doug. For the tomcat plugin, Im presumming your referring to the Sysdeo tomcat plugin. I also have that installed in eclipse and use it to start stop tomcat. Can you list down the flow of how you would make a change in your webapp and deploy it when actively developing? For example,

RE: Best approach in using maven w/ eclipse

2005-07-25 Thread A. Shneyderman
To: Maven Users List Subject: Re: Best approach in using maven w/ eclipse Thanks Doug. For the tomcat plugin, Im presumming your referring to the Sysdeo tomcat plugin. I also have that installed in eclipse and use it to start stop tomcat. Can you list down the flow of how you would make

Re: Best approach in using maven w/ eclipse

2005-07-25 Thread Doug Douglass
Yes, Sysdeo Tomcat plugin. Web app work flow is similar to what you describe, but we have Tomcat and the Tomcat plugin configured to use context configuration files and just point the context to the target/artifactId directory of the webapp project. Therefore, the work flow is: 1) make a

RE: Best approach in using maven w/ eclipse

2005-07-25 Thread Mike Perham
a complex page rapidly grows tiresome. mike -Original Message- From: Doug Douglass [mailto:[EMAIL PROTECTED] Sent: Monday, July 25, 2005 3:11 PM To: Maven Users List Subject: Re: Best approach in using maven w/ eclipse Yes, Sysdeo Tomcat plugin. Web app work flow is similar to what you

RE: Best approach in using maven w/ eclipse

2005-07-25 Thread Patrick Roumanoff
updated to generate/synchronize those .wtpmodules for you. details at http://roumanoff.blogspot.com/ cheers, Patrick -Original Message- From: Doug Douglass [mailto:[EMAIL PROTECTED] Subject: Re: Best approach in using maven w/ eclipse The risk associated with this presumption

Best approach in using maven w/ eclipse

2005-07-22 Thread jk jk
Hi all, Im getting setup to use Maven on a new project and would like to know the best approach in intergrating Maven with development, specifically using Eclipse (w/ MyEclipse plugin). Its usually a preference thing, but any feedback would assist me. After working with Maven goals on Eclipse