I use maven 2.0.9, jdk 1.6.0_10 to build my project. 

Now I encounter a dilemma. I have source code e.g. example/ioc/MyIoc.java,
example/ioc/tapestry5/MyIocWrapper.java and related Test files. They are
located in different folders at the beginning. 

Now I want to reorganize/ refactor the source code. So the structure may
become example/ioc/MyIoc.java, example/ioc/MyIocWrapper.java. However, there
are many classes which has similar situation. That means they may just be
located in different folders. 

As I understand, in eclipse a developer can simply right-click and choose
refactoring after modifying the source, then related source code in other
classes would be changed as well. So I would like to know is there any
chance this can be achieve using maven plugin? Or generally people who use
maven (but don't use eclipse) would recommend the best approach?

I appreciate any suggestion.

Thank you very much.
-- 
View this message in context: 
http://old.nabble.com/Refactoring-question-tp26464173p26464173.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]

Reply via email to