Create a New Maven Project
Start Intellij Choose to create a new project. Go to File -> New Project. Choose to create a Maven Module.
Enter a project name. Select the java sdk to use. Select the jdk that you have downloaded.
Use the wizard to complete creation of the project. Once created, you will have a projetc created and a pom.xml file for the same.