oracle / pgql-lang

PGQL is an SQL-based query language for property graphs
https://pgql-lang.org/
Other
184 stars 44 forks source link

To have a pom.xml in the root folder to assemble these submodules together #47

Open breakdawn opened 4 years ago

breakdawn commented 4 years ago

There are several submodules in this project, it would be convenient to manage the code if there's a pom.xml in the root folder to wrap them together. This will also help get rid of 'install' while developing. Here's an example from Apache spark: https://github.com/apache/spark/blob/master/pom.xml