Friday, September 20, 2019

Post#92.Convert Java project to Maven Project


Convert the Existing Java project to Maven Project
We have to follow below steps to convert the java project into maven project.

1. Right click on the java project
2. Go to configure option
3. Select convert to maven project




4. Click finish
5. Fill the details of the project keep version number as 0.0.1 and packaging as jar.



No comments:

Post a Comment