Skip to content

Commit 9a8f429

Browse files
committed
fix: add plugin repository for Quarkus snapshots
Signed-off-by: Chris Laprun <[email protected]>
1 parent ab8b538 commit 9a8f429

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

pom.xml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,17 @@
5151
</repository>
5252
</repositories>
5353

54+
<pluginRepositories>
55+
<pluginRepository>
56+
<id>oss-sonatype-quarkus</id>
57+
<name>oss-sonatype-quarkus</name>
58+
<url>https://s01.oss.sonatype.org/content/repositories/snapshots/</url>
59+
<snapshots>
60+
<enabled>true</enabled>
61+
</snapshots>
62+
</pluginRepository>
63+
</pluginRepositories>
64+
5465
<distributionManagement>
5566
<snapshotRepository>
5667
<id>ossrh</id>

0 commit comments

Comments
 (0)