Github user meiercaleb commented on a diff in the pull request:
https://github.com/apache/incubator-rya/pull/237#discussion_r143049589
--- Diff: common/rya.api/pom.xml ---
@@ -95,5 +95,20 @@ under the License.
<scope>test</scope>
</dependency>
</dependencies>
+ <build>
+ <plugins>
+ <plugin>
+ <groupId>org.apache.rat</groupId>
+ <artifactId>apache-rat-plugin</artifactId>
+ <configuration>
+ <excludes>
+ <!-- Trivial listing of classes to be loaded via
+ SPI -->
+
<exclude>src/main/resources/META-INF/services/org.openrdf.query.algebra.evaluation.function.Function</exclude>
--- End diff --
Done.
---