You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nifi.apache.org by mc...@apache.org on 2014/12/16 17:21:58 UTC

[03/27] incubator-nifi git commit: updated build-order.sh to incorporate the boostrap stuff

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/nifi-27
Commit: 8ed8d69899bbb97ebff0f4c74ff358bd03ee900c
Parents: d89ba73
Author: joewitt <jo...@apache.org>
Authored: Wed Dec 10 23:33:13 2014 -0500
Committer: joewitt <jo...@apache.org>
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 && \