Skip to content

Commit

Permalink
add snapshot repo as we do not use jenkins this is not available via …
Browse files Browse the repository at this point in the history
…our nexus

Signed-off-by: Olivier Lamy <[email protected]>
  • Loading branch information
olamy committed Nov 6, 2023
1 parent 77f8b50 commit 618a0e2
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,33 @@
<version>${junit.engine.version}</version>
</dependency>
</dependencies>

<repositories>
<repository>
<releases>
<enabled>false</enabled>
</releases>
<snapshots>
<enabled>true</enabled>
</snapshots>
<id>jetty.snapshots</id>
<url>https://oss.sonatype.org/content/repositories/jetty-snapshots</url>
</repository>
</repositories>

<pluginRepositories>
<pluginRepository>
<releases>
<enabled>false</enabled>
</releases>
<snapshots>
<enabled>true</enabled>
</snapshots>
<id>jetty.snapshots</id>
<url>https://oss.sonatype.org/content/repositories/jetty-snapshots</url>
</pluginRepository>
</pluginRepositories>

<build>
<plugins>
<plugin>
Expand Down

0 comments on commit 618a0e2

Please sign in to comment.