finalist / liferay-oidc-plugin

Plugin for Liferay, enabling OpenID Connect authentication
Apache License 2.0
21 stars 31 forks source link

Offline maven repository prevents compilation #40

Closed nicolasriousset closed 5 years ago

nicolasriousset commented 5 years ago

Hi,

I'm trying to compile the plugin oidc plugin source code, but an error occurs when retrieving the parent POM of the OIDC-parent project : `

nl.iprofs.pom
    <artifactId>parent</artifactId>
    <version>2.0.25</version>
</parent>

` It seems the repository https://nexus.iprofs.nl/content/repositories/releases-public is not available. Is it temporary or permanent ? Is there another repository that could be used ?

Thank you very much,

Nicolas

gvanderploeg commented 5 years ago

Thanks Nicolas, for bringing our attention to it. We're looking into it. The root cause is that this artifact repository has been decommissioned but the replacement has yet to be added in this POM. We'll come with a commit for this shortly.

-Geert

nicolasriousset commented 5 years ago

Thank you for your quick answer Geert, I'll wait for the replacement repository.

Nicolas

gvanderploeg commented 5 years ago

Fixed, removed parent pom reference altogether.