Maven site-plugin delete or change the link to the parent project

I am deploying a Maven site using the mvn site: deployment and deployment is working correctly, but the link to the parent project is not working. enter image description here

The URL the link points to is .. / index.html
Where does it pull this URL?

Can I change this URL?

If I can not remove the link "Parent project"?

Thanks for any help

+3
source share

All Articles