Skip to content

Commit

Permalink
O3-3511: Project that publishes a content package as a Maven artifact…
Browse files Browse the repository at this point in the history
… - fix to build failure adding pluginRepository for snapshots
  • Loading branch information
Amos Laboso committed Jan 6, 2025
1 parent 2b9cfa0 commit 30f88b9
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 @@ -95,6 +95,14 @@
<enabled>false</enabled>
</snapshots>
</pluginRepository>
<pluginRepository>
<id>openmrs-repo-snapshots</id>
<name>OpenMRS Snapshots Repo</name>
<url>https://mavenrepo.openmrs.org/snapshots</url>
<snapshots>
<enabled>true</enabled>
</snapshots>
</pluginRepository>
</pluginRepositories>
<distributionManagement>
<repository>
Expand Down

0 comments on commit 30f88b9

Please sign in to comment.