We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5438a9d commit 8215898Copy full SHA for 8215898
build.xml
@@ -100,7 +100,7 @@
100
<!-- Generate Spark Standalone Distribution -->
101
<target name="exec-spark-standalone" description="compiles spark standalone components" depends="dist-spark">
102
<antcall target="run-mvn-goals">
103
- <param name="mvn_goals" value="clean install -P spark"/>
+ <param name="mvn_goals" value="clean install -P spark-standalone"/>
104
</antcall>
105
</target>
106
0 commit comments