aml-org/examples

Maven packaging for tests

Closed this issue · 2 comments

I am bundling AMF for use in OSGI and having issues keeping tests in sync. Is there any chance these files could be provided via Maven?

Git2Gus App is installed but the .git2gus/config.json doesn't exist.

Hi @jgsuess. Sorry for answering a month later, we weren't expecting Github Issues being created in this repository (we didn't have any automatic notifications).

We won't be packaging and provisioning this via Maven as it implies creating and maintaining another artifact and we won't have the manpower to do that. Besides, the code in this repository is only intended for documentation purposes, not as part of our test suite.

If you really want it you could probably automate it by forking this repository and with Github Actions, pull the codebase once a day and publishing that artifact into the Github Package Registry or the one you like.