Skip to content

Commit

Permalink
Adding distribution management.
Browse files Browse the repository at this point in the history
  • Loading branch information
cccs-br committed Dec 28, 2023
1 parent 0386340 commit 52c6819
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,13 @@
<scope>test</scope>
</dependency>
</dependencies>
<distributionManagement>
<repository>
<id>github</id>
<name>GitHub Packages</name>
<url>https://maven.pkg.github.com/CybercentreCanada/spark-msgpack-datasource</url>
</repository>
</distributionManagement>
<repositories>
<repository>
<id>scala-tools.org</id>
Expand Down Expand Up @@ -127,7 +134,7 @@
</goals>
</execution>
</executions>
</plugin>
</plugin>
<plugin>
<groupId>org.scala-tools</groupId>
<artifactId>maven-scala-plugin</artifactId>
Expand Down

0 comments on commit 52c6819

Please sign in to comment.