If you are using Maven inside Eclipse IDE via M2Eclipse plugin then the following tips can help you a lot.
1. Setup Dependency as Java Project in Eclipse
If your POM dependencies are another project in Eclipse then your project will automatically get updated whenever you build the dependent project. For example, let's say you have a project, ABC, which is dependent on two core modules e.g. framework.jar and persistence.jar, if you have checked out these project and has set up them as Maven Eclipse project, M2Eclipse can directly add them as a dependency, instead of loading their JAR files from the repository, be it local or remote.
تعليقات
إرسال تعليق