Maven baby ❤️

This commit is contained in:
Disclearing 2019-05-20 04:10:10 +01:00
parent 0918e18504
commit 8dad838827
1621 changed files with 849 additions and 717 deletions

View File

@ -1,13 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/>
<classpathentry kind="src" path="src"/>
<classpathentry kind="lib" path="C:/Users/Big Blue/Desktop/HCRoyals/kitmap/plugins/ProtocolLib.jar"/>
<classpathentry kind="lib" path="C:/Users/Big Blue/Desktop/HCRoyals/kitmap/plugins/Vault.jar"/>
<classpathentry kind="lib" path="C:/Users/Big Blue/Desktop/HCRoyals/kitmap/plugins/WorldEdit-6.2.jar"/>
<classpathentry kind="lib" path="C:/Users/Big Blue/Desktop/HCRoyals/Core3/Dependencies/lombok.jar"/>
<classpathentry kind="lib" path="C:/Users/Big Blue/Downloads/Other/Zonix.us/priv/Core/libs/exospigot-1.7.10-1.0.1-SNAPSHOT.jar"/>
<classpathentry kind="lib" path="C:/Users/Big Blue/.m2/repository/net/milkbowl/vault/VaultAPI/1.4/VaultAPI-1.4.jar"/>
<classpathentry kind="lib" path="C:/Users/Big Blue/Desktop/HCRoyals/Kits/plugins/PermissionsEx.jar"/>
<classpathentry kind="output" path="bin"/>
</classpath>

1
.idea/.name Normal file
View File

@ -0,0 +1 @@
hFactions

View File

@ -0,0 +1,8 @@
<component name="ArtifactManager">
<artifact type="jar" name="hFactions:jar">
<output-path>$PROJECT_DIR$/classes/artifacts/hFactions_jar</output-path>
<root id="archive" name="hFactions.jar">
<element id="module-output" name="hFactions" />
</root>
</artifact>
</component>

17
.idea/compiler.xml Normal file
View File

@ -0,0 +1,17 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="CompilerConfiguration">
<annotationProcessing>
<profile default="true" name="Default" enabled="true" />
<profile name="Maven default annotation processors profile" enabled="true">
<sourceOutputDir name="target/generated-sources/annotations" />
<sourceTestOutputDir name="target/generated-test-sources/test-annotations" />
<outputRelativeToContentRoot value="true" />
<module name="hFactions" />
</profile>
</annotationProcessing>
<bytecodeTargetLevel>
<module name="hFactions" target="8" />
</bytecodeTargetLevel>
</component>
</project>

View File

@ -0,0 +1,13 @@
<component name="libraryTable">
<library name="Maven: org.projectlombok:lombok:1.18.6">
<CLASSES>
<root url="jar://$MAVEN_REPOSITORY$/org/projectlombok/lombok/1.18.6/lombok-1.18.6.jar!/" />
</CLASSES>
<JAVADOC>
<root url="jar://$MAVEN_REPOSITORY$/org/projectlombok/lombok/1.18.6/lombok-1.18.6-javadoc.jar!/" />
</JAVADOC>
<SOURCES>
<root url="jar://$MAVEN_REPOSITORY$/org/projectlombok/lombok/1.18.6/lombok-1.18.6-sources.jar!/" />
</SOURCES>
</library>
</component>

13
.idea/misc.xml Normal file
View File

@ -0,0 +1,13 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="MavenProjectsManager">
<option name="originalFiles">
<list>
<option value="$PROJECT_DIR$/pom.xml" />
</list>
</option>
</component>
<component name="ProjectRootManager" version="2" languageLevel="JDK_1_8" project-jdk-name="1.8" project-jdk-type="JavaSDK">
<output url="file://$PROJECT_DIR$/classes" />
</component>
</project>

8
.idea/modules.xml Normal file
View File

@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="ProjectModuleManager">
<modules>
<module fileurl="file://$PROJECT_DIR$/hFactions.iml" filepath="$PROJECT_DIR$/hFactions.iml" />
</modules>
</component>
</project>

6
.idea/vcs.xml Normal file
View File

@ -0,0 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="VcsDirectoryMappings">
<mapping directory="" vcs="Git" />
</component>
</project>

View File

@ -1,17 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>hFactions</name>
<comment></comment>
<projects>
</projects>
<buildSpec>
<buildCommand>
<name>org.eclipse.jdt.core.javabuilder</name>
<arguments>
</arguments>
</buildCommand>
</buildSpec>
<natures>
<nature>org.eclipse.jdt.core.javanature</nature>
</natures>
</projectDescription>

View File

@ -1,11 +0,0 @@
eclipse.preferences.version=1
org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled
org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.8
org.eclipse.jdt.core.compiler.codegen.unusedLocal=preserve
org.eclipse.jdt.core.compiler.compliance=1.8
org.eclipse.jdt.core.compiler.debug.lineNumber=generate
org.eclipse.jdt.core.compiler.debug.localVariable=generate
org.eclipse.jdt.core.compiler.debug.sourceFile=generate
org.eclipse.jdt.core.compiler.problem.assertIdentifier=error
org.eclipse.jdt.core.compiler.problem.enumIdentifier=error
org.eclipse.jdt.core.compiler.source=1.8

View File

@ -1,2 +1,6 @@
# HCRealms-Old-Core
Old core
* Updated to maven
* Universal use now for intellij or eclipse
* Credits to Happy | NoobDev#4539 for converting it to maven

BIN
dep/ExoSpigot.jar Normal file

Binary file not shown.

Binary file not shown.

BIN
dep/ProtocolLib.jar Normal file

Binary file not shown.

BIN
dep/Vault.jar Normal file

Binary file not shown.

BIN
dep/lombok.jar Normal file

Binary file not shown.

Binary file not shown.

75
hFactions.iml Normal file
View File

@ -0,0 +1,75 @@
<?xml version="1.0" encoding="UTF-8"?>
<module org.jetbrains.idea.maven.project.MavenProjectsManager.isMavenModule="true" type="JAVA_MODULE" version="4">
<component name="EclipseModuleManager">
<libelement value="file://C:/Users/Big Blue/Desktop/HCRoyals/kitmap/plugins/ProtocolLib.jar" />
<libelement value="file://C:/Users/Big Blue/Desktop/HCRoyals/kitmap/plugins/Vault.jar" />
<libelement value="file://C:/Users/Big Blue/Desktop/HCRoyals/kitmap/plugins/WorldEdit-6.2.jar" />
<libelement value="file://C:/Users/Big Blue/Desktop/HCRoyals/Core3/Dependencies/lombok.jar" />
<libelement value="file://C:/Users/Big Blue/Downloads/Other/Zonix.us/priv/Core/libs/exospigot-1.7.10-1.0.1-SNAPSHOT.jar" />
<libelement value="file://C:/Users/Big Blue/.m2/repository/net/milkbowl/vault/VaultAPI/1.4/VaultAPI-1.4.jar" />
<libelement value="file://C:/Users/Big Blue/Desktop/HCRoyals/Kits/plugins/PermissionsEx.jar" />
<src_description expected_position="1">
<src_folder value="file://$MODULE_DIR$/src" expected_position="1" />
</src_description>
</component>
<component name="NewModuleRootManager" LANGUAGE_LEVEL="JDK_1_8">
<output url="file://$MODULE_DIR$/target/classes" />
<output-test url="file://$MODULE_DIR$/target/test-classes" />
<content url="file://$MODULE_DIR$">
<sourceFolder url="file://$MODULE_DIR$/src/main/java" isTestSource="false" />
<sourceFolder url="file://$MODULE_DIR$/src/main/resources" type="java-resource" />
<sourceFolder url="file://$MODULE_DIR$/src/test/java" isTestSource="true" />
<excludeFolder url="file://$MODULE_DIR$/target" />
</content>
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
<orderEntry type="module-library">
<library>
<CLASSES>
<root url="jar://$MODULE_DIR$/dep/ExoSpigot.jar!/" />
</CLASSES>
<JAVADOC />
<SOURCES>
<root url="jar://$MODULE_DIR$/dep/ExoSpigot.jar!/" />
</SOURCES>
</library>
</orderEntry>
<orderEntry type="module-library">
<library>
<CLASSES>
<root url="jar://$MODULE_DIR$/dep/PermissionsEx-1.22.10.jar!/" />
</CLASSES>
<JAVADOC />
<SOURCES />
</library>
</orderEntry>
<orderEntry type="module-library">
<library>
<CLASSES>
<root url="jar://$MODULE_DIR$/dep/ProtocolLib.jar!/" />
</CLASSES>
<JAVADOC />
<SOURCES />
</library>
</orderEntry>
<orderEntry type="module-library">
<library>
<CLASSES>
<root url="jar://$MODULE_DIR$/dep/Vault.jar!/" />
</CLASSES>
<JAVADOC />
<SOURCES />
</library>
</orderEntry>
<orderEntry type="module-library">
<library>
<CLASSES>
<root url="jar://$MODULE_DIR$/dep/worldedit-bukkit-6.0_1.jar!/" />
</CLASSES>
<JAVADOC />
<SOURCES />
</library>
</orderEntry>
<orderEntry type="library" scope="PROVIDED" name="Maven: org.projectlombok:lombok:1.18.6" level="project" />
</component>
</module>

31
pom.xml Normal file
View File

@ -0,0 +1,31 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>us.hcrealms.hcf</groupId>
<artifactId>hFactions</artifactId>
<version>1.0-SNAPSHOT</version>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
<source>8</source>
<target>8</target>
</configuration>
</plugin>
</plugins>
</build>
<dependencies>
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
<version>1.18.6</version>
<scope>provided</scope>
</dependency>
</dependencies>
</project>

Some files were not shown because too many files have changed in this diff Show More