Skip to content

appulse-projects/epmd-java

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Artem LabazinArtem Labazin
Artem Labazin
and
Artem Labazin
Jun 12, 2020
d2f7867 · Jun 12, 2020

History

85 Commits
Jun 11, 2020
Jun 11, 2020
Jun 12, 2020
Jun 12, 2020
Jun 12, 2020
Jan 29, 2018
Jun 11, 2020
Jun 12, 2020
Jun 12, 2020
Jun 11, 2020
Jan 26, 2018
Mar 4, 2019
Feb 13, 2019
Feb 13, 2019
Jun 12, 2020

Repository files navigation

Overview

build_status maven_central License

This is the set of projects, which implements EPMD server and its client.

Development

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites

For building the project you need only a Java compiler.

IMPORTANT: the project requires Java version starting from 8

And, of course, you need to clone the project from GitHub:

$> git clone https://github.com/appulse-projects/epmd-java
$> cd epmd-java

Building

For building routine automation, I am using maven.

To build the project, do the following:

$> mvn clean compile
...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO]
[INFO] [EPMD] Parent ...................................... SUCCESS [  0.091 s]
[INFO] [EPMD] Core ........................................ SUCCESS [ 11.966 s]
[INFO] [EPMD] Client ...................................... SUCCESS [  5.504 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 18.277 s
[INFO] Finished at: 2019-01-29T10:23:34+03:00
[INFO] Final Memory: 49M/584M
[INFO] ------------------------------------------------------------------------

Running the tests

To run the project's test, do the following:

$> mvn clean test
...
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
...
[INFO]
[INFO] Results:
[INFO]
[INFO] Tests run: 30, Failures: 0, Errors: 0, Skipped: 0
[INFO]
...

Also, if you do package or install goals, the tests launch automatically.

Built With

  • Java - is a systems and applications programming language

  • Lombok - is a java library that spicing up your java

  • Junit - is a simple framework to write repeatable tests

  • AssertJ - AssertJ provides a rich set of assertions, truly helpful error messages, improves test code readability

  • Maven - is a software project management and comprehension tool

Changelog

To see what has changed in recent versions of the project, see the changelog file.

Contributing

Please read contributing file for details on my code of conduct, and the process for submitting pull requests to me.

Versioning

We use SemVer for versioning. For the versions available, see the tags on this repository.

Authors

License

This project is licensed under the Apache License 2.0 License - see the license file for details