1.

How Do I Build But Disable The Unit Tests ?

Answer»

The test CASES in ActiveMQ can TAKE a very LONG TIME to run.

To disable this you can try the following
mvn install -Dmaven.test.skip=true

The test cases in ActiveMQ can take a very long time to run.

To disable this you can try the following
mvn install -Dmaven.test.skip=true



Discussion

No Comment Found