malenkix / guestbook

A smart guestbook for your events.
MIT License
0 stars 0 forks source link

Create master POM #51

Open malenkix opened 6 years ago

malenkix commented 6 years ago

In order to ease the setup of the project there should be a "master" POM in the project's root. The POM should be able to build the sub projects. This way using maven it is possible to avoid having to install node as well and just use one mature build management.

malenkix commented 5 years ago

Created POM in project referencing submodules. Project build can now be triggered for both backend and frontend using e.g. "mvn clean install" in root.