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

    https://github.com/apache/incubator-rya/pull/145#discussion_r105704149
  
    --- Diff: extras/rya.pcj.fluo/pom.xml ---
    @@ -74,6 +74,16 @@
                         </execution>
                     </executions>
                 </plugin>
    +            <plugin>
    +                <groupId>org.apache.rat</groupId>
    +                <artifactId>apache-rat-plugin</artifactId>
    +                <configuration>
    +                    <excludes>
    +                        <!--  Trivial listing of classes to be loaded via 
SPI -->
    +                        
<exclude>rya.pcj.functions.geo/src/main/resources/META-INF/services/org.openrdf.query.algebra.evaluation.function.Function</exclude>
    --- End diff --
    
    What about just `<exclude>**/resources/META-INF/services/**</exclude>` so 
that it isn't tied to just geo?
    
    (note: I'm fine with it as is, too)


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