There was an error while loading. Please reload this page.
Phoenix is a fully mavenized project. That means you can build simply by doing:
$ mvn package
builds, test and package Phoenix and put the resulting jars (phoenix-.jar and phoenix--client.jar) in the generated target/ directory.
To build, but skip running the tests, you can do:
$ mvn package -DskipTests
To only build the generated parser (i.e. PhoenixSQLLexer and PhoenixSQLParser), you can do:
PhoenixSQLLexer
PhoenixSQLParser
$ mvn process-sources
To build an Eclipse project, install the m2e plugin and do an File->Import...->Import Existing Maven Projects selecting the root directory of Phoenix.