Hey,
Maven is great for building the project in the integration machine , but as concern for use in the development environment its not so useful(unless you have some clever advice for me).
suppose i have application which is deployed as an ear file.
my issues:
1. in eclipse i change some sources from different projects , now when i want to publish the ear to the server i need to build all projects before building the ear (which can take 15 minutes). build only the changed project and after that build the ear is not convenient .
2. when i run maven the eclipse which is use in the same output folders like maven getting crazy and show comilation errors.
wait for your clever advices.
Thank you