[
https://issues.apache.org/jira/browse/NUMBERS-144?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17036128#comment-17036128
]
Gilles Sadowski commented on NUMBERS-144:
-----------------------------------------
In my environment (with PR #75 included), a build started with the following
command:
{noformat}
$ JAVA_HOME=/usr/lib/jvm/java-8-openjdk-amd64/ mvn -Pcommons-numbers-examples
{noformat}
fails (on files auto-generated by JMH).
> Rat check fails on examples module files
> ----------------------------------------
>
> Key: NUMBERS-144
> URL: https://issues.apache.org/jira/browse/NUMBERS-144
> Project: Commons Numbers
> Issue Type: Task
> Reporter: Matt Juntunen
> Priority: Trivial
> Time Spent: 20m
> Remaining Estimate: 0h
>
> The rat check can fail due to the presence of generated files from the
> examples module. For example, the following files caused the rat check to
> fail on my machine:
> {noformat}
> commons-numbers-examples/examples-jmh/target/rat.txt
> commons-numbers-examples/examples-jmh/target/osgi/MANIFEST.MF
> commons-numbers-examples/examples-jmh/.classpath
> commons-numbers-examples/examples-jmh/.settings/org.eclipse.m2e.core.prefs
> commons-numbers-examples/examples-jmh/.settings/org.eclipse.jdt.core.prefs
>
> commons-numbers-examples/examples-jmh/.settings/org.eclipse.core.resources.prefs
> commons-numbers-examples/examples-jmh/.project
> commons-numbers-examples/.settings/org.eclipse.m2e.core.prefs
> commons-numbers-examples/.settings/org.eclipse.core.resources.prefs
> commons-numbers-examples/.project
> {noformat}
--
This message was sent by Atlassian Jira
(v8.3.4#803005)