In case of multiproject, you have to go into each of the subfolder and run 
maven eclipse:generate-classpath

cd $PROJECT_HOME

cd common; maven eclipse:generate-classpath; maven 
eclipse:generate-project

cd ../core; maven eclipse:generate-classpath; maven 
eclipse:generate-project

...



Eclipse doesnt understand sub-projects at all, so each of your subproject 
(common, core, web, ... in case of an AndroMDA project) has to be a different 
eclipse project.

There might be a shortcut if you use the "multiproject" maven plugin, where you 
can run a goal for all the subprojects, ... but you will have to read the doc 
on that one
_________________________________________________________
Reply to the post : http://galaxy.andromda.org/forum/viewtopic.php?p=881#881
Posting to http://forum.andromda.org/ is preferred over posting to the mailing 
list!


-------------------------------------------------------
This SF.Net email is sponsored by: NEC IT Guy Games.  How far can you shotput
a projector? How fast can you ride your desk chair down the office luge track?
If you want to score the big prize, get to know the little guy.  
Play to win an NEC 61" plasma display: http://www.necitguy.com/?r=20
_______________________________________________
Andromda-user mailing list
Andromda-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/andromda-user

Reply via email to