[Geoserver-devel] [JIRA] (GEOS-10588) Build structure gs-sec-oauth2-core is duplicated in the reactor

Jody Garnett created an issue

GeoServer / TaskGEOS-10588

Build structure gs-sec-oauth2-core is duplicated in the reactor

Issue Type:

TaskTask

Assignee:

Unassigned

Created:

15/Jul/22 4:53 PM

Priority:

MediumMedium

Reporter:

Jody Garnett

I am having trouble building this cleanly with -PcommunityRelease,oauth2-openid-connect:

[ERROR] [ERROR] Project 'org.geoserver.community.security:gs-sec-oauth2-core:2.21-90bb3fce62' is duplicated in the reactor @ 
[ERROR] Project 'org.geoserver.community.security:gs-sec-oauth2-core:2.21-90bb3fce62' is duplicated in the reactor -> [Help 1]

This is because the module structure is not consistent across these two profiles:

community/pom.xml profilecommunityRelease profile has:

        <module>security</module>
        <module>security/oauth2/oauth2-core</module>
        <module>security/oauth2/oauth2-web</module>
        <module>security/oauth2-google</module>
        <module>security/oauth2-github</module>
        <module>security/oauth2-geonode</module>
        <module>security/oauth2-openid-connect</module>
        <module>security/keycloak</module>

community/pom.xml profile oauth2-openid-connect:

        <module>security/oauth2/oauth2-core</module>
        <module>security/oauth2/oauth2-web</module>
        <module>security/oauth2-openid-connect</module>

community/security/pom.xml profile oauth2-openid-connect:

        <module>oauth2</module>
        <module>oauth2-openid-connect</module>

Add Comment

Add Comment

Get Jira notifications on your phone! Download the Jira Cloud app for Android or iOS


This message was sent by Atlassian Jira (v1001.0.0-SNAPSHOT#100202-sha1:365db85)

Atlassian logo