mirror of
https://github.com/zontreck/AutoMoneyPlugin
synced 2025-06-19 02:13: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 -->
|
||||
<groupId>dev.zontreck.amp</groupId>
|
||||
<artifactId>AutoMoneyPlugin</artifactId>
|
||||
<version>1.0.032125.0035</version>
|
||||
<version>1.0.032125.0055</version>
|
||||
<name>AutoMoneyPlugin</name>
|
||||
<url>https://dev.bukkit.org/projects/vault</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>
|
||||
<url>https://zontreck.com</url>
|
||||
<description>Gives money to online players automatically.</description>
|
||||
|
||||
|
||||
|
||||
|
@ -92,10 +92,11 @@
|
|||
<sourceDirectory>src/</sourceDirectory>
|
||||
<resources>
|
||||
<resource>
|
||||
<directory>${project.basedir}</directory>
|
||||
<directory>${project.basedir}/src/main/resources</directory>
|
||||
<filtering>true</filtering>
|
||||
<includes>
|
||||
<include>plugin.yml</include>
|
||||
<include>config.yml</include>
|
||||
</includes>
|
||||
</resource>
|
||||
</resources>
|
||||
|
@ -109,34 +110,6 @@
|
|||
<target>1.8</target>
|
||||
</configuration>
|
||||
</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>
|
||||
<groupId>org.eluder.coveralls</groupId>
|
||||
<artifactId>coveralls-maven-plugin</artifactId>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue