Skip to content

Commit

Permalink
Fix shading of PacketEntiyAPI and migrate to iso2013.github.io for th…
Browse files Browse the repository at this point in the history
…e maven repo.
  • Loading branch information
iso2013 committed May 23, 2018
1 parent 029b037 commit 5a58e94
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@
<groupId>com.comphenix.protocol</groupId>
<artifactId>ProtocolLib</artifactId>
<version>4.4.0-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>co.aikar</groupId>
Expand Down Expand Up @@ -88,15 +89,15 @@
<version>0.12</version>
<configuration>
<message>Maven artifacts for ${project.version}</message>
<noJekyll>true</noJekyll>
<outputDirectory>${project.build.directory}/mvn-repo</outputDirectory>
<branch>refs/heads/mvn-repo</branch>
<branch>refs/heads/master</branch>
<includes>
<include>**/*</include>
</includes>
<repositoryName>PacketEntityAPI</repositoryName>
<repositoryName>iso2013.github.io</repositoryName>
<repositoryOwner>iso2013</repositoryOwner>
<merge>true</merge>
<path>repo</path>
</configuration>
<executions>
<!-- run site-maven-plugin's 'site' target as part of the build's normal 'deploy' phase -->
Expand Down

0 comments on commit 5a58e94

Please sign in to comment.