acoburn commented on issue #46: WIP: TAMAYA-386: Fix project setup/enable example project URL: https://github.com/apache/incubator-tamaya/pull/46#issuecomment-486012299 I think we should consider moving this example project to the `tamaya-extensions` repository. This particular example depends on `org.apache.tamaya.ext/tamaya-injection-api` (among others). Even if those dependencies are addressed, imagine what would happen during a release (e.g. 0.4.0): one would first need to `mvn install -pl '!:tamaya-example-distributed'` on the core repository, then `mvn install` on the extensions repository and only _then_ can one run `mvn verify` (i.e. with this example) on the core repository. Moving this to `tamaya-extensions` would eliminate the circular dependency.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
