Hi Navin, You have explained maven so easily. I have viewed various tutorials on Maven but was not able to understand. You two videos made me understand maven. Great Job. I just request you to create a complete tutorial on maven.
Sir please make a full complete tutorial for maven, where al the concepts like MAVEN BUILD, GOALS (clean install) etc are also discussed along with other necessary tuff..looking to have your content on this soon.
I have seen three videos regarding db connection to selenium with java and here this video regarding Maven. Navin the way you explained both the things are explained like superb. thank you sir :)
This video is so simple, I have bought a course on Udemy but it's too lengthy and I wanted to just know the basics because I have to transform a ANT project to Maven.
Can you please do courses on lynda? In my organisation there is no RUclips access and all your videos are very much helpful specially spring and hibernate ones.
Your tutorials are good, but the naming and sequencing of the videos can be better for continuous learning. Sometime i go with the color of the shirt you wore in the video to get the next video :)
others charge the thing he does, so be thankfull....its easy to point mistake but its very hard to share knowledge all around which telusko learning does... its very shamefull of you bro
Hi, I’m confused that is that junit jar file under your hidden .m2 folder in your local repo? Cuz in your video I think you said sth like its a remote repo so just wanna make sure, thx!
Hello everyone, I met the issue after creating maven project: cvc-elt.1.a: Cannot find the declaration of element 'project'. In pom file it is the first line. Do you know what am I doing wrong? For test I create normal java project, then I did convert to Maven and POM template is different without any errors. I put there dependiences and it works fine.
Navin, I am back for more. is this spring tutorial covering all enough material for one to learn all about Spring, or at least enough to create some good applications
can you explain the project structure? i see different folders src/main/java, src/test/java, src, target. what is the purpose of each of thse. where exactly do i write my code?
Sir . I am facing problem when i use web app architype .. It showing me architype could not resolved.. Sir can you make a video to resolve that kind of situation.
Hello. I use intellij idea in my PC. It is a little bit different from eclipse. i Would like you to create more videos about maven and spring using Intellij Idea.
How to get the jar files after adding the dependency org.spring framework as all these jars are required. since it automatically showed up in maven dependencies folder in the video . It is not showing all the jars in my proj.
@@utax22 i also having same issue, i saved my pom.xml file but dependency not yet auto downloaded.. then i found solution-----> i did right click on current project-> maven->update project ... now every dependency showing ...
Hello navin... Nice explanation.. But how java version 1.5 is coming there...? When I am using java 1.8. Can you explain that how java version is 1.5 default in maven and how can we change?
Hi Naveen sir, Sir when I click on all Catalogs but it didn't download all the option as you mention in the video. My options are still same as the internal one. Their is no issue with internet connection. Can you please help me out to fix this one
hii sir ... i have encountered a problem can u help me to ressolve it. while creating a maven project.. could not ressolve archetype from any of the configured repository
hi Sir, I am facing a problem while building of maven project in eclipse 2019-12, its displaying a window that named as 'Discover m2e connectors' in that giving 2 errors 1) maven-compiler-plugin:3.1:compile(1 errors) 2) maven-compiler-plugin:3.1:testCompile(1 errors). How should be overcomed from this problem. Please help.
@@shikhasreekumar literally i had reinstalled eclipse with java developer and after that i had installed j2ee and others form marketplace , now its working fine. but thank you for your advice.
am getting error in pom file - org.apache.maven.archiver.MavenArchiver.getManifest(org.apache.maven.project.MavenProject, org.apache.maven.archiver.MavenArchiveConfiguration) while creating maven project
Sir howmuch money you take for spring and hybernate I know these things but not proficient ............ Take some less money only ......... give early message if possible ........Thanks....
Hi Sir, I'm getting below error while trying to add/edit pom xml file. Even getting same error default junit. please o the needful. Error: The word 'junit' is not correctly spelled
Could not calculate build plan: Plugin org.apache.maven.plugins:maven-resources-plugin:2.6 or one of its dependencies could not be resolved: Failed to read artifact descriptor for org.apache.maven.plugins:maven-resources-plugin:jar:2.6 Plugin org.apache.maven.plugins:maven-resources-plugin:2.6 or one of its dependencies could not be resolved: Failed to read artifact descriptor for org.apache.maven.plugins:maven-resources-plugin:jar:2.6 i have this error. what do i do?
Hi Navin,
You have explained maven so easily. I have viewed various tutorials on Maven but was not able to understand. You two videos made me understand maven. Great Job. I just request you to create a complete tutorial on maven.
yep please make more tutorials on maven
Sir please make a full complete tutorial for maven, where al the concepts like MAVEN BUILD, GOALS (clean install) etc are also discussed along with other necessary tuff..looking to have your content on this soon.
Unbelievably useful! I have been looking for this information for weeks! Thank you!
Great video, really helpful. Thank you Telusko!
I really like your videoes.. it is always to the point
Great understanding on Maven. Thank you
Excellent brief tutorial! Thank you
I have seen three videos regarding db connection to selenium with java and here this video regarding Maven. Navin the way you explained both the things are explained like superb. thank you sir :)
Thank you Naveen. Love the way you explain. All your videos are very informative and easy to understand
This video is so simple, I have bought a course on Udemy but it's too lengthy and I wanted to just know the basics because I have to transform a ANT project to Maven.
you are great in explaining confusing topics !
Sir please make a full tutorial on maven soon.......
Woww......great teaching skill
your doing a great job sir.... keep sharing your knowledge...
very good explanation. Thank you.
Thank you navin please upload the complete maven tutorials video .
Good Video. No Alien.
Excellent practical video ! Keep on.
Can you please do courses on lynda? In my organisation there is no RUclips access and all your videos are very much helpful specially spring and hibernate ones.
Your tutorials are good, but the naming and sequencing of the videos can be better for continuous learning. Sometime i go with the color of the shirt you wore in the video to get the next video :)
Good tip, but in this video he was all behind the scenes :)
Color of the shirt! :D
others charge the thing he does, so be thankfull....its easy to point mistake but its very hard to share knowledge all around which telusko learning does... its very shamefull of you bro
@@vijays3047 it was feedback. no need to overreact like this.
thank you, soo much these videos are really awesome and really helpful :)
Thanks alot brother.
thank you! from Mexico!
great explanation.......thanks
Thanks for sharing
awesome video
Hi, I’m confused that is that junit jar file under your hidden .m2 folder in your local repo? Cuz in your video I think you said sth like its a remote repo so just wanna make sure, thx!
Hello everyone,
I met the issue after creating maven project:
cvc-elt.1.a: Cannot find the declaration of element 'project'.
In pom file it is the first line. Do you know what am I doing wrong?
For test I create normal java project, then I did convert to Maven and POM template is different without any errors.
I put there dependiences and it works fine.
Please make a video on maven lifecycle, phases and goals
Thanks a lot,
Sir can you make video on log4j
Navin, I am back for more. is this spring tutorial covering all enough material for one to learn all about Spring, or at least enough to create some good applications
Thank you so much sir....🙏🙏😍
Now i fully understood maven because of you sir😊
can you explain the project structure? i see different folders src/main/java, src/test/java, src, target. what is the purpose of each of thse. where exactly do i write my code?
Sir can you help me with a dependency file,I don't get a dependency on the spring website
I don't see the section to read spring framework dependency on page Spring.io page
Hi sir ,
Can we get the dependency directly from pom.xml .. actually in pom we have option of add dependency ..
So can we add dependency from that
Please add more tutorials on maven
nice sir
Thank you
what after jsp,servlet??spring core or spring mvc??please mention the sequence of videos..
servlet, jsp, hibernet(optional) spring core, spring boot, spring mvc. :)
Hello Sir, Your videos are very informative, I am watching every video of your's. Could you please videos on Angular js and Spring Boot.
It's very high level expecting more depth like plug in etc
Thanks!
Sir,Can you create a maven web application having admin and client module and how to implement it.It will be very useful for us.
Hello Mr. Reddy i am bulding a OPC UA client in java..can you tell me which maven dependencies i have to use
Sir . I am facing problem when i use web app architype .. It showing me architype could not resolved..
Sir can you make a video to resolve that kind of situation.
Hello. I use intellij idea in my PC. It is a little bit different from eclipse. i Would like you to create more videos about maven and spring using Intellij Idea.
How do I compile the project and package it into jar file ?
How to add spring dependencies with spring initializr?
Getting dependencies is something easy. The main power of Maven is how it builds the project. You haven't talked about that.
How to get the jar files after adding the dependency org.spring framework as all these jars are required. since it automatically showed up in maven dependencies folder in the video . It is not showing all the jars in my proj.
You just have to save the pom.xml file and it will show up
@@utax22 i also having same issue, i saved my pom.xml file but dependency not yet auto downloaded.. then i found solution-----> i did right click on current project-> maven->update project ... now every dependency showing ...
Hello navin...
Nice explanation..
But how java version 1.5 is coming there...? When I am using java 1.8.
Can you explain that how java version is 1.5 default in maven and how can we change?
So basically we dont have to download jar files if using maven is there any other use of it.
please upload a tutorial for creating our own maven repository on APACHE servers.
thanks!!!
Sir, can we use maven on java perspective?
Hi
i am getting an error sign on pom.xml i am not getting why.. can you suggest solution for that
Hi Naveen sir,
Sir when I click on all Catalogs but it didn't download all the option as you mention in the video. My options are still same as the internal one.
Their is no issue with internet connection.
Can you please help me out to fix this one
it will take some time to retrive the archetype list from the server bro,be patient for a while.
appreciate if you can publish sample app for struts latest version
Hi Sir, I’m getting error while creating maven project. Please help me
hii sir ... i have encountered a problem can u help me to ressolve it.
while creating a maven project.. could not ressolve archetype from any of the configured repository
I also got this same problem ...sir please help us to resolve it.
Sir. When am I creating maven project only resources folder getting but test n main/java not getting creating those folders wt's happening there?
thanks
I am getting the following error while executing same steps as mentioned here.
sir as i am create maveen project but src folder show on main and test folder only show
hi Sir,
I am facing a problem while building of maven project in eclipse 2019-12,
its displaying a window that named as 'Discover m2e connectors' in that giving 2 errors
1) maven-compiler-plugin:3.1:compile(1 errors)
2) maven-compiler-plugin:3.1:testCompile(1 errors).
How should be overcomed from this problem.
Please help.
Try Maven Update
@@shikhasreekumar literally i had reinstalled eclipse with java developer and after that i had installed j2ee and others form marketplace , now its working fine.
but thank you for your advice.
thank you...!!
when i change version 3.8.2 in pom.xml, it is not changing in the directories. why?
update it
sir when i created the maven project no jar was created in it.
You have to wait it will take sometime coz it is getting downloading from remote server
Sir, is there a single POM.xml for different maven projects?
Thank God! This time You didn't call us Aliens.
am getting error in pom file - org.apache.maven.archiver.MavenArchiver.getManifest(org.apache.maven.project.MavenProject, org.apache.maven.archiver.MavenArchiveConfiguration) while creating maven project
Not able to download Jersey in maven
i am not able to get app.java file in main file in maven project
Sir howmuch money you take for spring and hybernate I know these things but not proficient ............ Take some less money only ......... give early message if possible ........Thanks....
sir I am not English native speaker,would you be so kind to add some subtitle
Sir please provide videos on Gradle Eclipse java integration. Thank you.
could not able to instal maven in eclipse in maven what should i do
use sts maven is already there
You should have said welcome back aliens 😭😭😭
Hi, I followed the same steps to create a maven project but I am not able expand the src folder like how you did.
Same Issue I have faced, have you found out the Solution ?
Hi Sir,
I'm getting below error while trying to add/edit pom xml file. Even getting same error default junit. please o the needful.
Error: The word 'junit' is not correctly spelled
Send your dependency code
U r aswome
could not find Maven Tutorial - 2..?
😊
Maven project is not giving project structure and not showing jar files properly
Enjoy
org.springframework
spring-context
5.0.5.RELEASE
org.springframework
spring-context
5.1.0.RELEASE
Sənin qadanı alaram Teluş! (Bizimkilər oxusa, gülsün biraz) )
very good teacher but very fast talking. SLOW DOWN AND EXPLAIN SLOWLY.
Too complex explaining though
Just 1 question.
Are you using your teamviewer to scam people?
I'm truly sorry if you think I offended you.
Have a nice day
Could not calculate build plan: Plugin org.apache.maven.plugins:maven-resources-plugin:2.6 or one of its dependencies could not be resolved: Failed to read artifact descriptor for org.apache.maven.plugins:maven-resources-plugin:jar:2.6
Plugin org.apache.maven.plugins:maven-resources-plugin:2.6 or one of its dependencies could not be resolved: Failed to read artifact descriptor for org.apache.maven.plugins:maven-resources-plugin:jar:2.6
i have this error. what do i do?
Thanks! 🙏