Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TRG 7.04 IP checks for 3rd party content #196

Closed
Tracked by #190
SebastianBezold opened this issue Nov 21, 2023 · 1 comment · Fixed by #201
Closed
Tracked by #190

TRG 7.04 IP checks for 3rd party content #196

SebastianBezold opened this issue Nov 21, 2023 · 1 comment · Fixed by #201
Labels
enhancement New feature or request

Comments

@SebastianBezold
Copy link
Contributor

SebastianBezold commented Nov 21, 2023

I might just miss something, but I struggle to build semantic-hub locally and use dash to re-generate the DEPENDENCIES file.

What I did

  • Using the current main branch (8670611)
  • run mvn clean install -> test failures (with skipTests, no issues)
  • run mvn dependency:list -Dmaven.javadoc.skip=true -DoutputFile=maven.deps -> only succeeded after install with skipTests, but no output in the maven.deps file

I was using

  • Java version: 17.0.1
  • Maven version: 3.9.5

Like I said, I might be missing something, but if so, I would appreciate some docs on how to generate the DEPENDENCIES file in the README.md.

Suggestion

There is a dash-licences maven plugin available, that could be helpful.
Instructions can be found in the dash-licenses docs

An example of Tractus-X config options can be found in managed-service-orchestrator for example

@SebastianBezold SebastianBezold added the enhancement New feature or request label Nov 21, 2023
@shijinrajbosch
Copy link
Contributor

shijinrajbosch commented Nov 22, 2023

Hi @SebastianBezold ,

This issue was due to jena-fuseki-docker version problem in the test case.
We have fixed the issue in the test case and created a PR #201
Test case will work if you are able to build jena-fuseki-docker:4.7.0 which is the Precondition in the ReadMe file

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants