Working With Maven in IntelliJ IDEA

preview_player
Показать описание
Maven is a software tool that helps you manage Java projects and automate application builds.
IntelliJ IDEA fully integrates with Maven version 2.2 and later versions, allowing you to create and import Maven modules, download artifacts, and perform the goals of the build lifecycle and plugins.

*Author: Trisha Gee

Join us:

Category: Building Projects

#intellijidea_tutorial #intellijidea #maven #maventutorials #jetbrains
Рекомендации по теме
Комментарии
Автор

totally loved the voice of this instructor...something out of a movie frfr

TheRealDeal
Автор

2:08 import existing maven project
3:32 Navigate to Maven window
3:47 run a Maven goal

ruixue
Автор

This tutorial seems to assume you already have a good working knowledge of both Maven and IntelliJ

michaelkay
Автор

Can you make a tutorial about how to debug a maven project running with tomcat in detail?

rpiisenh
Автор

Thanks for your video. Very useful. I request you can you keep one video on how to run flink code from github using intellij idea

trrao
Автор

3:30 How to install a Maven project in your local repository.

beback_
Автор

Adding a dependency in IntelliJ is a nightmare. Can you guys please come up with a simple solution. Like the one that is already available for Android Studio.

RaajKanchan
Автор

Is there any default hotkeys to work with maven sidebar tab and its actions?

sly-x
Автор

For a jar am not setting the version.. Automatically version 1.1.0 is being picked.. For the same jar in another project 1.5.0 is picked.. How to find where this version is being picked from

kennethcarvalho
Автор

So creating the Maven project through IntelliJ is the SAME as running this command line "
mvn archetype:generate -DgroupId=com.mycompany.app -DartifactId=my-app -DarchetypeVersion=1.4 -DinteractiveMode=false"
per Maven's website ?

softwareengineer
Автор

My IDEA CE doesn't contain "Show dependency" option. Is it plugin? If yes, what plugin?

ZajoSTi
Автор

"test dependencies in green" she says as she points to teal/tiffany blue colored nodes in the dependency graph!

SpectatorAlius
Автор

Evry time I import new project maven setting changed why, how to fix it ?

RN-jozt
Автор

I have this error in my intellij: is not a class because access_flag ACC_MODULE is set

edward_fury
Автор

hi there, how about getting unrecognized option: --module-path? what should i do and what does it mean?

lorettaarnoldisibaja
Автор

I did not get the "Maven projects need to be imported" dialog, where can I set my project to auto-import?
1:13 what is this button? I don't have it! where can I find the maven window?

RainOrigami
Автор

Software Engineering I






:))

teodorfon
Автор

hmmmm... I've got IntelliJ Ultimate 2017.1.2 but can't see the 'Show Dependencies' option, nor does Shift-alt-cmd-U do anything.

AndyRubio
Автор

maybe how to set simple hello world using Maven??

Adam-vtej
Автор

Can we create Maven project with Python SDK ?

AkankshaTomar