I have a simple question about how to use Maven in enterprise process. After a release, my artifacts are deployed to our internal repository. Now, QA needs to start testing the new project.
Do you think it's a good way that QA downloads the needed artifacts from the repository (note that the artifacts may have been built by a machine different that the QA machines)? Or that it's better that they rebuild the code on their QA machines?