JDBC-DIST is deploying to an odd name

Description

Found during the V5 fallout.

It seems to me that the build artifact (in target) is

java-plugin-jdbc-storage-<VERSION>.tar.gz

But it deploys to

java-plugin-jdbc-storage-dist-<VERSION>.tar.gz

inside

/net/shibboleth/plugin/storage/jdbc/java-plugin-jdbc-storage-dist/

From the pom

<artifactId>java-plugin-jdbc-storage-dist</artifactId> <dist.plugin.finalName>java-plugin-jdbc-storage-${project.version}</dist.plugin.finalName>

I am not aware that that has changed but in V1 things deployed to a name without dist,

Understand and fix.

Environment

None

Activity

Rod WiddowsonSeptember 16, 2023 at 10:05 AM

This is caused by 90cccaeb6faa2ff8b4ef23c473de007adc7a0c94

I’ve reverted that part of the change

Fixed

Details

Affects versions

Fix versions

Assignee

Reporter

Created September 15, 2023 at 3:11 PM
Updated September 9, 2024 at 1:37 PM
Resolved September 16, 2023 at 10:05 AM

Flag notifications