Book Image

Mastering Apache Maven 3

Book Image

Mastering Apache Maven 3

Overview of this book

Table of Contents (16 chapters)
Credits
About the Author
Acknowledgments
About the Reviewers
www.PacktPub.com
Preface
Index

Avoid having both proxy and hosted repositories in the same group repository


With the Nexus repository manager, you can group both the proxy repositories and hosted repositories together into a single group repository. It's been found that this will drastically reduce the Maven build performance, as Maven still checks in remote repositories even if the artifact is available in the hosted repository. If you still want to group all repositories, then you need to make sure you have the right setup of inclusive/exclusive rules defined. This was discussed in detail in Chapter 8, Maven Repository Management.