Also, Maven is very opinionated about how a project is managed. You might have to create a new Maven project (after installing the Maven plugin) and copy your sources into that project. If your current project build multiple artifacts, you will need multiple Maven projects.
Martijn Verburg wrote:Well firstly, have you enabled the Maven plugin for Netbeans?
hi Martijn,
yes i have enabled Maven plugin.And created new Maven Project.
pallavi chaudhari
Ranch Hand
Joined: Jul 02, 2008
Posts: 54
posted
0
Peter Johnson wrote:Also, Maven is very opinionated about how a project is managed. You might have to create a new Maven project (after installing the Maven plugin) and copy your sources into that project. If your current project build multiple artifacts, you will need multiple Maven projects.
Shall I have to do this manually......netbeans does not provide this conversion from existing java project to Maven Project??(But I think its possible using Eclipse...Am i correct???)