mirror of
https://github.com/Alfresco/alfresco-sdk.git
synced 2025-05-19 17:15:24 +00:00
Add maven central repo configuration
This commit is contained in:
parent
a565f66c76
commit
b57196f46e
@ -43,10 +43,10 @@
|
||||
<username>${env.MAVEN_USERNAME}</username>
|
||||
<password>${env.MAVEN_PASSWORD}</password>
|
||||
</server>
|
||||
<repository>
|
||||
<server>
|
||||
<id>central-releases-staging</id>
|
||||
<username>${env.MAVEN_CENTRAL_USERNAME}</username>
|
||||
<password>${env.MAVEN_CENTRAL_PASSWORD}</password>
|
||||
</repository>
|
||||
</server>
|
||||
</servers>
|
||||
</settings>
|
||||
|
Loading…
x
Reference in New Issue
Block a user