Information Technology Reference
In-Depth Information
Build and deploy
Once all the components in our project are ready to be compiled, all the required dependen-
cies are defined, and all knowledge configurations have been settled, we need to create a
compiled unit with the project assets. In our project, where we only have a process defini-
tion with a very basic data model (which doesn't define extra classes), we have reached said
state, so we're ready to compile the project. For that, the project editor comes with its own
toolbar with a Build & Deploy button:
Upon clicking on this button, the project editor will try to compile all the project assets into
a JAR file and deploy it to the local Maven repository. From then onwards, we are just one
configuration away from having a running environment for our process definition.
Search WWH ::




Custom Search