Github user pwendell commented on a diff in the pull request:

    https://github.com/apache/spark/pull/590#discussion_r12219225
  
    --- Diff: core/pom.xml ---
    @@ -255,35 +259,6 @@
         
<testOutputDirectory>target/scala-${scala.binary.version}/test-classes</testOutputDirectory>
         <plugins>
           <plugin>
    -        <groupId>org.apache.maven.plugins</groupId>
    -        <artifactId>maven-antrun-plugin</artifactId>
    -        <executions>
    -          <execution>
    -            <phase>test</phase>
    -            <goals>
    -              <goal>run</goal>
    -            </goals>
    -            <configuration>
    -              <exportAntProperties>true</exportAntProperties>
    -              <target>
    -                <property name="spark.classpath" 
refid="maven.test.classpath" />
    -                <property environment="env" />
    -                <fail message="Please set the SCALA_HOME (or 
SCALA_LIBRARY_PATH if scala is on the path) environment variables and retry.">
    -                  <condition>
    -                    <not>
    -                      <or>
    -                        <isset property="env.SCALA_HOME" />
    --- End diff --
    
    Thanks for removing this - I don't think it's necessary anymore.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to