-
Enhancement
-
Resolution: Done
-
Major
-
None
-
7.7
-
2020 Week 28-30 (from Jul 6)
-
1
In the document: Running and modifying the employee rostering starter application for Red Hat Business Optimizer using an IDE
2.2. Running the Employee Rostering starter application JAR file
~~~
mvn clean install
~~~
However, in community doc, to build a jar,
~~~
mvn clean install -DskipTests
~~~
Actually, if you don't add "-DskipTests", the build takes long time due to test execution. So please add "-DskipTests" for product doc as well.