Abstract
This chapter outlines how to build, document and deploy JPA Objects.
The build, documentation and deployment process follows the general standard for sister projects, as documented in the Star Objects developers' guide. The sections in this chapter correspond to the parts one, two and three of Star Objects developers' guide.
There are no special steps required for building JPA Objects from source.
You can therefore just follow the processes described in Star Objects developers' guide:
build the main:
$ cd ~/jpaobjects/trunk/main $ mvn clean install
build the support:
$ cd ~/jpaobjects/trunk/support $ mvn clean install