Reputation: 105
I am trying to use the broadleaf So, I was following the "Get Started" instructions . I have integrated maven as described in the website. But i am facing the error like in the image. I do not know how to solve this error as I am new to both broadleaf and maven. Please suggest me a way to run the sample project given in the website.
I will provide more information if you required any. Thanks..
Upvotes: 1
Views: 712
Reputation: 2045
These errors can be safely ignored. This is simply Eclipse being dumb.
Once you get the project imported, you can mark them as ignored in your Eclipse preferences (hover over the error in the pom.xml and choose that option to resolve the issue).
Upvotes: 1