You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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
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
mvn clean install
-> test failures (with skipTests, no issues)mvn dependency:list -Dmaven.javadoc.skip=true -DoutputFile=maven.deps
-> only succeeded after install with skipTests, but no output in the maven.deps fileI was using
17.0.1
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 theREADME.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
The text was updated successfully, but these errors were encountered: