Skip to content
This repository was archived by the owner on May 20, 2026. It is now read-only.

Commit 25f9a2f

Browse files
committed
Add GH packages to distributionManagement
1 parent 3ad0435 commit 25f9a2f

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

pom.xml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -218,4 +218,11 @@
218218
</plugin>
219219
</plugins>
220220
</build>
221+
<distributionManagement>
222+
<repository>
223+
<id>github</id>
224+
<name>GitHub Packages</name>
225+
<url>https://maven.pkg.github.com/StackVista/azure-activedirectory-library-for-java</url>
226+
</repository>
227+
</distributionManagement>
221228
</project>

0 commit comments

Comments
 (0)