Skip to content

Commit

Permalink
Added github mvn package registry
Browse files Browse the repository at this point in the history
  • Loading branch information
arburk committed Jun 1, 2021
1 parent 3ee7fb9 commit 547488f
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,14 @@
<url>https://github.com/baloise-incubator/codeql2sonar-maven-plugin</url>
</scm>

<distributionManagement>
<repository>
<id>github</id>
<name>GitHub Baloise Apache Maven Packages</name>
<url>https://maven.pkg.github.com/baloise-incubator/codeql2sonar-maven-plugin</url>
</repository>
</distributionManagement>

<properties>
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
Expand Down Expand Up @@ -83,7 +91,7 @@
<plugin>
<groupId>com.baloise.open</groupId>
<artifactId>codeql2sonar-maven-plugin</artifactId>
<version>${version}</version>
<version>${project.version}</version>
</plugin>
</plugins>
</build>
Expand Down

0 comments on commit 547488f

Please sign in to comment.