Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AVRO-2119: Run Apache Rat check on every java build #265

Closed

Conversation

nielsbasjes
Copy link
Contributor

This simply forces Apache Rat to run on every Java build.
Must be committed to branch-1.7 branch-1.8 and master.

@@ -205,6 +205,11 @@
</profile>
<profile>
<id>rat</id>
<activation>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I would suggest using <activeByDefault>true</activeByDefault> instead of depending on a not-existing property. I would be more obvious what's happening.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, you are right. This is simpler and cleaner.

Copy link
Contributor

@gszadovszky gszadovszky left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the changes.
+1

@nandorKollar
Copy link
Contributor

+1

@nielsbasjes
Copy link
Contributor Author

I'm waiting to merge this until we have resolved the license header issue.
If we were to merge this now the master would effectively no longer build by default.

@nielsbasjes
Copy link
Contributor Author

Merged.

@nielsbasjes nielsbasjes deleted the AVRO-2119-Run-rat-always branch December 22, 2017 23:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
4 participants