Re: Maven and Eclipse

2016-06-14 Thread Curtis Rueden
al Center > (609)485-5294 > > > -Original Message- > From: Barrie Treloar [mailto:baerr...@gmail.com] > Sent: Wednesday, June 08, 2016 7:33 PM > To: Maven Users List > Subject: Re: Maven and Eclipse > > On 9 June 2016 at 01:00, <michael.ctr.taru...@faa.gov>

RE: Maven and Eclipse

2016-06-14 Thread Michael.CTR.Tarullo
609)485-5294 -Original Message- From: Barrie Treloar [mailto:baerr...@gmail.com] Sent: Wednesday, June 08, 2016 7:33 PM To: Maven Users List Subject: Re: Maven and Eclipse On 9 June 2016 at 01:00, <michael.ctr.taru...@faa.gov> wrote: > Thanks Curtis! > > That's

RE: Maven and Eclipse

2016-06-14 Thread Michael.CTR.Tarullo
Curtis, Thank you for your reply. It actually gave me an idea that solved my problem. To get Eclipse and Maven recreate the Maven Dependencies in my Java Build Path I ran Maven -> Update Projects. first without a settings.xml file which did recreate the entry, but with the errors beca

Re: Maven and Eclipse

2016-06-14 Thread Curtis Rueden
) > Software Engineer > FAA WJH Technical Center > (609)485-5294 > > > -Original Message- > From: Barrie Treloar [mailto:baerr...@gmail.com] > Sent: Wednesday, June 08, 2016 7:33 PM > To: Maven Users List > Subject: Re: Maven and Eclipse > > On 9 June 201

RE: Maven and Eclipse

2016-06-14 Thread Michael.CTR.Tarullo
y Corp) Software Engineer FAA WJH Technical Center (609)485-5294 -Original Message- From: Barrie Treloar [mailto:baerr...@gmail.com] Sent: Wednesday, June 08, 2016 7:33 PM To: Maven Users List Subject: Re: Maven and Eclipse On 9 June 2016 at 01:00, <michael.ctr.taru...@faa.gov> wrot

RE: Maven and Eclipse

2016-06-14 Thread Martin Gainty
> From: michael.ctr.taru...@faa.gov > To: users@maven.apache.org > Subject: RE: Maven and Eclipse > Date: Tue, 14 Jun 2016 14:33:31 + > > This is a partial update to this issue, which I am posting as requested by > Barrie Treloar. > > I encountered this p

RE: Maven and Eclipse

2016-06-14 Thread Michael.CTR.Tarullo
5-5294 -Original Message- From: Barrie Treloar [mailto:baerr...@gmail.com] Sent: Wednesday, June 08, 2016 7:33 PM To: Maven Users List Subject: Re: Maven and Eclipse On 9 June 2016 at 01:00, <michael.ctr.taru...@faa.gov> wrote: > Thanks Curtis! > > That's exactly what I

Re: Maven and Eclipse

2016-06-08 Thread Barrie Treloar
On 9 June 2016 at 01:00, wrote: > Thanks Curtis! > > That's exactly what I did. > > As soon as I get a chance, I'll try a fresh install of Mars 2 and see how > it goes. I usually do my Eclipse upgrades with fresh installs, this is the > first time I tried to upgrade

RE: Maven and Eclipse

2016-06-08 Thread Michael.CTR.Tarullo
Corp) Software Engineer FAA WJH Technical Center (609)485-5294 -Original Message- From: ctrueden.w...@gmail.com [mailto:ctrueden.w...@gmail.com] On Behalf Of Curtis Rueden Sent: Wednesday, June 08, 2016 11:08 AM To: Maven Users List Subject: Re: Maven and Eclipse Hi Michael, > That is

Re: Maven and Eclipse

2016-06-08 Thread Curtis Rueden
ie Treloar [mailto:baerr...@gmail.com] > Sent: Tuesday, June 07, 2016 5:13 PM > To: Maven Users List > Subject: Re: Maven and Eclipse > > On 8 June 2016 at 01:33, <michael.ctr.taru...@faa.gov> wrote: > > > I have recently been doing Maven builds from Eclipse Lun

RE: Maven and Eclipse

2016-06-08 Thread Michael.CTR.Tarullo
list, as you suggest. Michael Tarullo Contractor (Engility Corp) Software Engineer FAA WJH Technical Center (609)485-5294 -Original Message- From: Barrie Treloar [mailto:baerr...@gmail.com] Sent: Tuesday, June 07, 2016 5:13 PM To: Maven Users List Subject: Re: Maven and Eclipse On 8 June

Re: Maven and Eclipse

2016-06-07 Thread Barrie Treloar
On 8 June 2016 at 01:33, <michael.ctr.taru...@faa.gov> wrote: > I have recently been doing Maven builds from Eclipse Luna with no problems. > > Recently I upgraded Eclipse to Mars 2 and Maven builds that worked in the > past no longer work. I have posted the error I'm

Maven and Eclipse

2016-06-07 Thread Michael.CTR.Tarullo
I have recently been doing Maven builds from Eclipse Luna with no problems. Recently I upgraded Eclipse to Mars 2 and Maven builds that worked in the past no longer work. I have posted the error I'm getting at the end of this email. In addition, it appears that the Maven -> Update proj

SVN Password when executing maven from Eclipse on Ubuntu

2015-08-03 Thread Florian Schaetz
Hello together, I've been using maven for a while now, professionally and privately and have always been quite happy with it, even as I've just scratched the surface (but there are already two maven books on my reading list to change that). But you know how it is, sometimes you stumble upon a

Maven using eclipse

2012-05-22 Thread josipj
eclipse:eclipse I'm working in this project create the dependencies for me automatically. When I'm importing the project I want to work on and only import those projects which are needed. Josip -- View this message in context: http://maven.40175.n5.nabble.com/Maven-using-eclipse-tp5709408.html

Re: Maven using eclipse

2012-05-22 Thread John Patrick
With the latest version of the eclipse maven plugin, you can import a pom directly into eclipse without the command line step. If you then just close the eclipse project your not using, the dependencies will automatically change from the eclipse project to the last published version in your

Re: Maven using eclipse

2012-05-22 Thread martin.eisengardt
existing maven modules. This will create all the projects for dependency a, a-2 and b. On Tue, May 22, 2012 at 12:39 PM, John Patrick nhoj.patr...@gmail.comwrote: With the latest version of the eclipse maven plugin, you can import a pom directly into eclipse without the command line step. If you

Re: Maven using eclipse

2012-05-22 Thread Ron Wheeler
Why? It is always a good question to start with. What Maven Repo are you using? There is usually no need to have a project open in Eclipse to use the project's output (jar) in another project. Eclipse and Maven will automatically get the imported dependencies from any artifact that you declare

Can Maven tell Eclipse/m2eclipse to include generated code in classpath?

2012-03-12 Thread Ward, Nathan
I'm using the cxf-codegen-plugin to generate code from wsdl. The generated code goes into /target/generated/cxf. Is there a way to specify in the pom file that this code should be included in the Eclipse classpath? I need to reference this code from my code, but I don't want to put the

Re: Can Maven tell Eclipse/m2eclipse to include generated code in classpath?

2012-03-12 Thread Barrie Treloar
On Tue, Mar 13, 2012 at 6:49 AM, Ward, Nathan nw...@merlin-intl.com wrote: I'm using the cxf-codegen-plugin to generate code from wsdl. The generated code goes into /target/generated/cxf. Is there a way to specify in the pom file that this code should be included in the Eclipse classpath? I

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: Where is the global settings.xml for built-in (embedded) Maven in Eclipse?

2011-01-05 Thread Manuel Doninger
Eclipse says: Embedded Runtime is always used for dependency resolution, but does not use global settings when it is used to launch Maven. So i think, there is just no global configuration file for this runtime, because it doesn't use one. You have to use the user configuration file or an

Where is the global settings.xml for built-in (embedded) Maven in Eclipse?

2011-01-04 Thread Ben Stover
Yes, I know the global settings file for a stand-alone Maven is in MAVENINSTALLDIR\conf\settings.xml But where is that corresponding file if I use the built-in, embedded Maven in Eclipse (v3.6.1) ? Ben - To unsubscribe, e

Re: Where is the global settings.xml for built-in (embedded) Maven in Eclipse?

2011-01-04 Thread Anders Hammar
is that corresponding file if I use the built-in, embedded Maven in Eclipse (v3.6.1) ? Ben - To unsubscribe, e-mail: users-unsubscr...@maven.apache.org For additional commands, e-mail: users-h...@maven.apache.org

Re: Where is the global settings.xml for built-in (embedded) Maven in Eclipse?

2011-01-04 Thread Joseph
did u have a check on some dir like {user_home}/.m2/ ? like c:\user\Joseph\.m2\... 2011-01-05 Joseph 发件人: Ben Stover 发送时间: 2011-01-04 20:57:34 收件人: Maven Users 抄送: 主题: Where is the global settings.xml for built-in (embedded) Maven in Eclipse? Yes, I know the global settings file

Re: Where is the global settings.xml for built-in (embedded) Maven in Eclipse?

2011-01-04 Thread Anders Hammar
Users 抄送: 主题: Where is the global settings.xml for built-in (embedded) Maven in Eclipse? Yes, I know the global settings file for a stand-alone Maven is in MAVENINSTALLDIR\conf\settings.xml But where is that corresponding file if I use the built-in, embedded Maven in Eclipse (v3.6.1) ? Ben

Problems building Maven with Eclipse and running Integration Tests

2010-08-29 Thread Victor Freire
Hello everyone, I can't build Maven properly with the m2eclipse plugin, below are the errors I get in Eclipse. Almost all maven subprojects fail to build with m2eclipse... http://www.ideone.com/vBVg6 With the command line, I can build Maven ok but most of the integration tests fail

How can I configure these projects with maven and eclipse?

2010-04-20 Thread Marcial Atienzar Navarro
Hi, I'm starting with maven. I'm working with eclipse. I've these projects PROJECT A depends on PROJECT B and PROJECT C PROJECT D depends on PROJECT B and PROJECT C PROJECT E depends on PROJECT A and PROJECT D I've migrate PROJECT B and PROJECT C as java projects a

Re: How can I configure these projects with maven and eclipse?

2010-04-20 Thread Wayne Fay
   PROJECT A depends on PROJECT B and PROJECT C    PROJECT D depends on PROJECT B and PROJECT C    PROJECT E depends on PROJECT A and PROJECT D    what is the best practice to do it, is it possible? What's the problem, exactly? I suggest you use m2eclipse. Wayne

Re: How can I configure these projects with maven and eclipse?

2010-04-20 Thread Marcial Atienzar Navarro
Hi , I'm using Eclipse IAM. The problem is that I don't know how can I configure the pom. With m2eclipse can I do it easily? I've see this url previously: http://maven.apache.org/guides/mini/guide-ide-eclipse.html. Lot of thanks, Marcial El mar, 20-04-2010 a las 09:02 -0500, Wayne

Re: How can I configure these projects with maven and eclipse?

2010-04-20 Thread Wayne Fay
The problem is that I don't know how can I configure the pom. With m2eclipse can I do it easily? Ask on the m2eclipse mailing list: http://old.nabble.com/Maven-Eclipse-(m2eclipse)-f14524.html Wayne - To unsubscribe, e-mail

Re: How can I configure these projects with maven and eclipse?

2010-04-20 Thread Justin Edelson
I don't use IAM, but any decent Maven IDE integration shouldn't require changes to you poms. On Apr 20, 2010, at 10:12 AM, Marcial Atienzar Navarro matien...@umivale.es wrote: Hi , I'm using Eclipse IAM. The problem is that I don't know how can I configure the pom. With m2eclipse can I do it

Re: use maven in eclipse without m2eclipse

2009-12-05 Thread Anders Hammar
There is also a maven plugin for eclipse: http://maven.apache.org/plugins/maven-eclipse-plugin/ However, I wouldn't recommend going that pth. M2Eclipse is much better as you'll get real integration of Maven in Eclipse. If you haven't done so, try the latest dev version of M2Eclipse (0.9.9-dev

Re: use maven in eclipse without m2eclipse

2009-12-05 Thread maven apache
2009/12/5 Anders Hammar and...@hammar.net There is also a maven plugin for eclipse: http://maven.apache.org/plugins/maven-eclipse-plugin/ However, I wouldn't recommend going that pth. M2Eclipse is much better as you'll get real integration of Maven in Eclipse. If you haven't done so, try

use maven in eclipse without m2eclipse

2009-12-04 Thread maven apache
Hi; These days I was confusing with some problems about the m2eclipse,so I wonder if I can use maven without m2elcipse.? For example,when I use m2eclipse after I add a dependency I click maven - update dependencies ,now what to do without the m2elicpse for updating dependencies? And other

Re: Maven and Eclipse (WTP)

2009-10-19 Thread Jason van Zyl
: Maven and Eclipse (WTP) Use the M2Eclipse user list for M2Eclipse questions. http://m2eclipse.sonatype.org/project-information.html On 2009-10-17, at 12:23 PM, Formenti, Giovanni wrote: Hi, I have to manage a JEE project with Eclipse and Maven. We'd like to use M2Eclise and WTP (but we can also use

Re: Maven and Eclipse (WTP)

2009-10-18 Thread Manuel Grau
into english. Regards. 2009/10/17 Formenti, Giovanni giovanni.forme...@capgemini.com Hi, I have to manage a JEE project with Eclipse and Maven. We'd like to use M2Eclise and WTP (but we can also use JBoss Tools) to deploy an EAR (3 module: JAR, WAR and EAR) in JBoss running inside the IDE, i.e

RE: Maven and Eclipse (WTP)

2009-10-18 Thread Damon Silver
- From: Jason van Zyl [mailto:ja...@sonatype.com] Sent: Saturday, October 17, 2009 11:58 AM To: Maven Users List Subject: Re: Maven and Eclipse (WTP) Use the M2Eclipse user list for M2Eclipse questions. http://m2eclipse.sonatype.org/project-information.html On 2009-10-17, at 12:23 PM, Formenti

Re: Maven and Eclipse (WTP)

2009-10-18 Thread Brett Randall
All else fails you could access via Nabble: http://www.nabble.com/Maven-Eclipse---User-f14525.html . Cheers Brett On Mon, Oct 19, 2009 at 2:52 PM, Damon Silver damon.sil...@diio.net wrote: Off-topic: On that note, I've tried half a dozen times to subscribe to the M2Eclipse Users list via

Maven and Eclipse (WTP)

2009-10-17 Thread Formenti, Giovanni
Hi, I have to manage a JEE project with Eclipse and Maven. We'd like to use M2Eclise and WTP (but we can also use JBoss Tools) to deploy an EAR (3 module: JAR, WAR and EAR) in JBoss running inside the IDE, i.e. our development environment. Has someone tips on how to manage this configuration

Re: Maven and Eclipse (WTP)

2009-10-17 Thread Jason van Zyl
Use the M2Eclipse user list for M2Eclipse questions. http://m2eclipse.sonatype.org/project-information.html On 2009-10-17, at 12:23 PM, Formenti, Giovanni wrote: Hi, I have to manage a JEE project with Eclipse and Maven. We'd like to use M2Eclise and WTP (but we can also use JBoss Tools

Re: Maven and Eclipse (WTP)

2009-10-17 Thread Manuel Grau
Yes, I'm doing at work. Tomorrow Iwill tell you, writing in iPhone is difficult Enviado desde mi iPod El 17/10/2009, a las 20:23, Formenti, Giovanni giovanni.forme...@capgemini.com escribió: Hi, I have to manage a JEE project with Eclipse and Maven. We'd like to use M2Eclise and WTP

Ant vs Maven vs Eclipse, IntelliJ, NetBeans – Expl oring Incremental Builds

2009-10-01 Thread David Booth
We’re looking into incremental builds — trying to document the differences in popularity productivity between using tools like Ant and Maven versus IDEs. We haven’t seen a study like this before, and we’ve already received responses from over 550 developers. We’d like this report to be as

Re: maven spring eclipse and properties/spring config

2009-07-13 Thread Brett Randall
From: Mohan KR [mailto:kmoh@gmail.com] Sent: Sat 7/11/2009 1:31 PM To: 'Maven Users List' Subject: RE: maven spring eclipse and properties/spring config Yup, that is a decision you have to make. But in general, the approach I have been using is this: - You spring-context files

RE: maven spring eclipse and properties/spring config

2009-07-13 Thread Edelson, Justin
ASL 2. Listed correctly here: http://kenai.com/projects/boxspring, but didn't make it into the site build. Justin -Original Message- From: Brett Randall [mailto:javabr...@gmail.com] Sent: Monday, July 13, 2009 2:51 AM To: Maven Users List Subject: Re: maven spring eclipse and properties

Re: maven spring eclipse and properties/spring config

2009-07-11 Thread Tim O'Brien
On Fri, Jul 10, 2009 at 1:54 PM, Vincent Fumoneo...@gmail.com wrote: I'm converting an old project to maven and I have a question re: spring. This project has about 20 spring config files and it reads them all in on startup and uses the  In addition I have 4 properties files

RE: maven spring eclipse and properties/spring config

2009-07-11 Thread Mohan KR
an example :), but information above should get you going, I hope. Thanks, mohan kr -Original Message- From: Tim O'Brien [mailto:tobr...@discursive.com] Sent: Saturday, July 11, 2009 11:03 AM To: Maven Users List Subject: Re: maven spring eclipse and properties/spring config On Fri, Jul

RE: maven spring eclipse and properties/spring config

2009-07-11 Thread Edelson, Justin
long message or an article to show an example :), but information above should get you going, I hope. Thanks, mohan kr -Original Message- From: Tim O'Brien [mailto:tobr...@discursive.com] Sent: Saturday, July 11, 2009 11:03 AM To: Maven Users List Subject: Re: maven spring eclipse

maven spring eclipse and properties/spring config

2009-07-10 Thread Vincent Fumo
I'm converting an old project to maven and I have a question re: spring. This project has about 20 spring config files and it reads them all in on startup and uses the In addition I have 4 properties files (local/dev/qa/prod) that I'd like to use to inject/filter/substitute values into them

Re: Manual Steps for Integrating Maven with Eclipse...

2009-06-24 Thread aldana
in doing the installation of the maven plugin in Eclipse, we want to know the manual steps involved in achieving the same what plug-in installation does. Is it possible for you to provide the steps (changes to folder or workspace, inclusion of list of executable etc) as part of Maven integration

Re: Manual Steps for Integrating Maven with Eclipse...

2009-06-23 Thread Barrie Treloar
the installation of the maven plugin in Eclipse, we want to know the manual steps involved in achieving the same what plug-in installation does. Is it possible for you to provide the steps (changes to folder or workspace, inclusion of list of executable etc) as part of Maven integration into Eclipse so

Better AJDT support for maven generated eclipse projects

2009-04-05 Thread Andrew Eisenberg
Hi all, Some of you might be interested in some new features in AJDT that we put in to help support maven users who are using the aspectj plugin and the maven-eclipse-plugin. 1) The maven-eclipse-plugin would include the javabuilder in the generated .project file.  This is usually fine, except

Re: Better AJDT support for maven generated eclipse projects

2009-04-05 Thread Barrie Treloar
On Mon, Apr 6, 2009 at 2:03 AM, Andrew Eisenberg and...@eisenberg.as wrote: Hi all, Some of you might be interested in some new features in AJDT that we put in to help support maven users who are using the aspectj plugin and the maven-eclipse-plugin. Do you want to raise bugs (if they dont

Re: Better AJDT support for maven generated eclipse projects

2009-04-05 Thread Andrew Eisenberg
, Andrew Eisenberg and...@eisenberg.as wrote: Hi all, Some of you might be interested in some new features in AJDT that we put in to help support maven users who are using the aspectj plugin and the maven-eclipse-plugin. Do you want to raise bugs (if they dont already exist) against maven

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
everything was for a maven user. I would like to try Eclipse IDE with my existing multi-module project. What is the best approack for doing this? Which plugin should I use? Please share any links and pointers. Thanks. See [0] for a comparison of the available plugins. The maven-eclipse-plugin just

RE: Using maven with eclipse

2009-01-15 Thread Adam Leggett
Try this if you want an Eclipse plug-in to manage the integration: http://m2eclipse.sonatype.org/ [1] Try this if you want a Maven plug-in instead: http://maven.apache.org/plugins/maven-eclipse-plugin/ [2] I tend to lean to [2], but then I'm happier just using command line mojos to get some

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
an Eclipse plug-in to manage the integration: http://m2eclipse.sonatype.org/ [1] Try this if you want a Maven plug-in instead: http://maven.apache.org/plugins/maven-eclipse-plugin/ [2] I tend to lean to [2], but then I'm happier just using command line mojos to get some of the additional value add

Maven + GWT + Eclipse

2008-09-17 Thread Lam, Hayward
We have projects used Maven + MyEclipse in the past. There is a new project we want to use GWT. I am having trouble integrating the 3. There is a GWT maven plugin and I tried out with the simplesample project from google. The issues: 1) GWT compile seems to generate java classes in the source

Re: Maven + GWT + Eclipse

2008-09-17 Thread nicolas de loof
If you are using the Mojo project GWT plugin ( mojo.codehaus.org/gwt-maven-plugin) I can help you as I maintain it. Nicolas. 2008/9/17 Lam, Hayward [EMAIL PROTECTED] We have projects used Maven + MyEclipse in the past. There is a new project we want to use GWT. I am having trouble integrating

Best Practice for DLLs in Maven with Eclipse

2008-09-01 Thread Jan Schoppenhorst
One of the many things I like about Maven is that the binaries are in repositiories and not in CVS. For normal Jars this works perfect but DLLs and .so files are often also packed in jars and then put into the repositories. These jars have to be unpacked before they can be used when running

RE: Maven and Eclipse Project

2008-08-22 Thread Lam Hayward
Thanks for the suggestion. It does not work. No error reported. The build path still does not show any project dependency. -Original Message- From: Wayne Fay [mailto:[EMAIL PROTECTED] Sent: August 21, 2008 3:40 PM To: Maven Users List Subject: Re: Maven and Eclipse Project You need

RE: Maven and Eclipse Project

2008-08-22 Thread Lam Hayward
[mailto:[EMAIL PROTECTED] Sent: August 21, 2008 4:29 PM To: Maven Users List Subject: Re: Maven and Eclipse Project On Thu, Aug 21, 2008 at 9:51 AM, Lam Hayward [EMAIL PROTECTED] wrote: Hi there, I have an issue with maven classpath generation (mvn eclipse:eclipse) for eclipse. I have 3

Re: Maven and Eclipse Project

2008-08-22 Thread Eugene Kuleshov
, such as AJDT or WTP will be done automatically. See for example WTP howto. http://tinyurl.com/5zoawl Michael McCallum-3 wrote: far better solution... there is one caveat make sure that maven and eclipse have different output folders... eclipse generates class are not meant to be packaged up

RE: Maven and Eclipse Project

2008-08-22 Thread Eugene Kuleshov
for the suggestion. It does not work. No error reported. The build path still does not show any project dependency. -Original Message- From: Wayne Fay Sent: August 21, 2008 3:40 PM To: Maven Users List Subject: Re: Maven and Eclipse Project You need to configure the eclipse plugin

Maven and Eclipse Project

2008-08-21 Thread Lam Hayward
Hi there, I have an issue with maven classpath generation (mvn eclipse:eclipse) for eclipse. I have 3 independent projects (say A, B and C) with no common root. Project A is the common project (jar) which project B and C will include. In pom.xml in project B and project C, there is a

Re: Maven and Eclipse Project

2008-08-21 Thread Arnaud HERITIER
using the workspace property the eclipse plugin can find references to others projects and link them. Otherwise without having an inheritence but a reactor pom with 3 modules will also link them together. On Thu, Aug 21, 2008 at 4:51 PM, Lam Hayward [EMAIL PROTECTED]wrote: Hi there, I have an

RE: Maven and Eclipse Project

2008-08-21 Thread Lam Hayward
: Arnaud HERITIER [mailto:[EMAIL PROTECTED] Sent: August 21, 2008 1:55 PM To: Maven Users List Subject: Re: Maven and Eclipse Project using the workspace property the eclipse plugin can find references to others projects and link them. Otherwise without having an inheritence but a reactor pom

Re: Maven and Eclipse Project

2008-08-21 Thread Wayne Fay
You need to configure the eclipse plugin as Arnaud said: http://maven.apache.org/plugins/maven-eclipse-plugin/eclipse-mojo.html It will be something like: plugin groupIdorg.apache.maven.plugins/groupId artifactIdmaven-eclipse-plugin/artifactId configuration

Re: Maven and Eclipse Project

2008-08-21 Thread Andrew Close
On Thu, Aug 21, 2008 at 9:51 AM, Lam Hayward [EMAIL PROTECTED] wrote: Hi there, I have an issue with maven classpath generation (mvn eclipse:eclipse) for eclipse. I have 3 independent projects (say A, B and C) with no common root. Project A is the common project (jar) which project B and C

Re: Maven and Eclipse Project

2008-08-21 Thread Michael McCallum
that maven and eclipse have different output folders... eclipse generates class are not meant to be packaged up... -- Michael McCallum Enterprise Engineer mailto:[EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL PROTECTED

Is is possible to start maven in Eclipse?

2008-07-23 Thread thomas2004
I use maven1 and Eclipse 3.3.x. Now when I compile a project or run other maven commands, I have to open Command Prompt and enter the maven command. I wonder if one can simple run maven command in Eclipse directly, such as right click the project and choose run maven command in the context menu

Re: Is is possible to start maven in Eclipse?

2008-07-23 Thread Pierre Thibault
PROTECTED] To: users@maven.apache.org Sent: Wednesday, July 23, 2008 11:55:15 AM Subject: Is is possible to start maven in Eclipse? I use maven1 and Eclipse 3.3.x. Now when I compile a project or run other maven commands, I have to open Command Prompt and enter the maven command. I wonder if one can

maven 2.0.9 eclipse 3.2.2 problems

2008-06-20 Thread EJ Ciramella
Anyone experiencing this: [WARN] Failed to load plugin: org.apache.maven.plugins:maven-clean-plugin. Adding to late-bound plugins list. Reason: Failed to load plugin. Reason: The plugin 'org.apache.maven.plugins:maven-clean-plugin' does not exist or no valid version could be found [WARN]

Re: Maven and Eclipse: getting started

2008-05-02 Thread Russell Bateman
inside Eclipse to tell Maven to create me a fully WTP-armed POM? mvn archetype:create ^ -DarchetypeGroupId=group id of the appropriate archetype ^ -DarchetypeArtifactId=aart. id of the appropriate archetype ^ -DarchetypeVersion=1.0-SNAPSHOT ^ -DgroupId=Project Group Id

Maven and Eclipse: getting started

2008-05-01 Thread Russell Bateman
I'm looking for help getting going with Maven and Eclipse. I've read lots, but have been unable to synthesis what I've read into a practical, working procedure. I'm looking for some direction (URLs or other suggestions). Where am I? I have downloaded Maven and run it successfully to create

Re: Maven and Eclipse: getting started

2008-05-01 Thread Chris_Graham
/New+and+Noteworthy) More importantly, have a look at: http://www.sonatype.com/book/ Also, use this: http://m2eclipse.codehaus.org/ The questions I'm looking to answer are: - How do I invoke the Maven plugin inside Eclipse to tell Maven to create me a fully WTP-armed POM? mvn

problem with maven and eclipse rcp

2008-04-23 Thread glen.sequeira
hi Am having trouble trying to download eclipse plugin using maven . these are the steps i followed 1) viisited the link http://docs.codehaus.org/display/MAVENUSER/Eclipse+Plugin 2) opened a cmd (in windows) and ran the 2nd command in the link page : mvn eclipse:make-artifacts

Maven with Eclipse

2008-01-29 Thread amit kumar
Hi, I am using maven plug-in with myeclipse 6.0. But while coding even if I add rubbish to the code, I can not see any error line(the usual red line at the point of syntactic error). Could anyone help with that? I am using the org.maven.ide.eclipse_0.0.11.20070603-1200 plug in. Regards, Amit

RE: Maven with Eclipse

2008-01-29 Thread Ben Lidgey
: amit kumar [mailto:[EMAIL PROTECTED] Sent: 29 January 2008 08:07 To: Maven Users List Subject: Maven with Eclipse Hi, I am using maven plug-in with myeclipse 6.0. But while coding even if I add rubbish to the code, I can not see any error line(the usual red line at the point of syntactic error

Re: Maven with Eclipse

2008-01-29 Thread amit kumar
Subject: Maven with Eclipse Hi, I am using maven plug-in with myeclipse 6.0. But while coding even if I add rubbish to the code, I can not see any error line(the usual red line at the point of syntactic error). Could anyone help with that? I am using

Re: Maven with Eclipse

2008-01-29 Thread Thomas Lutz
in Eclipse to control the highlighting (see Windows-Preferences-Java-Editor and see if the Report problems as you type box is checked). Ben -Original Message- From: amit kumar [mailto:[EMAIL PROTECTED] Sent: 29 January 2008 08:07 To: Maven Users List Subject: Maven with Eclipse Hi

RE: Maven with Eclipse

2008-01-29 Thread Ben Lidgey
-Original Message- From: amit kumar [mailto:[EMAIL PROTECTED] Sent: 29 January 2008 10:27 To: Maven Users List Subject: Re: Maven with Eclipse I was not able to locale 0.12 version of m2eclipse plug at http://m2eclipse.codehaus.org/update-dev/plugins/ Ben I would definitely try

Kill maven from eclipse launcher

2007-12-23 Thread Sharon Whipple
Is it possible to kill maven.bat after launch from within eclipse? Seems that maven continues to run and only the launcher stop. Thank you -- View this message in context: http://www.nabble.com/Kill-maven-from-eclipse-launcher-tp14477952s177p14477952.html Sent from the Maven - Users mailing

Re: Maven 1.1 : eclipse-plugin : Hide target

2007-11-28 Thread uncreative.name
derived resources by default. Tanguy von Stebut-2 wrote: Hi ! I'm using eclipse-plugin under maven 1.x, and I'd like my target dirs to be excluded from package view and also from Type and resources Search, to avoid editing sources like jsp in to target. Actually, I thing output folders

Re: Maven/Subversion/Eclipse/Subclipse Configuration

2007-11-07 Thread Régis Décamps
-- View this message in context: http://www.nabble.com/Maven-Subversion-Eclipse-Subclipse-Configuration-tf4757978s177.html#a13623976 Sent from the Maven - Users mailing list archive at Nabble.com. - To unsubscribe, e-mail: [EMAIL

Maven/Subversion/Eclipse/Subclipse Configuration

2007-11-06 Thread Simon Taylor
Were configuring our first Maven project and wondering if we have the right approach. Were using Maven2, Subversion accessible via WebDAV, Eclipse with both Subclipse and Maven2Eclipse plugin. We created a new Maven2 project in Eclipse. We have an existing project structure that we want to

Re: Maven/Subversion/Eclipse/Subclipse Configuration

2007-11-06 Thread Dave Feltenberger
I agree with you, Vanja. And if the developers on the project are definitely using Eclipse, you can create a Maven Builder for Eclipse that hooks into the Eclipse build lifecycle. See the additionalBuildCommands tag here: http://maven.apache.org/plugins/maven-eclipse-plugin/eclipse-mojo.html

Maven 1.1 : eclipse-plugin : Hide target

2007-10-23 Thread Tanguy von Stebut
Hi ! I'm using eclipse-plugin under maven 1.x, and I'd like my target dirs to be excluded from package view and also from Type and resources Search, to avoid editing sources like jsp in to target. Actually, I thing output folders should be automatically hidden by eclipe, since it's not happening

Re: checkstyle plugins: maven and eclipse

2007-10-05 Thread houzecl
this is the answer I got from checkstyle mailing list :-) I would suggest trying the mailing lists for Maven and the Eclipse plug-in. Anyway, all previous answers are very probably the best solutions at this time. Christian-Luc Wayne Fay wrote: You'll probably have better luck

Re: checkstyle plugins: maven and eclipse

2007-10-05 Thread Jim Sellers
corporate maven repository. Since that repository is available via http, we configured the eclipse plugin to use that url. Now we have one mavenized project to manage the checkstyle rules. When we deploy it, the checkstyle rules become available to both maven and eclipse

Re: checkstyle plugins: maven and eclipse

2007-10-05 Thread Greg_Vaughn
have one mavenized project to manage the checkstyle rules. When we deploy it, the checkstyle rules become available to both maven and eclipse at the same time. -Greg Vaughn == Confidentiality

Re: checkstyle plugins: maven and eclipse

2007-10-04 Thread Dimitris Kapanidis
that repository is available via http, we configured the eclipse plugin to use that url. Now we have one mavenized project to manage the checkstyle rules. When we deploy it, the checkstyle rules become available to both maven and eclipse at the same time. -Greg Vaughn

RE: checkstyle plugins: maven and eclipse

2007-10-04 Thread Hayes, Peter
in sync. See : http://maven.apache.org/plugins/maven-eclipse-plugin/eclipse-mojo.html#a dditionalConfig -Original Message- From: houzecl [mailto:[EMAIL PROTECTED] Sent: Thursday, October 04, 2007 4:02 AM To: users@maven.apache.org Subject: Re: checkstyle plugins: maven and eclipse Yes

Re: checkstyle plugins: maven and eclipse

2007-10-04 Thread Greg_Vaughn
it, the checkstyle rules become available to both maven and eclipse at the same time. -Greg Vaughn == Confidentiality Notice: The information contained in and transmitted with this communication is strictly

checkstyle plugins: maven and eclipse

2007-10-03 Thread houzecl
is possible ??? thanks for any hint Christian-Luc -- View this message in context: http://www.nabble.com/checkstyle-plugins%3A-maven-and-eclipse-tf4562913s177.html#a13022606 Sent from the Maven - Users mailing list archive at Nabble.com

Re: checkstyle plugins: maven and eclipse

2007-10-03 Thread Wayne Fay
://www.nabble.com/checkstyle-plugins%3A-maven-and-eclipse-tf4562913s177.html#a13022606 Sent from the Maven - Users mailing list archive at Nabble.com. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

  1   2   3   >