• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Devaka Cooray
  • Campbell Ritchie
  • Tim Cooke
  • Ron McLeod
  • Paul Clapham
Sheriffs:
  • Liutauras Vilda
  • Jeanne Boyarsky
  • paul wheaton
Saloon Keepers:
  • Tim Holloway
Bartenders:

This is Lee Hnetinka, How to convert existing Java Project to Maven in Eclipse?

 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Guys,

I am Lee Hnetinka and want to know, How to convert existing Java Project to Maven in Eclipse? if anyone have idea please share with me
 
Marshal
Posts: 6209
501
IntelliJ IDE Python TypeScript Java Linux
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello Lee. Welcome to the Ranch!

What is the problem with your current project that you're hoping to solve with Maven?
 
Saloon Keeper
Posts: 29001
214
Android Eclipse IDE Tomcat Server Redhat Java Linux
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Welcome to the Ranch, Lee!

Actually, it's a lot easier to convert a Maven project to Eclipse than the other way around.

Maven has very particular ideas of which files should go in what directories. Eclipse can easily handle that, but if you didn't design your project with that organization originally, you'll have to re-organize it manually.

You'll also need to construct a Maven POM file to hold the dependency information and other Maven project data.

Once you have done that, if you have a Maven plug-in for Eclipse installed, Eclipse will happily help you run Maven goals and tap into Maven resources.
 
And then we all jump out and yell "surprise! we got you this tiny ad!"
Paul Wheaton's 16th Kickstarter: Gardening playing cards for gardeners and homesteaders
https://coderanch.com/t/889615/Paul-Wheaton-Kickstarter-Gardening-playing
reply
    Bookmark Topic Watch Topic
  • New Topic