Skip to:
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.
This is caused by 90cccaeb6faa2ff8b4ef23c473de007adc7a0c94
90cccaeb6faa2ff8b4ef23c473de007adc7a0c94
I’ve reverted that part of the change
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.