Emmanuel BENOîT
d4945d8e21
Added a Maven project that will contain all resources-related components. Updated list of children in the top-level components project. Added dependency to the main project.
17 lines
No EOL
847 B
XML
17 lines
No EOL
847 B
XML
<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>
|
|
|
|
<parent>
|
|
<artifactId>legacyworlds-server-beans</artifactId>
|
|
<groupId>com.deepclone.lw</groupId>
|
|
<version>1.0.0</version>
|
|
<relativePath>../legacyworlds-server-beans/pom.xml</relativePath>
|
|
</parent>
|
|
|
|
<artifactId>legacyworlds-server-beans-resources</artifactId>
|
|
<name>Legacy Worlds - Server - Components - Resources</name>
|
|
<version>${legacyworlds.version.main}.${legacyworlds.version.release}-${legacyworlds.version.build}</version>
|
|
<description>This module contains the components which manage and access in-universe resources, including money and natural resources.</description>
|
|
|
|
</project> |