Skip to content

Commit

Permalink
added mvn pkg distribution management
Browse files Browse the repository at this point in the history
  • Loading branch information
faiqsohail committed Jan 12, 2022
1 parent 679c59a commit d7873cc
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 @@ -21,6 +21,14 @@
</dependency>
</dependencies>

<distributionManagement>
<repository>
<id>github</id>
<name>GitHub faiqsohail Apache Maven Packages</name>
<url>https://maven.pkg.github.com/faiqsohail/Java-VPNDetection</url>
</repository>
</distributionManagement>

<build>
<plugins>
<plugin>
Expand Down

0 comments on commit d7873cc

Please sign in to comment.