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

    https://github.com/apache/drill/pull/148#discussion_r41939054
  
    --- Diff: exec/java-exec/pom.xml ---
    @@ -609,6 +559,59 @@
               </execution>
             </executions>
           </plugin>
    +      <plugin> <!-- source file must end up in the jar for janino parsing 
-->
    +        <groupId>org.codehaus.mojo</groupId>
    +        <artifactId>build-helper-maven-plugin</artifactId>
    +        <version>1.9.1</version>
    +        <executions>
    +          <execution>
    +            <id>add-sources-as-resources</id>
    +            <phase>process-sources</phase>
    +            <goals>
    +              <goal>add-resource</goal>
    +            </goals>
    +            <configuration>
    +              <resources>
    +                <resource>
    +                  <directory>src/main/java</directory>
    +                </resource>
    +                <resource>
    +                  <directory>src/test/java</directory>
    --- End diff --
    
    I'm just moving from copying the files to declaring them resources:
    
https://github.com/apache/drill/blob/b4d47c56b6484eedbf3f44516338da4cdbfbb7b4/exec/java-exec/pom.xml#L503
    Not sure where that came from.


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