Skip to content

Commit 4e2237a

Browse files
committed
Update readme to use profile to build scala 2.11 and match CI
1 parent dd79443 commit 4e2237a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -296,10 +296,10 @@ For configuration details check __`./conf`__ subdirectory.
296296

297297
### Building for Scala 2.11
298298

299-
To produce a Zeppelin package compiled with Scala 2.11, use the -Dscala-2.11 property:
299+
To produce a Zeppelin package compiled with Scala 2.11, use the -Pscala-2.11 profile:
300300

301301
```
302-
mvn clean package -Pspark-1.6 -Phadoop-2.4 -Pyarn -Ppyspark -Dscala-2.11 -DskipTests clean install
302+
mvn clean package -Pspark-1.6 -Phadoop-2.4 -Pyarn -Ppyspark -Pscala-2.11 -DskipTests clean install
303303
```
304304

305305
### Package

0 commit comments

Comments
 (0)