Additional Maven projects for unit tests
* Changed names of common packages so they are coherent with the rest * Added new project for tests on common classes (utilities and session) * Added new project for tests on the web clients
This commit is contained in:
parent
a4bce68b17
commit
b9bc5e038c
14 changed files with 94 additions and 4 deletions
legacyworlds-utils
|
@ -10,7 +10,7 @@
|
|||
|
||||
<artifactId>legacyworlds-utils</artifactId>
|
||||
<version>${legacyworlds.version.main}.${legacyworlds.version.release}-${legacyworlds.version.build}</version>
|
||||
<name>Legacy Worlds - Common utilities</name>
|
||||
<name>Legacy Worlds - Common packages - Utilities</name>
|
||||
<description>The classes in this package are used by all parts of the Legacy Worlds code.</description>
|
||||
|
||||
<dependencies>
|
||||
|
|
Reference in a new issue