mirror of
https://github.com/YatopiaMC/Yatopia.git
synced 2024-11-05 10:23:15 +01:00
41 lines
1.1 KiB
XML
41 lines
1.1 KiB
XML
<project>
|
|
<modelVersion>4.0.0</modelVersion>
|
|
|
|
<groupId>dev.tr7zw.yatopia</groupId>
|
|
<artifactId>yatopia-parent</artifactId>
|
|
<version>dev-SNAPSHOT</version>
|
|
<packaging>pom</packaging>
|
|
<name>Yatopia (Parent)</name>
|
|
|
|
<modules>
|
|
<module>Yatopia-API</module>
|
|
<module>Yatopia-Server</module>
|
|
</modules>
|
|
|
|
<pluginRepositories>
|
|
<!-- CodeMC -->
|
|
<pluginRepository>
|
|
<id>codemc-repo</id>
|
|
<url>https://repo.codemc.io/repository/maven-public/</url>
|
|
</pluginRepository>
|
|
</pluginRepositories>
|
|
|
|
<build>
|
|
<plugins>
|
|
<plugin>
|
|
<groupId>dev.tr7zw</groupId>
|
|
<artifactId>patchcredits</artifactId>
|
|
<version>0.0.1-SNAPSHOT</version>
|
|
<executions>
|
|
<execution>
|
|
<id>update-credits</id>
|
|
<goals>
|
|
<goal>update</goal>
|
|
</goals>
|
|
</execution>
|
|
</executions>
|
|
</plugin>
|
|
</plugins>
|
|
</build>
|
|
</project>
|