Details
-
Bug
-
Status: Closed
-
Normal
-
Resolution: Fixed
-
CMS-10.0-alpha-1
-
None
-
0.5
-
Tiger Sprint 107
Description
Running mvn verify on the dashboard module produces the dashboard.war.
Inspection of the war contents show that angular-ui-tree is packaged twice:
components/angular-ui-tree/dist/angular-ui-tree.min.js
js/lib/angular-ui-tree.js
Seems to me that one of them is redundant and needs to be deleted.