Cross project refactoring in Eclipse with maven integration

2008-07-08 Thread Smith, Stephen R
Now that I have maven handling my dependencies, how do I do cross
Eclipse project refactoring or references or declarations.  When my
projects were linked, I could refactor a method in one project and
dependent projects would be modified as well.  It seems that once the
project dependencies in the build path are converted into Maven
dependencies, workspace wide searching and refactoring is broken.

Stephen Smith


Re: Cross project refactoring in Eclipse with maven integration

2008-07-08 Thread Michael McCallum
using m2eclipse you can install the snapshots and refresh deps... the plugin 
will link the projects... you know because the dep shows a folder instead of 
a jar 

On Wed, 09 Jul 2008 03:35:44 Smith, Stephen R wrote:
 Now that I have maven handling my dependencies, how do I do cross
 Eclipse project refactoring or references or declarations.  When my
 projects were linked, I could refactor a method in one project and
 dependent projects would be modified as well.  It seems that once the
 project dependencies in the build path are converted into Maven
 dependencies, workspace wide searching and refactoring is broken.

 Stephen Smith



-- 
Michael McCallum
Enterprise Engineer
mailto:[EMAIL PROTECTED]

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



Re: Cross project refactoring in Eclipse with maven integration

2008-07-08 Thread Eugene Kuleshov


Michael McCallum-3 wrote:
 
 using m2eclipse you can install the snapshots and refresh deps... the
 plugin will link the projects... you know because the dep shows a folder
 instead of a jar 
 

  Actually you don't need to install snapshots to local repository as
m2eclipse can resolve dependencies right from the Eclipse workspace as you
described. You can find some more documentation about this feature at
http://docs.codehaus.org/display/M2ECLIPSE/Dependency+Management

  regards,
  Eugene

-- 
View this message in context: 
http://www.nabble.com/Cross-project-refactoring-in-Eclipse-with-maven-integration-tp18343423p18352862.html
Sent from the Maven - Users mailing list archive at Nabble.com.


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