Douglas Ferguson wrote:
> 
> I did this and when I first opened the projects I noticed that there was a
> now a project dependency and everything is compile.
> 
> However, I just checked again and the dependency isn't showing up but it
> is
> still compiling? What could make the project dependency disappear.
> 
> I did try the "update src directory" in the m2 plugin trying to figure out
> what that did.
> 
> BTW: I am still curious if you can add local dependencies. With the add
> dependency it seems like it just searches central.
> 
> -----Original Message-----
> From: Max Cooper [mailto:[EMAIL PROTECTED] 
> Sent: Tuesday, August 15, 2006 6:51 PM
> To: Maven Users List
> Subject: Re: eclipse
> 
> If you run 'mvn eclipse:eclipse' from the top level of your project (as 
> opposed to running it individually for each module), the  maven eclipse 
> plugin will create "project dependencies" rather than dependencies on 
> the jar files in the repository.
> 
> I would start by checking to see if you currently have "project 
> dependencies" or if you have dependencies on jars.
> 
> -Max
> 
> Douglas Ferguson wrote:
>> When using eclipse for multi-module projects:
>> 
>>  
>> 
>> If I am working on 2 modules at the same time, is there anyway to have
>> eclipse resolve dependencies without having to install them to the maven
>> repository?
>> 
>>  
>> 
>> When using the m2 plugin, is there an easy way to add a local
>> dependency/parent/or submodule?
>> 
>>  
>> 
>> When using the m2 plugin, do I have to configure all the goals I need to
> run
>> per module? Since the basedir has to be set it seems like you have to
>> configure all your modules and all the goals you want to run.
>> 
>>  
>> 
>> __________________________________________
>> 
>> 
>> Douglas W. Ferguson
>> 
>> EPSIIA - Another Fiserv Connection
>> 
>> Development
>> 
>> Office Phone: 512-329-0081 ext. 3309
>> 
>> Dial Toll Free: 800-415-5946
>> 
>> Mobile Phone: 512-293-7279
>> 
>> Fax: 512-329-0086
>> 
>> [EMAIL PROTECTED]
>> 
>> www.epsiia.com <http://www.epsiia.com/> 
>> 
>> __________________________________________
>> 
>>  
>> 
>> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 
> 

I'm still new at m2 eclipse plugin myself. but i can sometimes fix some
"unresolved" issues by cleaning the project, updating the source folder, and
calling mvn eclipse:eclipse...but im not sure myself as to what's causing
the problem.
-- 
View this message in context: 
http://www.nabble.com/eclipse-tf2112017.html#a5843739
Sent from the Maven - Users forum at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to