Skip to content

Commit

Permalink
add section on building with additional artifacts, namely plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
kmeelu committed Apr 18, 2019
1 parent 1b8bba3 commit 00415c9
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions DEVELOPERS.rst
Original file line number Diff line number Diff line change
Expand Up @@ -77,3 +77,12 @@ environments and build options, please see the
The UI runs on http://localhost:11011. To stop the sandbox, use::

./cdap sandbox stop

Note, to include additional artifacts in the CDAP sandbox, such as
`Hydrator plugins <https://github.com/cdapio/hydrator-plugins>`__, include the additional
``-Dadditional.artifacts.dir`` flag in the build step. That is::

MAVEN_OPTS="-Xmx2048m" mvn clean package \
-pl cdap-standalone,cdap-app-templates/cdap-etl,cdap-app-templates/cdap-program-report \
-am -amd -DskipTests -P templates,dist,release,unit-tests
-Dadditional.artifacts.dir=</path/to/additional/artifacts>

0 comments on commit 00415c9

Please sign in to comment.