Skip to content

Commit

Permalink
Add snapshot repo
Browse files Browse the repository at this point in the history
  • Loading branch information
chnam-axonivy committed Jul 25, 2024
1 parent 2a14d3c commit 692654a
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions axonivy-express/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,16 @@
<url>https://maven.axonivy.com/</url>
</repository>
</repositories>
<pluginRepositories>
<!-- Snapshot releases are available via sonatype.org -->
<pluginRepository>
<id>sonatype</id>
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
<snapshots>
<updatePolicy>always</updatePolicy>
</snapshots>
</pluginRepository>
</pluginRepositories>
<build>
<plugins>
<plugin>
Expand Down

0 comments on commit 692654a

Please sign in to comment.