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

    https://github.com/apache/spark/pull/15167#discussion_r79705346
  
    --- Diff: external/kinesis-asl-assembly/pom.xml ---
    @@ -141,6 +141,21 @@
       
<outputDirectory>target/scala-${scala.binary.version}/classes</outputDirectory>
       
<testOutputDirectory>target/scala-${scala.binary.version}/test-classes</testOutputDirectory>
       <plugins>
    +    <!-- SPARK-17418: prevent the kinesis-asl-assembly from being 
published to Maven -->
    +    <plugin>
    +      <groupId>org.apache.maven.plugins</groupId>
    +      <artifactId>maven-deploy-plugin</artifactId>
    +      <configuration>
    +        <skip>true</skip>
    +      </configuration>
    +    </plugin>
    +    <plugin>
    +      <groupId>org.apache.maven.plugins</groupId>
    +      <artifactId>maven-install-plugin</artifactId>
    --- End diff --
    
    This might be ok? (It's supposed to be local only.) But probably good for 
consistency anyway.


---
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.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to