Skip to content

Commit

Permalink
Add missing distribution management
Browse files Browse the repository at this point in the history
  • Loading branch information
uwburn committed Apr 25, 2021
1 parent 1589a7c commit c990bdb
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,14 @@
</dependency>
</dependencies>

<distributionManagement>
<repository>
<id>github</id>
<name>GitHub Packages</name>
<url>https://maven.pkg.github.com/uwburn/jpa-json-search</url>
</repository>
</distributionManagement>

<build>
<finalName>${project.name}-${project.version}</finalName>
<plugins>
Expand Down

0 comments on commit c990bdb

Please sign in to comment.