jFastCGI / jfastcgi

jFastCGI
Other
38 stars 11 forks source link

Get rid of Maven warnings about inconsistency with parent.relativePath #25

Closed jm009 closed 6 years ago

jm009 commented 6 years ago

Get rid of warnings like

[WARNING] [WARNING] Some problems were encountered while building the effective model for org.jfastcgi.parent:jfastcgi-parent:pom:2.4-SNAPSHOT [WARNING] 'parent.relativePath' of POM org.jfastcgi.parent:jfastcgi-parent:2.4-SNAPSHOT (/home/jan/dev/git/jfastcgi/parent/pom.xml) points at org.jfastcgi.parent:jfastcgi-build instead of org.sonatype.oss:oss-parent, please verify your project structure @ line 4, column 13 [WARNING] [WARNING] It is highly recommended to fix these problems because they threaten the stability of your build. [WARNING] [WARNING] For this reason, future Maven versions might no longer support building such malformed projects. [WARNING]

Solution found here:

https://stackoverflow.com/questions/37062491/maven-complaining-about-parent-relative-path

domdorn commented 6 years ago

lgtm!

jm009 commented 6 years ago

I will add other fixes, and create one single pull request. I am closing this pull request.