-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/15304/
-----------------------------------------------------------
Review request for cloudstack and Prasanna Santhanam.
Bugs: CLOUDSTACK-5073
https://issues.apache.org/jira/browse/CLOUDSTACK-5073
Repository: cloudstack-git
Description
-------
Currently, we dont install the Marvin packages with default mvn install. As
part of this command currently, we just source
distribute the Marvin. For marvin,We assume user to have run its own
installation of packages post distribution.
This way, some times if any new addition of package changes happens, user has
to explicitly run installation of marvin.
If not installed,the changes are not available to tests and other code. With
this change, we package and
install them as well
Diffs
-----
tools/marvin/pom.xml 0869248
Diff: https://reviews.apache.org/r/15304/diff/
Testing
-------
Tested that installation works post packaging
Thanks,
Santhosh Edukulla