eclipse-tractusx / sldt-semantic-hub

Apache License 2.0
7 stars 11 forks source link

chore: include FOSS files in the built artifact #167

Closed almadigabor closed 1 year ago

almadigabor commented 1 year ago

You need to include the license, notice and dependencies file in your artifact (not in docker image, but in .jar this case) according to this TRG. You can take a look at this example that already does the same.

tunacicek commented 1 year ago

@almadigabor On building the jar file, we copy the required files into the jar file (META-INF). See also: https://github.com/eclipse-tractusx/sldt-semantic-hub/blob/f00553bd30f46632d2921eccc4a4490a5eecd8e8/backend/pom.xml#L350