Working With Maven in IntelliJ IDEA

  Рет қаралды 494,907

IntelliJ IDEA, a JetBrains IDE

IntelliJ IDEA, a JetBrains IDE

Күн бұрын

Пікірлер: 60
@ruixue6955
@ruixue6955 5 жыл бұрын
2:08 import existing maven project 3:32 Navigate to Maven window 3:47 run a Maven goal
@TheRealDeal878
@TheRealDeal878 4 жыл бұрын
totally loved the voice of this instructor...something out of a movie frfr
@m22d52
@m22d52 3 жыл бұрын
fancy english that looks cool omg so gay
@beback_
@beback_ 6 жыл бұрын
3:30 How to install a Maven project in your local repository.
@user-rp9iis1en6h
@user-rp9iis1en6h 5 жыл бұрын
Can you make a tutorial about how to debug a maven project running with tomcat in detail?
@mondoshigua
@mondoshigua Жыл бұрын
👋🏼🇨🇴🧔🏻👍🏼🤝🏼 Saludos desde Colombia.
@michaelkay1508
@michaelkay1508 4 жыл бұрын
This tutorial seems to assume you already have a good working knowledge of both Maven and IntelliJ
@waso
@waso 4 жыл бұрын
Michael Kay which means you should look at some basic tutorials of IntelliJ and Maven seperately. They can be found on KZbin.
@KulaGGin
@KulaGGin 2 жыл бұрын
No? They click all the buttons in front of your eyes. You don't need to have used it even once to follow this tutorial and to start working with Maven.
@michaelkay1508
@michaelkay1508 2 жыл бұрын
@@KulaGGin I'm glad you got on with it better than I did. I could probably follow it now, because I've learnt a lot over the last 2 years, but when I watched it at the time, there were too many concepts I didn't understand. (But everyone has a different style. For example, I'm not happy knowing what buttons to click unless I understand why.)
@knowwhere663
@knowwhere663 Жыл бұрын
New to IntelliJ from eclipse. This wasn't helpful. I'm partly to be blamed thought this video was uploaded 6 years ago.
@rudyardkipling4569
@rudyardkipling4569 4 күн бұрын
Agree. The buttons are never exactly where they used to be, command names vary over time etc. Blindly clicking is useless. A tutorial should concentrate on concepts. What's a goal? What's an intention? A project?
@RainOrigami
@RainOrigami 3 жыл бұрын
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?
@TrishaGee
@TrishaGee 3 жыл бұрын
A lot of the UI has changed since this video is recorded, the import happens without asking a lot of question. The Maven tool window can be found by pressing Shift twice and typing "Maven Tool", and selecting the tool window from the results.
@RaajKanchan
@RaajKanchan 2 жыл бұрын
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.
@RN-jo8zt
@RN-jo8zt 2 жыл бұрын
Evry time I import new project maven setting changed why,how to fix it ?
@apoorvsinha5193
@apoorvsinha5193 3 жыл бұрын
Thanks that was helpful
@kennethcarvalho3684
@kennethcarvalho3684 3 жыл бұрын
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
@edward_fury
@edward_fury 2 жыл бұрын
I have this error in my intellij: META-INF/versions/9/module-info is not a class because access_flag ACC_MODULE is set
@sly-x86
@sly-x86 7 жыл бұрын
Is there any default hotkeys to work with maven sidebar tab and its actions?
@lorettaarnoldisibaja9120
@lorettaarnoldisibaja9120 5 жыл бұрын
hi there, how about getting unrecognized option: --module-path? what should i do and what does it mean?
@nikosjoakimidis1899
@nikosjoakimidis1899 4 жыл бұрын
Just perfect!
@anupyalsangikar6748
@anupyalsangikar6748 4 жыл бұрын
Which archetype you selected
@trrao835
@trrao835 5 жыл бұрын
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
@roronoa_d_law1075
@roronoa_d_law1075 5 жыл бұрын
intellij > all
@ZajoSTi
@ZajoSTi 5 жыл бұрын
My IDEA CE doesn't contain "Show dependency" option. Is it plugin? If yes, what plugin?
@edricchan8774
@edricchan8774 4 жыл бұрын
Did you not understand what the instructor mentioned at 4:54? She said that the "Show dependencies" option is an extra feature for the Ultimate version of IntelliJ IDEA.
@ZajoSTi
@ZajoSTi 4 жыл бұрын
@@edricchan8774 Yes I missed that, sorry.
@javacoderfromchengdu2734
@javacoderfromchengdu2734 4 жыл бұрын
thank you SOOO much
@sudhanshukumar6866
@sudhanshukumar6866 6 жыл бұрын
very nice presentation .. grt
@MamunKhan-kk2cf
@MamunKhan-kk2cf 6 жыл бұрын
very nice presentation
@raayschneider2759
@raayschneider2759 6 жыл бұрын
beautiful voice and excellent video
@softwareengineer6413
@softwareengineer6413 5 жыл бұрын
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 -DarchetypeArtifactId=maven-archetype-quickstart -DarchetypeVersion=1.4 -DinteractiveMode=false" per Maven's website ?
@AkankshaTomar
@AkankshaTomar 2 жыл бұрын
Can we create Maven project with Python SDK ?
@AndyRubio1
@AndyRubio1 7 жыл бұрын
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.
@TrishaGee
@TrishaGee 7 жыл бұрын
It's definitely the Ultimate version? I had a similar problem, I couldn't see the option to begin with. I didn't do anything special and eventually the shortcut worked, and after that the menu item appeared.
@salah9028
@salah9028 6 жыл бұрын
Nice presentation
@Tanzeel431
@Tanzeel431 5 жыл бұрын
Why there is an error when I add junit version 4.12 dependency. Error is 'Dependency junit:junit:4.12' not found. I tried other versions as well. Getting same error. Please help.
@ahmetdemirbas2895
@ahmetdemirbas2895 5 жыл бұрын
I got same error. I tried RELEASE and its works. Maybe you should try this
@NguyenNgocChauBeauty
@NguyenNgocChauBeauty 5 жыл бұрын
thank you!
@Adam-vt8ej
@Adam-vt8ej 2 жыл бұрын
maybe how to set simple hello world using Maven??
@k.arslan7959
@k.arslan7959 6 жыл бұрын
Hi. How can we add new classes to maven projects, anyone knows it please ?
@SpectatorAlius
@SpectatorAlius 5 жыл бұрын
"test dependencies in green" she says as she points to teal/tiffany blue colored nodes in the dependency graph!
@TrishaGee
@TrishaGee 3 жыл бұрын
Yeah, sorry about that. I'm red-green colour-blind
@zeroinf3651
@zeroinf3651 6 жыл бұрын
入门级的视频让我们节省很多时间
@abhishekgummalla6088
@abhishekgummalla6088 6 жыл бұрын
I have recently shifted from windows to Mac. Could any one please help me identify where I can find my local maven repository(.m2 equivalent in mac). Also would I need to install Maven separately for local repository or maven plugin within IntelliJ Idea would be sufficient?(I'd also like to know the path of maven local repository in this case as well.)
@serega1009
@serega1009 6 жыл бұрын
Триша )
@antnzr656
@antnzr656 5 жыл бұрын
Trisha Gee
@wainemier3235
@wainemier3235 3 жыл бұрын
comment suite
@bohdanantypenko148
@bohdanantypenko148 7 жыл бұрын
please, can you show how make exe file from maven in intelij idea
@alcar32sharif
@alcar32sharif 7 жыл бұрын
You can use the following tools: jsmooth.sourceforge.net launch4j.sourceforge.net there is also a maven plugin for launch4j: github.com/lukaszlenart/launch4j-maven-plugin
@bohdanantypenko148
@bohdanantypenko148 7 жыл бұрын
thank you
@alcar32sharif
@alcar32sharif 7 жыл бұрын
You're Welcome
@teodorfon8159
@teodorfon8159 5 жыл бұрын
Software Engineering I :))
@arihilamjeffery5281
@arihilamjeffery5281 7 жыл бұрын
Pls am looking for how to write program contain classes and and there own main
@seeking9145
@seeking9145 3 жыл бұрын
projet
@m22d52
@m22d52 4 жыл бұрын
fokin british
@m22d52
@m22d52 3 жыл бұрын
fancy english
@benjaminforest1176
@benjaminforest1176 5 жыл бұрын
This all is why I will quit my job.. It's simply too complicated Learning curve is too steep and I can't do my job..
@vigneshparameshwaran4921
@vigneshparameshwaran4921 5 жыл бұрын
if others could do it so can you. You are no less compared. Keep trying. You will know when you get it.
Using Maven in IntelliJ IDEA
1:01:03
IntelliJ IDEA, a JetBrains IDE
Рет қаралды 46 М.
The Basics of Debugging Your Code in IntelliJ - Java Programming
15:23
Quando eu quero Sushi (sem desperdiçar) 🍣
00:26
Los Wagners
Рет қаралды 11 МЛН
So Cute 🥰 who is better?
00:15
dednahype
Рет қаралды 17 МЛН
Working with Gradle in IntelliJ IDEA
19:57
IntelliJ IDEA, a JetBrains IDE
Рет қаралды 214 М.
How to run Unit Tests with Maven and IntelliJ IDEA
8:57
Begin Secure
Рет қаралды 14 М.
Plugins and Profiles in Maven | Example | Tech Primers
15:53
Tech Primers
Рет қаралды 54 М.
Maven Tutorial - Crash Course
26:08
Marco Codes
Рет қаралды 186 М.
Docker in IntelliJ IDEA
17:36
IntelliJ IDEA, a JetBrains IDE
Рет қаралды 144 М.
Maven Complete Tutorial with IntelliJ
38:17
Programming Techie
Рет қаралды 126 М.
Apache Maven: Collaborative Mastery
1:05:51
IntelliJ IDEA, a JetBrains IDE
Рет қаралды 4,9 М.
Creating your first Java application with IntelliJ IDEA
13:38
IntelliJ IDEA, a JetBrains IDE
Рет қаралды 877 М.
IntelliJ IDEA Beginner Tutorial | How to create Maven Project
9:23
Automation Step by Step
Рет қаралды 157 М.
Debug Java Like a Pro in IntelliJ IDEA
17:28
Tom Gregory Tech
Рет қаралды 48 М.
Quando eu quero Sushi (sem desperdiçar) 🍣
00:26
Los Wagners
Рет қаралды 11 МЛН