Install the library in Maven local repository
Maven allows you to complete the following tasks:
You can complete the tasks one by one or all at once by executing one command inside the root directory of the repository (where the main pom.xml (Project Object Model) is located):
- Open a console session and change into the XBee Java Library directory, where the pom.xml is located.
#> cd XBeeJavaLibrary-master
- Execute the following command:
#> mvn clean install
Note The “clean” portion is optional. It cleans up artifacts created by prior builds.