diff --git a/settings.xml b/settings.xml index 25da2860bb02904837334f2ec09c1d3aee2ee9c0..75a7eff633ef4323b0fc8eb373ca7ffacbea3a80 100644 --- a/settings.xml +++ b/settings.xml @@ -7,5 +7,10 @@ <username>${ARTIFACT_RELEASE_REPOSITORY_USER}</username> <password>${ARTIFACT_RELEASE_REPOSITORY_PASS}</password> </server> + <server> + <id>nexus-snapshots</id> + <username>${ARTIFACT_RELEASE_REPOSITORY_USER}</username> + <password>${ARTIFACT_RELEASE_REPOSITORY_PASS}</password> + </server> </servers> </settings>