update to essentialsx

This commit is contained in:
Robinson Gallego 2019-11-03 17:00:58 -05:00
parent 1d932e2c7b
commit db42985743
3 changed files with 4 additions and 27 deletions

View File

@ -7,7 +7,6 @@
<sourceOutputDir name="target/generated-sources/annotations" />
<sourceTestOutputDir name="target/generated-test-sources/test-annotations" />
<outputRelativeToContentRoot value="true" />
<module name="TotalFreedomMod" />
<module name="totalfreedom" />
</profile>
</annotationProcessing>

View File

@ -2,7 +2,6 @@
<project version="4">
<component name="ProjectModuleManager">
<modules>
<module fileurl="file://$PROJECT_DIR$/TotalFreedomMod.iml" filepath="$PROJECT_DIR$/TotalFreedomMod.iml" />
<module fileurl="file://$PROJECT_DIR$/totalfreedom.iml" filepath="$PROJECT_DIR$/totalfreedom.iml" />
</modules>
</component>

29
pom.xml
View File

@ -41,7 +41,7 @@
<repositories>
<repository>
<id>ess-repo</id>
<url>http://repo.ess3.net</url>
<url>https://ci.ender.zone/plugin/repository/everything/</url>
</repository>
<repository>
@ -157,8 +157,8 @@
<dependency>
<groupId>net.ess3</groupId>
<artifactId>Essentials</artifactId>
<version>2.13.1</version>
<artifactId>EssentialsX</artifactId>
<version>2.16.1</version>
<scope>provided</scope>
</dependency>
@ -266,7 +266,7 @@
<entry key="buildCodeName" value="${tfm.build.codename}"/>
<entry key="buildVersion" value="${project.version}"/>
<entry key="buildDate" value="${timestamp}"/>
<entry key="buildHead" value="${git.commit.id.abbrev}"/>
<!--<entry key="buildHead" value="${git.commit.id.abbrev}"/>-->
</propertyfile>
</target>
</configuration>
@ -297,27 +297,6 @@
</executions>
</plugin>
<!-- Checkstyle -->
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<version>2.17</version>
<artifactId>maven-checkstyle-plugin</artifactId>
<executions>
<execution>
<phase>process-sources</phase>
<goals>
<goal>check</goal>
</goals>
</execution>
</executions>
<configuration>
<configLocation>checkstyle.xml</configLocation>
<consoleOutput>true</consoleOutput>
<failsOnError>true</failsOnError>
<failOnViolation>true</failOnViolation>
</configuration>
</plugin>
<!-- Buildnumber -->
<plugin>
<groupId>org.codehaus.mojo</groupId>