M
M
Maxim2011-11-16 10:48:59
Java
Maxim, 2011-11-16 10:48:59

Convert dynamic web project to Maven project

Good day to all! Recently it was necessary to translate the created Java web project into a Maven project. Thank God there are good people who shared such information . But I would like to know if there is some kind of automatic conversion process, for example, somehow a plug-in for Eclipse, or in general some third-party software that would do the conversion with the creation of all dependencies.
Thanks in advance!

Answer the question

In order to leave comments, you need to log in

1 answer(s)
K
korvindest, 2011-11-16
Bogovick @maxBogovick

As far as I know, there are no convertibles to Maven from other types of projects. This is due to the fact that Maven has a very different approach to project settings.
If you have many projects and the settings for them are similar in many ways, then you can first create a parent project and put all similar settings into it, and then inherit from it and add differences.
If the project is 1, then you just have to sit down and tinker for a day. I don't think it will be needed anymore.
PS If you have any questions about Maven, then write in a personal, I will try to answer them.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question