obsidian-toaster-quickstarts / redhat-sso

Apache License 2.0
3 stars 5 forks source link

Fix link to parent pom #7

Open cmoulliard opened 7 years ago

cmoulliard commented 7 years ago

When we clone recursively a SSO mission (Vert.x, Swarm, Spring boot project) and next execute a maven compile or maven fabric8:deploy, then we get this message as the sso submodule uses a different parent project then the mission

To be investigated

[WARNING] Some problems were encountered while building the effective model for org.obsidiantoaster.quickstart:redhat-sso:jar:1.0.0-SNAPSHOT
[WARNING] 'parent.relativePath' of POM org.obsidiantoaster.quickstart:redhat-sso:1.0.0-SNAPSHOT (/private/.../sso/spring-boot-http-secured-booster/sso/pom.xml)
points at io.openshift.booster:secured-springboot-rest-parent instead of org.jboss:jboss-parent, please verify your project structure @ line 20, column 11
[WARNING] 
Ladicek commented 7 years ago

I sent #8 to avoid this warning.

Ladicek commented 6 years ago

With #13, this is no longer relevant.