odpi / egeria

Egeria core
https://egeria-project.org
Apache License 2.0
795 stars 259 forks source link

Assembly contains unnecessary files in server/lib #5374

Closed planetf1 closed 3 years ago

planetf1 commented 3 years ago

The maven-build assembly currently contains:

$ ls
Dockerfile                      configuration-encrypted-file-store-connector-2.11-SNAPSHOT.jar  graph-repository-connector-2.11-SNAPSHOT.jar
LICENSE                         configuration-file-store-connector-2.11-SNAPSHOT.jar        inmemory-open-metadata-topic-connector-2.11-SNAPSHOT.jar
README.md                       csv-file-connector-2.11-SNAPSHOT.jar                inmemory-repository-connector-2.11-SNAPSHOT.jar
audit-log-console-connector-2.11-SNAPSHOT.jar       data-folder-connector-2.11-SNAPSHOT.jar             kafka-open-metadata-topic-connector-2.11-SNAPSHOT.jar
audit-log-event-topic-connector-2.11-SNAPSHOT.jar   discovery-service-connectors-2.11-SNAPSHOT.jar          omrs-rest-repository-connector-2.11-SNAPSHOT.jar
audit-log-file-connector-2.11-SNAPSHOT.jar      egeria-connector-postgres                   open-lineage-janus-connector-2.11-SNAPSHOT.jar
audit-log-slf4j-connector-2.11-SNAPSHOT.jar     files-integration-connectors-2.11-SNAPSHOT.jar          open-metadata-archive-file-connector-2.11-SNAPSHOT.jar
avro-file-connector-2.11-SNAPSHOT.jar           governance-action-connectors-2.11-SNAPSHOT.jar          open-metadata-security-samples-2.11-SNAPSHOT.jar
basic-file-connector-2.11-SNAPSHOT.jar          governance-services-sample-2.11-SNAPSHOT.jar            settings.gradle
build.gradle                        gradle                              spring-rest-client-connector-2.11-SNAPSHOT.jar
charts                          gradlew
cohort-registry-file-store-connector-2.11-SNAPSHOT.jar  gradlew.bat

Of these only the files XX-2.11-SNAPSHOT.jar should be present

Note - this is unlikely to cause a functional issue, but is confusing and unnecessary

planetf1 commented 3 years ago

User error - I was looking at a customized image generated for the postgres connector which is now fixed. See https://github.com/odpi/egeria-database-connectors/issues/74