Details
-
Improvement
-
Status: Open
-
Major
-
Resolution: Unresolved
-
None
-
None
Description
Currently, transitive dependencies must be available in the local maven repository on each machine to which the nodes are installed. For instance reflectasm. We need to only depend on dependencies available within the binary distribution (/lib directory.
It seems a solution is to:
- add missing transitive dependencies such as reflectasm in the /lib directory of the binary distribution
- configure the dependencies of created projects in order to fetch them from /lib directory if the local maven repository is not available