Skip to content

Commit

Permalink
maven-plugin github repo config, disabled releases for github repos
Browse files Browse the repository at this point in the history
  • Loading branch information
hhund committed Feb 21, 2024
1 parent 046afb2 commit c0ecd45
Showing 1 changed file with 18 additions and 1 deletion.
19 changes: 18 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
<distribution>manual</distribution>
</license>
</licenses>

<dependencies>
<dependency>
<groupId>dev.dsf</groupId>
Expand Down Expand Up @@ -196,11 +196,28 @@
<id>github</id>
<name>GitHub DSF Apache Maven Packages</name>
<url>https://maven.pkg.github.com/datasharingframework/dsf</url>
<releases>
<enabled>false</enabled>
</releases>
<snapshots>
<enabled>true</enabled>
</snapshots>
</repository>
</repositories>

<pluginRepositories>
<pluginRepository>
<id>github</id>
<name>GitHub DSF Apache Maven Packages</name>
<url>https://maven.pkg.github.com/datasharingframework/dsf</url>
<releases>
<enabled>false</enabled>
</releases>
<snapshots>
<enabled>true</enabled>
</snapshots>
</pluginRepository>
</pluginRepositories>

<profiles>
<profile>
Expand Down

0 comments on commit c0ecd45

Please sign in to comment.