I have two projects, one called my-lib
, the other one is my-webapp
. As I use Maven2, I set my-lib
as a dependency of my-webapp
.
In Eclipse, I need to have my-lib
set as a "Java EE Module dependencies" for my-webapp
.
Is there a way to make this dependency set when I run the mvn eclipse:clean eclipse:eclipse command? For the moment, everytime I run this command on my project, then my-lib
is not defined as a Java EE Module Dependency of my-webapp
, and then I need to set it manually.