-
Following those steps as below:
After cloning tigase-server repository:
git clone https://repository.tigase.org/git/tigase-server.git
cd tigase-server
Compile server with maven using project distribution profile (dist):
mvn -Pdist -f modules/master/pom.xml clean install
I still have the same problem. Could you please help?
Thanks
Binh
Type |
Bug
|
Priority |
Normal
|
Assignee | |
RedmineID |
3359
|
Version |
tigase-server-7.1.0
|
Estimation |
0
|
Issue Votes (0)
Watchers (0)
When trying to build Tigase source code using Eclipse with Unit test report enable, we faced with problem as below:
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.17:test (default-test) on project tigase-server: Execution default-test of goal org.apache.maven.plugins:maven-surefire-plugin:2.17:test failed: The forked VM terminated without properly saying goodbye. VM crash or System.exit called?
Possible reason:
Surefire does not support tests or any referenced libraries calling System.exit() at any time.
Source :http://maven.apache.org/surefire/maven-surefire-plugin/faq.html#vm-termination
Please help to evaluate this is a bug or not.