@@ -38,12 +38,12 @@ object BuildCommons {
3838 " streaming-flume" , " streaming-kafka" , " streaming-mqtt" , " streaming-twitter" ,
3939 " streaming-zeromq" ).map(ProjectRef (buildLocation, _))
4040
41- val optionallyEnabledProjects @ Seq (yarn, yarnStable, yarnAlpha, networkYarn, java8Tests,
42- sparkGangliaLgpl, sparkKinesisAsl) = Seq (" yarn" , " yarn-stable" , " yarn-alpha" , " network-yarn " ,
41+ val optionallyEnabledProjects @ Seq (yarn, yarnStable, yarnAlpha, java8Tests,
42+ sparkGangliaLgpl, sparkKinesisAsl) = Seq (" yarn" , " yarn-stable" , " yarn-alpha" ,
4343 " java8-tests" , " ganglia-lgpl" , " kinesis-asl" ).map(ProjectRef (buildLocation, _))
4444
45- val assemblyProjects @ Seq (assembly, examples) = Seq ( " assembly " , " examples " )
46- .map(ProjectRef (buildLocation, _))
45+ val assemblyProjects @ Seq (assembly, examples, networkYarn) =
46+ Seq ( " assembly " , " examples " , " network-yarn " ) .map(ProjectRef (buildLocation, _))
4747
4848 val tools = ProjectRef (buildLocation, " tools" )
4949 // Root project.
0 commit comments