Hello friends, today the scope of our discussion would be related to configuring Maven project and cross-compilation feature of Java. Precisely we would talk about below points:
2. Important Pointers
3. Misconception
4. The Right Way: Compiling Projects using a different JDK
5. Conclusion
- the right way of configuring Maven projects to use specific JDK version
- important pointers related to Java compiler & it's cross compilation feature
- common misconception while configuring the Maven compiler plugin
Table Of Content
1. Introduction: Maven & JDK2. Important Pointers
3. Misconception
4. The Right Way: Compiling Projects using a different JDK
5. Conclusion