projectkorra
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>com.projectkorra</groupId> <artifactId>projectkorra</artifactId> <version>1.12.1-PRE-RELEASE-1</version> </dependency>
<?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/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion> <groupId>com.projectkorra</groupId> <artifactId>projectkorra</artifactId> <name>ProjectKorra</name> <version>1.12.1-PRE-RELEASE-1</version> <description>A plugin that brings Avatar: The Last Airbender to Minecraft</description> <url>https://projectkorra.com/</url> <developers> <developer> <name>ProjectKorra</name> <email>social@projectkorra.com</email> <organization>ProjectKorra</organization> <organizationUrl>https://projectkorra.com</organizationUrl> </developer> </developers> <licenses> <license> <name>ProjectKorra's Terms of Use</name> <url>https://projectkorra.com/forum/help/terms/</url> </license> </licenses> <scm> <connection>scm:git:git://github.com/ProjectKorra/ProjectKorra.git</connection> <developerConnection>scm:git:ssh://github.com:ProjectKorra/ProjectKorra.git</developerConnection> <url>https://github.com/ProjectKorra/ProjectKorra/tree/master</url> </scm> <build> <sourceDirectory>${project.basedir}/src/</sourceDirectory> <defaultGoal>clean package install</defaultGoal> <resources> <resource> <targetPath>.</targetPath> <filtering>true</filtering> <directory>${project.basedir}/src/</directory> <includes> <include>*.yml</include> </includes> </resource> </resources> <finalName>${project.name}-${project.version}</finalName> <plugins> <plugin> <artifactId>maven-compiler-plugin</artifactId> <version>3.8.0</version> <configuration> <source>1.8</source> <target>1.8</target> </configuration> </plugin> <plugin> <groupId>org.sonatype.central</groupId> <artifactId>central-publishing-maven-plugin</artifactId> <version>0.7.0</version> <extensions>true</extensions> <configuration> <publishingServerId>central</publishingServerId> <checksums>required</checksums> </configuration> </plugin> <plugin> <artifactId>maven-gpg-plugin</artifactId> <version>3.2.7</version> <executions> <execution> <id>sign-artifacts</id> <phase>verify</phase> <goals> <goal>sign</goal> </goals> </execution> </executions> </plugin> <plugin> <artifactId>maven-source-plugin</artifactId> <version>2.2.1</version> <executions> <execution> <id>attach-sources</id> <goals> <goal>jar-no-fork</goal> </goals> </execution> </executions> </plugin> <plugin> <artifactId>maven-javadoc-plugin</artifactId> <version>2.9.1</version> <executions> <execution> <id>attach-javadocs</id> <goals> <goal>jar</goal> </goals> </execution> </executions> </plugin> <plugin> <artifactId>maven-jar-plugin</artifactId> <version>3.1.1</version> <configuration> <finalName>ProjectKorra-${project.version}</finalName> <outputDirectory>../target/</outputDirectory> </configuration> </plugin> <plugin> <artifactId>maven-shade-plugin</artifactId> <version>3.2.4</version> <executions> <execution> <phase>package</phase> <goals> <goal>shade</goal> </goals> <configuration> <minimizeJar>true</minimizeJar> </configuration> </execution> </executions> <configuration> <dependencyReducedPomLocation>${project.build.directory}/dependency-reduced-pom.xml</dependencyReducedPomLocation> <filters /> <relocations> <relocation> <pattern>org.apache.commons</pattern> <shadedPattern>commonslang3.projectkorra</shadedPattern> </relocation> </relocations> </configuration> </plugin> </plugins> </build> <repositories> <repository> <id>project.local</id> <name>project</name> <url>file://${project.basedir}/../localrepo/</url> </repository> <repository> <id>sk89q-repo</id> <url>https://maven.enginehub.org/repo/</url> </repository> <repository> <id>jitpack.io</id> <url>https://jitpack.io</url> </repository> <repository> <id>md_5-snapshots</id> <url>https://repo.md-5.net/content/repositories/snapshots/</url> </repository> <repository> <id>spigot-repo</id> <url>https://hub.spigotmc.org/nexus/content/repositories/snapshots/</url> </repository> <repository> <id>papermc</id> <url>https://repo.papermc.io/repository/maven-public/</url> </repository> <repository> <id>placeholderapi</id> <url>https://repo.extendedclip.com/releases/</url> </repository> <repository> <id>glaremasters</id> <url>https://repo.glaremasters.me/repository/bloodshot</url> </repository> <repository> <id>redprotect-repo</id> <url>https://raw.githubusercontent.com/FabioZumbi12/RedProtect/mvn-repo/</url> </repository> <repository> <id>phoenix</id> <url>https://nexus.phoenixdevt.fr/repository/maven-public/</url> </repository> </repositories> <dependencies> <dependency> <groupId>dev.folia</groupId> <artifactId>folia-api</artifactId> <version>1.20.1-R0.1-SNAPSHOT</version> <scope>provided</scope> </dependency> <dependency> <groupId>org.spigotmc</groupId> <artifactId>spigot-api</artifactId> <version>1.16.5-R0.1-SNAPSHOT</version> <scope>provided</scope> </dependency> <dependency> <groupId>com.github.SaberLLC</groupId> <artifactId>Saber-Factions</artifactId> <version>2.4.0-RC</version> <scope>provided</scope> </dependency> <dependency> <groupId>com.github.drtshock</groupId> <artifactId>Factions</artifactId> <version>0.6.11</version> <scope>provided</scope> </dependency> <dependency> <groupId>com.github.GriefPrevention</groupId> <artifactId>GriefPrevention</artifactId> <version>16.18.2</version> <scope>provided</scope> </dependency> <dependency> <groupId>com.griefcraft</groupId> <artifactId>lwc</artifactId> <version>2.2.5</version> <scope>provided</scope> </dependency> <dependency> <groupId>com.github.angeschossen</groupId> <artifactId>LandsAPI</artifactId> <version>6.26.16</version> <scope>provided</scope> </dependency> <dependency> <groupId>com.bekvon.bukkit</groupId> <artifactId>residence</artifactId> <version>5.0.1.0</version> <scope>provided</scope> </dependency> <dependency> <groupId>com.github.TownyAdvanced</groupId> <artifactId>Towny</artifactId> <version>0.98.3.0</version> <scope>provided</scope> </dependency> <dependency> <groupId>com.sk89q.worldedit</groupId> <artifactId>worldedit-core</artifactId> <version>7.2.15-SNAPSHOT</version> <scope>provided</scope> </dependency> <dependency> <groupId>com.sk89q.worldguard</groupId> <artifactId>worldguard-core</artifactId> <version>7.0.5-SNAPSHOT</version> <scope>provided</scope> </dependency> <dependency> <groupId>com.sk89q.worldedit</groupId> <artifactId>worldedit-bukkit</artifactId> <version>7.2.15-SNAPSHOT</version> <scope>provided</scope> </dependency> <dependency> <groupId>com.sk89q.worldguard</groupId> <artifactId>worldguard-bukkit</artifactId> <version>7.0.5-SNAPSHOT</version> <scope>provided</scope> </dependency> <dependency> <groupId>br.net.fabiozumbi12.RedProtect</groupId> <artifactId>RedProtect-Core</artifactId> <version>7.7.2</version> <scope>provided</scope> </dependency> <dependency> <groupId>br.net.fabiozumbi12.RedProtect</groupId> <artifactId>RedProtect-Spigot</artifactId> <version>7.7.2</version> <scope>provided</scope> </dependency> <dependency> <groupId>me.clip</groupId> <artifactId>placeholderapi</artifactId> <version>2.11.6</version> <scope>provided</scope> </dependency> <dependency> <groupId>com.griefdefender</groupId> <artifactId>api</artifactId> <version>2.1.0-SNAPSHOT</version> <scope>provided</scope> </dependency> <dependency> <groupId>com.github.plan-player-analytics</groupId> <artifactId>Plan</artifactId> <version>5.6.2816</version> <scope>provided</scope> </dependency> <dependency> <groupId>io.lumine</groupId> <artifactId>MythicLib-dist</artifactId> <version>1.6-SNAPSHOT</version> <scope>provided</scope> </dependency> </dependencies> <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <dir>${project.build.directory}</dir> </properties> </project>