• 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:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

How to create a custom maven project?

 
Bartender
Posts: 1971
17
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
We have nearly a perfect Maven structure, but we have an additional directory level at the top of several directory trees. So, instead of just src/main/java, it's somdir/src/main/java. That's enough to confuse Maven or the IDEs we've tried (Eclipse and Intellij). The IDE doesn't recognize this as a Maven project.

--

This issue is now solved. The trick for us was to just create multiple Maven modules within the IDE. Simple, but not intuitive considering the pre-defined archetypes do the work for you.

- m
 
reply
    Bookmark Topic Watch Topic
  • New Topic