<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <!-- This module was also published with a richer model, Gradle metadata,  -->
  <!-- which should be used instead. Do not delete the following line which  -->
  <!-- is to indicate to Gradle or any Gradle module metadata file consumer  -->
  <!-- that they should prefer consuming it instead. -->
  <!-- do_not_remove: published-with-gradle-metadata -->
  <modelVersion>4.0.0</modelVersion>
  <groupId>com.azuredoom.hytalepublisher</groupId>
  <artifactId>hytale-publisher</artifactId>
  <version>1.1.0</version>
  <name>HytalePublisher</name>
  <description>
&lt;p>
  HytalePublisher is a Gradle plugin that automates publishing Hytale mods to multiple hosting platforms from a single Gradle configuration.
&lt;/p>

&lt;p>
  It supports publishing to Modtale, CurseForge, Modifold, and Thunderstore.io, with each platform configured independently. Only enabled platforms register publishing tasks, allowing you to publish to one or all targets in a single workflow.
&lt;/p>

&lt;p>
  Features include API key resolution from &lt;code>key.properties&lt;/code> or environment variables, project IDs configured in Gradle instead of credential files, changelog upload support, platform-specific dependency metadata, and a &lt;code>publishAll&lt;/code> task.
&lt;/p>

&lt;p>
  HytalePublisher is designed for both local development and CI/CD pipelines, and is built to support additional hosting platforms in the future.
&lt;/p>
</description>
</project>
