Skip to content

Commit

Permalink
BUGFIX: Fix missing repository in pom.xml to enable local builds
Browse files Browse the repository at this point in the history
Before this commit, it was impossible to build this plugin locally
due to missing source repository.
  • Loading branch information
Jan Priessnitz authored and hashar committed Feb 16, 2021
1 parent 4365faa commit ee41ef9
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,13 @@

<modelVersion>4.0.0</modelVersion>

<repositories>
<repository>
<id>jenkins</id>
<url>http://repo.jenkins-ci.org/releases/</url>
</repository>
</repositories>

<parent>
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>plugin</artifactId>
Expand Down

0 comments on commit ee41ef9

Please sign in to comment.