aboutsummaryrefslogtreecommitdiff
path: root/mllib
diff options
context:
space:
mode:
Diffstat (limited to 'mllib')
-rw-r--r--mllib/pom.xml8
1 files changed, 8 insertions, 0 deletions
diff --git a/mllib/pom.xml b/mllib/pom.xml
index 4c67de8b24..c6bc8bf90f 100644
--- a/mllib/pom.xml
+++ b/mllib/pom.xml
@@ -76,5 +76,13 @@
<artifactId>scalatest-maven-plugin</artifactId>
</plugin>
</plugins>
+ <resources>
+ <resource>
+ <directory>../python</directory>
+ <includes>
+ <include>pyspark/mllib/*.py</include>
+ </includes>
+ </resource>
+ </resources>
</build>
</project>