+ 1
Pom.XML is not creating when i am using maven tool on IDE Eclipse
I am using spring DAO Web application progaram on Eclipse oxygen IDE using Maven tool but the program structure is not created on IDE.What would i do??
3 Antworten
+ 11
Are you sure you created a Maven project?
Check this steps:
- Install Maven plugin for Eclipse (m2e)
- Right click on your project > Configure > Convert to Maven project or Enable Dependency Management
- Build your Maven project
0
i already did this....but not working
0
hi bro,
u can use this link to install maven in eclipse and create maven project which will create pom.xml
http://toolsqa.com/java/maven/how-to-install-maven-eclipse-ide/