updated build-order.sh to incorporate the boostrap stuff

This commit is contained in:
joewitt 2014-12-10 23:33:13 -05:00
parent d89ba7392f
commit 8ed8d69899
1 changed files with 3 additions and 1 deletions

View File

@ -5,7 +5,9 @@ cd misc/nar-maven-plugin && \
mvn $MAVEN_FLAGS install && \
cd ../../commons/nifi-parent && \
mvn $MAVEN_FLAGS install && \
cd ../../nifi-api && \
cd ../../nifi-bootstrap && \
mvn $MAVEN_FLAGS install && \
cd ../nifi-api && \
mvn $MAVEN_FLAGS install && \
cd ../commons/ && \
cd nifi-stream-utils && \