mirror of
https://github.com/zontreck/AutoMoneyPlugin
synced 2025-06-19 10:23:55 +00:00
Fixes the missing plugin and config yml files
This commit is contained in:
parent
ee6a359895
commit
45ae815822
1 changed files with 5 additions and 32 deletions
37
pom.xml
37
pom.xml
|
@ -12,10 +12,10 @@
|
||||||
<!-- Project information -->
|
<!-- Project information -->
|
||||||
<groupId>dev.zontreck.amp</groupId>
|
<groupId>dev.zontreck.amp</groupId>
|
||||||
<artifactId>AutoMoneyPlugin</artifactId>
|
<artifactId>AutoMoneyPlugin</artifactId>
|
||||||
<version>1.0.032125.0035</version>
|
<version>1.0.032125.0055</version>
|
||||||
<name>AutoMoneyPlugin</name>
|
<name>AutoMoneyPlugin</name>
|
||||||
<url>https://dev.bukkit.org/projects/vault</url>
|
<url>https://zontreck.com</url>
|
||||||
<description>Vault is a Chat, Permissions & Economy API to allow plugins to more easily hook into these systems without needing to hook each individual system themselves.</description>
|
<description>Gives money to online players automatically.</description>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -92,10 +92,11 @@
|
||||||
<sourceDirectory>src/</sourceDirectory>
|
<sourceDirectory>src/</sourceDirectory>
|
||||||
<resources>
|
<resources>
|
||||||
<resource>
|
<resource>
|
||||||
<directory>${project.basedir}</directory>
|
<directory>${project.basedir}/src/main/resources</directory>
|
||||||
<filtering>true</filtering>
|
<filtering>true</filtering>
|
||||||
<includes>
|
<includes>
|
||||||
<include>plugin.yml</include>
|
<include>plugin.yml</include>
|
||||||
|
<include>config.yml</include>
|
||||||
</includes>
|
</includes>
|
||||||
</resource>
|
</resource>
|
||||||
</resources>
|
</resources>
|
||||||
|
@ -109,34 +110,6 @@
|
||||||
<target>1.8</target>
|
<target>1.8</target>
|
||||||
</configuration>
|
</configuration>
|
||||||
</plugin>
|
</plugin>
|
||||||
<plugin>
|
|
||||||
<groupId>org.apache.maven.plugins</groupId>
|
|
||||||
<artifactId>maven-shade-plugin</artifactId>
|
|
||||||
<version>3.1.0</version>
|
|
||||||
<configuration>
|
|
||||||
<createDependencyReducedPom>false</createDependencyReducedPom>
|
|
||||||
<artifactSet>
|
|
||||||
<includes>
|
|
||||||
<include>net.milkbowl.vault:VaultAPI</include>
|
|
||||||
<include>org.bstats</include>
|
|
||||||
</includes>
|
|
||||||
</artifactSet>
|
|
||||||
<relocations>
|
|
||||||
<relocation>
|
|
||||||
<pattern>org.bstats</pattern>
|
|
||||||
<shadedPattern>net.milkbowl.vault.metrics</shadedPattern>
|
|
||||||
</relocation>
|
|
||||||
</relocations>
|
|
||||||
</configuration>
|
|
||||||
<executions>
|
|
||||||
<execution>
|
|
||||||
<phase>package</phase>
|
|
||||||
<goals>
|
|
||||||
<goal>shade</goal>
|
|
||||||
</goals>
|
|
||||||
</execution>
|
|
||||||
</executions>
|
|
||||||
</plugin>
|
|
||||||
<plugin>
|
<plugin>
|
||||||
<groupId>org.eluder.coveralls</groupId>
|
<groupId>org.eluder.coveralls</groupId>
|
||||||
<artifactId>coveralls-maven-plugin</artifactId>
|
<artifactId>coveralls-maven-plugin</artifactId>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue