Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 336 Bytes

Developing.md

File metadata and controls

17 lines (11 loc) · 336 Bytes

Introduction

Maven2 is used to manage XRemoting project lifecycle. So, building, testing and so on are standard for Maven2-powered projects.

How to build

mvn package

This will produce xremoting-core-${version}.jar in the xremoting-core/target directory.

How to test

mvn test