• 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

Maven : Exclamation Symbol on target folder.

 
Ranch Hand
Posts: 208
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I have created a maven multi-module project setup in eclipse. After executing maven install through eclipse i can see all target folder having exclamation symbol even though the reactor summary shows successful build for all child modules. And also the jars are perfectly crated then why does it show exclamation on target folders in child modules
TargetFolderIssue.png
[Thumbnail for TargetFolderIssue.png]
All target folders within child modules inside Parent module showing exclamation symbol
 
author
Posts: 5856
7
Android Eclipse IDE Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Look at the Markers view, that should tell you what Eclipse thinks is wrong; usually it ignores the target directory. But then I never use the structure you are using - each of my submodules is a separate project, not one large project containing everything.
 
Ranch Hand
Posts: 440
Hibernate Eclipse IDE Linux
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I would recommend the same as what Peter has said. As far as your problem is concerned , try to do a project update of maven. Its option will be in right click on your parent project -> maven -> update project.
reply
    Bookmark Topic Watch Topic
  • New Topic