Repository: incubator-nifi
Updated Branches:
  refs/heads/develop d89ba7392 -> 8ed8d6989


updated build-order.sh to incorporate the boostrap stuff


Project: http://git-wip-us.apache.org/repos/asf/incubator-nifi/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-nifi/commit/8ed8d698
Tree: http://git-wip-us.apache.org/repos/asf/incubator-nifi/tree/8ed8d698
Diff: http://git-wip-us.apache.org/repos/asf/incubator-nifi/diff/8ed8d698

Branch: refs/heads/develop
Commit: 8ed8d69899bbb97ebff0f4c74ff358bd03ee900c
Parents: d89ba73
Author: joewitt <[email protected]>
Authored: Wed Dec 10 23:33:13 2014 -0500
Committer: joewitt <[email protected]>
Committed: Wed Dec 10 23:33:13 2014 -0500

----------------------------------------------------------------------
 misc/build-order.sh | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-nifi/blob/8ed8d698/misc/build-order.sh
----------------------------------------------------------------------
diff --git a/misc/build-order.sh b/misc/build-order.sh
index 855321a..e8f8e5e 100755
--- a/misc/build-order.sh
+++ b/misc/build-order.sh
@@ -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 && \

Reply via email to