@buptxhyxhyxhy Please add the following configuration to your
setting.xml
.
<!-- identity -->
<repository>
<releases>
<enabled>true</enabled>
</releases>
<snapshots>
<enabled>false</enabled>
</snapshots>
<id>identity</id>
<name>Camunda Identity</name>
<url>https://artifacts.camunda.com/artifactory/camunda-identity/</url>
</repository>
<repository>
<releases>
<enabled>false</enabled>
</releases>
<snapshots>
<enabled>true</enabled>
</snapshots>
<id>identity-snapshots</id>
<name>Camunda Snapshot Identity</name>
<url>https://artifacts.camunda.com/artifactory/camunda-identity-snapshots/</url>
</repository>