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-session
|
@ -9,7 +9,7 @@
|
|||
</parent>
|
||||
|
||||
<artifactId>legacyworlds-session</artifactId>
|
||||
<name>Legacy Worlds - Sessions</name>
|
||||
<name>Legacy Worlds - Common packages - Sessions</name>
|
||||
<version>${legacyworlds.version.main}.${legacyworlds.version.release}-${legacyworlds.version.build}</version>
|
||||
<description>This module contains the definition of sessions used in client-server communications and all related classes and exceptions.</description>
|
||||
|
||||
|
|
Reference in a new issue