Yatopia/pom.xml
Ivan Pekov 43f2b8b2ea
Refactor internals to net.yatopia.server
api refactor to that domain is coming in next major release
2020-09-01 09:38:17 +03:00

46 lines
1.2 KiB
XML

<project>
<modelVersion>4.0.0</modelVersion>
<groupId>net.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>
<!-- Ivan -->
<pluginRepository>
<id>ivan</id>
<url>https://repo.mrivanplays.com/repository/ivan/</url>
</pluginRepository>
</pluginRepositories>
<build>
<plugins>
<plugin>
<groupId>net.yatopia</groupId>
<artifactId>patchcredits</artifactId>
<version>0.0.2-SNAPSHOT</version>
<executions>
<execution>
<id>update-credits</id>
<goals>
<goal>update</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</build>
</project>