mirror of
https://github.com/EpicEricEE/ShopChest.git
synced 2024-11-03 01:10:57 +01:00
Maven artifacts for ShopChest-Root v1.8.0
This commit is contained in:
parent
c8ddfbf9ad
commit
1dd37f041f
@ -12,6 +12,8 @@
|
|||||||
<properties>
|
<properties>
|
||||||
<maven.compiler.source>1.7</maven.compiler.source>
|
<maven.compiler.source>1.7</maven.compiler.source>
|
||||||
<maven.compiler.target>1.7</maven.compiler.target>
|
<maven.compiler.target>1.7</maven.compiler.target>
|
||||||
|
|
||||||
|
<github.global.server>github</github.global.server>
|
||||||
</properties>
|
</properties>
|
||||||
|
|
||||||
<modules>
|
<modules>
|
||||||
@ -34,6 +36,10 @@
|
|||||||
<id>shopchest-repo</id>
|
<id>shopchest-repo</id>
|
||||||
<url>https://epicericee.github.io/ShopChest/maven/</url>
|
<url>https://epicericee.github.io/ShopChest/maven/</url>
|
||||||
</repository>
|
</repository>
|
||||||
|
<repository>
|
||||||
|
<id>vault-repo</id>
|
||||||
|
<url>http://nexus.theyeticave.net/content/repositories/pub_releases/</url>
|
||||||
|
</repository>
|
||||||
</repositories>
|
</repositories>
|
||||||
|
|
||||||
<dependencies>
|
<dependencies>
|
||||||
@ -53,13 +59,13 @@
|
|||||||
<dependency>
|
<dependency>
|
||||||
<groupId>net.milkbowl.vault</groupId>
|
<groupId>net.milkbowl.vault</groupId>
|
||||||
<artifactId>VaultAPI</artifactId>
|
<artifactId>VaultAPI</artifactId>
|
||||||
<version>1.5</version>
|
<version>1.6</version>
|
||||||
<scope>provided</scope>
|
<scope>provided</scope>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.yi.acru.bukkit.lockette</groupId>
|
<groupId>org.yi.acru.bukkit</groupId>
|
||||||
<artifactId>lockette</artifactId>
|
<artifactId>lockette</artifactId>
|
||||||
<version>1.8.33</version>
|
<version>1.8.36</version>
|
||||||
<scope>provided</scope>
|
<scope>provided</scope>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
@ -76,6 +82,13 @@
|
|||||||
</dependency>
|
</dependency>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
|
|
||||||
|
<distributionManagement>
|
||||||
|
<repository>
|
||||||
|
<id>internal-maven-repo</id>
|
||||||
|
<url>file://${project.build.directory}/gh-pages/maven</url>
|
||||||
|
</repository>
|
||||||
|
</distributionManagement>
|
||||||
|
|
||||||
<build>
|
<build>
|
||||||
<resources>
|
<resources>
|
||||||
<resource>
|
<resource>
|
||||||
@ -97,6 +110,54 @@
|
|||||||
</execution>
|
</execution>
|
||||||
</executions>
|
</executions>
|
||||||
</plugin>
|
</plugin>
|
||||||
|
<plugin>
|
||||||
|
<groupId>org.apache.maven.plugins</groupId>
|
||||||
|
<artifactId>maven-javadoc-plugin</artifactId>
|
||||||
|
<version>2.10.4</version>
|
||||||
|
<configuration>
|
||||||
|
<doctitle>ShopChest ${project.version} API</doctitle>
|
||||||
|
<windowtitle>ShopChest ${project.version} API</windowtitle>
|
||||||
|
</configuration>
|
||||||
|
<executions>
|
||||||
|
<execution>
|
||||||
|
<id>aggregate</id>
|
||||||
|
<goals>
|
||||||
|
<goal>aggregate</goal>
|
||||||
|
</goals>
|
||||||
|
<phase>site</phase>
|
||||||
|
</execution>
|
||||||
|
</executions>
|
||||||
|
</plugin>
|
||||||
|
<plugin>
|
||||||
|
<groupId>org.apache.maven.plugins</groupId>
|
||||||
|
<artifactId>maven-deploy-plugin</artifactId>
|
||||||
|
<version>2.7</version>
|
||||||
|
<configuration>
|
||||||
|
<altDeploymentRepository>internal-maven-repo::default::file://${project.build.directory}/gh-pages/maven</altDeploymentRepository>
|
||||||
|
</configuration>
|
||||||
|
</plugin>
|
||||||
|
<plugin>
|
||||||
|
<groupId>com.github.github</groupId>
|
||||||
|
<artifactId>site-maven-plugin</artifactId>
|
||||||
|
<version>0.12</version>
|
||||||
|
<configuration>
|
||||||
|
<message>Maven artifacts for ${project.artifactId} v${project.version}</message>
|
||||||
|
<outputDirectory>${project.build.directory}/gh-pages</outputDirectory>
|
||||||
|
<branch>refs/heads/gh-pages</branch>
|
||||||
|
<noJekyll>true</noJekyll>
|
||||||
|
<merge>true</merge>
|
||||||
|
<repositoryName>ShopChest</repositoryName>
|
||||||
|
<repositoryOwner>EpicEricEE</repositoryOwner>
|
||||||
|
</configuration>
|
||||||
|
<executions>
|
||||||
|
<execution>
|
||||||
|
<phase>deploy</phase>
|
||||||
|
<goals>
|
||||||
|
<goal>site</goal>
|
||||||
|
</goals>
|
||||||
|
</execution>
|
||||||
|
</executions>
|
||||||
|
</plugin>
|
||||||
</plugins>
|
</plugins>
|
||||||
</build>
|
</build>
|
||||||
|
|
||||||
|
@ -0,0 +1 @@
|
|||||||
|
acba32fc0aa326f8e2a321ab476b03f9
|
@ -0,0 +1 @@
|
|||||||
|
62ba90854f9558d284ed8136f79d77f5c562b382
|
12
maven/de/epiceric/ShopChest-Root/maven-metadata.xml
Normal file
12
maven/de/epiceric/ShopChest-Root/maven-metadata.xml
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<metadata>
|
||||||
|
<groupId>de.epiceric</groupId>
|
||||||
|
<artifactId>ShopChest-Root</artifactId>
|
||||||
|
<versioning>
|
||||||
|
<release>1.8.0</release>
|
||||||
|
<versions>
|
||||||
|
<version>1.8.0</version>
|
||||||
|
</versions>
|
||||||
|
<lastUpdated>20160705130037</lastUpdated>
|
||||||
|
</versioning>
|
||||||
|
</metadata>
|
1
maven/de/epiceric/ShopChest-Root/maven-metadata.xml.md5
Normal file
1
maven/de/epiceric/ShopChest-Root/maven-metadata.xml.md5
Normal file
@ -0,0 +1 @@
|
|||||||
|
1a51843922e0f2e982022d3949b98110
|
1
maven/de/epiceric/ShopChest-Root/maven-metadata.xml.sha1
Normal file
1
maven/de/epiceric/ShopChest-Root/maven-metadata.xml.sha1
Normal file
@ -0,0 +1 @@
|
|||||||
|
52e81f3b48fe4bd9679c04e227eac0a0098f27fc
|
Loading…
Reference in New Issue
Block a user