Skip to content

Commit

Permalink
enable maven snapshots repo for java workflow quickstart
Browse files Browse the repository at this point in the history
Signed-off-by: Sky Ao <aoxiaojian@gmail.com>
  • Loading branch information
skyao committed Sep 22, 2023
1 parent e0e4bdd commit 6780a79
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions workflows/java/sdk/order-processor/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -48,4 +48,13 @@
</plugins>
</build>

<repositories>
<repository>
<id>maven-SNAPSHOT</id>
<url>https://oss.sonatype.org/content/repositories/snapshots/</url>
<snapshots>
<enabled>true</enabled>
</snapshots>
</repository>
</repositories>
</project>

0 comments on commit 6780a79

Please sign in to comment.