Skip to content

Commit

Permalink
Add distributionManagement
Browse files Browse the repository at this point in the history
  • Loading branch information
RednedEpic committed Aug 17, 2019
1 parent b444a26 commit 1f19892
Showing 1 changed file with 12 additions and 15 deletions.
27 changes: 12 additions & 15 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -61,20 +61,17 @@
</includes>
</resource>
</resources>
<plugins>
<!-- Specify how we build the plugin.jar -->
<!--
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-shade-plugin</artifactId>
<version>1.6</version>
<executions>
<execution>
<phase>package</phase>
</execution>
</executions>
</plugin>
-->
</plugins>
</build>
<distributionManagement>
<repository>
<id>central</id>
<name>BattlePlugins Maven Server-releases</name>
<url>https://repo.battleplugins.org/artifactory/libs-release-local</url>
</repository>
<snapshotRepository>
<id>snapshots</id>
<name>BattlePlugins Maven Server-snapshots</name>
<url>https://repo.battleplugins.org/artifactory/libs-snapshot-local</url>
</snapshotRepository>
</distributionManagement>
</project>

0 comments on commit 1f19892

Please sign in to comment.