Github user ilgrosso commented on the issue: https://github.com/apache/syncope/pull/34 You can find [attached](https://github.com/apache/syncope/files/424433/updated34.diff.zip) a diff file I have generated starting from your modifications here. Basically, I have added the tests module and execution in a dedicated `eclipse-it` profile, **not** active by default: this means that such tests are not ordinarily executed. I have reverted your changes to `travis.yml` for this reason. Now, after running `mvn -PskipTests,all` from the root directory, you can move to `ide/eclipse/bundles/org.apache.syncope.ide.eclipse.tests` and launch `mvn -P eclipse-it`: this will first start the Syncope core locally via cargo, then execute the available tests. I have tried on my laptop and it works. You should now revert your modifications here and manually apply the attached diff file and check if everything is fine. Thanks!
--- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---