Skip to content

Commit

Permalink
github package config added
Browse files Browse the repository at this point in the history
  • Loading branch information
abhisheksarkar30 committed Sep 12, 2020
1 parent ce62634 commit 8c0c960
Showing 1 changed file with 9 additions and 26 deletions.
35 changes: 9 additions & 26 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@

<properties>
<java.version>1.7</java.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
</properties>

<dependencies>
Expand Down Expand Up @@ -39,23 +41,13 @@
</dependency>
</dependencies>

<repositories>
<repository>
<id>repo1.maven</id>
<name>Maven Central Repo</name>
<url>https://repo1.maven.org/maven2</url>
</repository>
</repositories>

<!-- <pluginRepositories>
<pluginRepository>
<id>mvnplugins.fusesource.org</id>
<url>http://mvnplugins.fusesource.org/repo/release</url>
<releases>
<enabled>true</enabled>
</releases>
</pluginRepository>
</pluginRepositories> -->
<distributionManagement>
<repository>
<id>github</id>
<name>GitHub Abhishek Sarkar Apache Maven Packages</name>
<url>https://maven.pkg.github.com/abhisheksarkar30/${project.name}</url>
</repository>
</distributionManagement>

<build>
<plugins>
Expand All @@ -69,15 +61,6 @@
</configuration>
</plugin>

<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-eclipse-plugin</artifactId>
<configuration>
<downloadSources>true</downloadSources>
<downloadJavadocs>true</downloadJavadocs>
</configuration>
</plugin>

<!-- include all the dependencies into the jar so it's easier to execute
the example -->
<!-- <plugin>
Expand Down

0 comments on commit 8c0c960

Please sign in to comment.