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 release and snapshot repositories in the same group repository


With the Nexus repository manager, you can group both the release repositories and snapshot repositories together into a single group repository. This is treated as an extreme malpractice.

Ideally, you should be able to define distinct update policies for release repositories and snapshot repositories. This was discussed in detail in Chapter 8, Maven Repository Management.