GitHub user miguelaferreira opened a pull request: https://github.com/apache/cloudstack/pull/948
Marvin module depends on APIdoc module When building the developer tools, if the build is sequential then the marvin module always gets build after the apidoc module. However, it the build is parallelised (-Tn option in maven) it sometimes happens that maven tries to build the marvin module before building the apidoc module. That difference in the order makes it impossible to build marvin because it depends on the artefacts of the apidoc module. This PR makes the dependency between marvin an apidoc explicit. You can merge this pull request into a Git repository by running: $ git pull https://github.com/miguelaferreira/cloudstack marvin-depends-on-apidoc Alternatively you can review and apply these changes as the patch at: https://github.com/apache/cloudstack/pull/948.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #948 ---- commit 4c67ac5999cf78baef38a880ccc825feb56b97ad Author: Miguel Ferreira <miguelferre...@me.com> Date: 2015-10-19T09:37:07Z Marvin module depends on APIdoc module ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---