mapstruct / mapstruct.org

Web site of the MapStruct project
63 stars 40 forks source link

mapstruct-jdk8 homepage link incorrect in pom.xml #141

Open phil-rice opened 1 year ago

phil-rice commented 1 year ago

here we can see the latest link to the pom https://mvnrepository.com/artifact/org.mapstruct/mapstruct-jdk8/1.5.3.Final

The homepage is http://mapstruct.org/mapstruct-jdk8/

Clicking on that link takes us to 404

filiphr commented 1 year ago

Apparently there is child.project.url.inherit.append.path="false" that can be used in Maven. However, when I tried it out it didn't work as expected.

By the way I would suggest to use the https://mvnrepository.com/artifact/org.mapstruct/mapstruct module instead of the mapstruct-jdk8 one. The mapstruct-jdk8 is deprecated and re routes to the mapstruct one.

If someone has an idea how this can be fixed please help us out and provide a PR