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

Local repository location


By default, the Maven local repository is created at USER_HOME/.m2/repository. This can be changed to a preferred location by editing MAVEN_HOME/conf/settings.xml to update the value of the localRepository element, as follows:

<localRepository>/path/to/local/repo</localRepository>