Closed mcjaeger closed 3 years ago
It should be sufficient to call
mvn package -P deploy -Dbase.deploy.dir=/ABSOLUTE/PATH/TO/sw360chores/_deploy -DskipTests
Hi,
It seems it's not sufficient here, while @mcjaeger solution works (and then I run into another problem
- maven-thrift-plugin:0.1.11:compile (thrift-sources) @ datahandler --- [ERROR] thrift failed output: [...] Type "RestApiToken" has not been defined.
) but I guess it might be another story
Camille
After having started over with a more recent Ubuntu version (19.10, to get the proper version of Thrift), it seems to also work with the proposed short version.
works also for me now.
it seem like executing the single line as given in the current readme.md:
is not working, because maven vields the following message:
rather the command could be (works for me):