Skip to content

Commit e789c65

Browse files
committed
Fixed maven deployment
1 parent 8d514a4 commit e789c65

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

pom.xml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,4 +107,12 @@
107107
</plugin>
108108
</plugins>
109109
</build>
110+
111+
<distributionManagement>
112+
<repository>
113+
<id>github</id>
114+
<name>GitHub Packages</name>
115+
<url>https://maven.pkg.github.com/OctopusSamples/RandomQuotesAPI-Java-Azure-Functions</url>
116+
</repository>
117+
</distributionManagement>
110118
</project>

0 commit comments

Comments
 (0)