JavaRush /Java Blog /Random EN /Ant/Maven and Intellij Idea
Ipshin
Level 41
Новосибирск

Ant/Maven and Intellij Idea

Published in the Random EN group
Good day everyone, I don’t know where to ask a question that really interests me, I hope I’m not in the wrong place. In between studying on the course, I started creating mini-programs for myself. Not finding anything more original, I made a calculator in swing, then read an article about game development and wrote down tic-tac-toe in javaFX. I reached level 35 and again felt the urge to do something of my own, so I decided to make a warm tube Pong. Each project had some new technologies for me and it came to databases. This didn’t seem like a very complicated thing to me, but to integrate the database into the program, a third-party library is used, which must somehow be attached to the project. It didn’t take long to look for a solution, as Google claims, projects in 95% of programs are assembled by a special assembler, either Ant (simpler) or Maven (more efficient). And here’s my problem - I can’t find a clear guide on how to build a project using Maven. You come across either guides using other IDEs, in which the controls are very different, or guides based on the Idea 0.9beta version, in which a lot of things are also different, or guides where they ask you to click on the “magic button” so that everything compiles. Actually, my request to the community is quite obvious - a clear guide in Russian/English, written not as a list of possibilities, but as a specific guide from creating the program to the final jar file. In the form of a wall of text or a “mover”, whatever this demonic word means :) Thank you all in advance for your answers.
Comments
TO VIEW ALL COMMENTS OR TO MAKE A COMMENT,
GO TO FULL VERSION