-
Notifications
You must be signed in to change notification settings - Fork 2.8k
[ZEPPELIN-791] Build infra: move all RAT to root pom.xml #2089
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
Conversation
|
@felixcheung Could you review my PR? |
| <exclude>**/interpreter-setting.json</exclude> | ||
| <exclude>**/constants.json</exclude> | ||
| <exclude>scripts/**</exclude> | ||
| <exclude>**/**/*.log</exclude> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
it looks this exclude is removed - could you add it back?
dependency-reduced-pom.xm
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi @felixcheung ths exclusion already in pom.xml. I just moved by
f9bc7a9 - Luciano Resende <[email protected]> Sep 5, 2016 [ZEPPELIN-1409] Refactor RAT build on Travis.CI configuration
PR
<exclude>docs/sitemap.txt</exclude> <exclude>docs/search_data.json</exclude> <exclude>**/dependency-reduced-pom.xml</exclude> <!-- bundled from anchor --> <exclude>docs/assets/themes/zeppelin/js/anchor.min.js</exclude> <!-- bundled from toc -->
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi @felixcheung it is already in another section (see #1401)
felixcheung
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
|
merging if no more comment |
|
merged to master. |
### What is this PR for? rat plugin for r interpreter fail, seems to be related with #2089 It doesn't need to be included in 0.8.0 release, but want it to be cherry-picked into `branch-0.8` for 0.8.x releases, so release manager doesn't have issue with running `dev/publish_release.sh` ### What type of PR is it? Hot Fix ### What is the Jira issue? [ZEPPELIN-3441](https://issues.apache.org/jira/browse/ZEPPELIN-3441) ### How should this be tested? Run `mvn verify -Pr` should pass In CI, first matrix should pass. (https://travis-ci.org/minahlee/zeppelin/builds/374917837) ### Screenshots (if appropriate) ### Questions: * Does the licenses files need update? No * Is there breaking changes for older versions? No * Does this needs documentation? No Author: Mina Lee <[email protected]> Closes #2957 from minahlee/hotfix/ratR and squashes the following commits: 1d4ae6c [Mina Lee] Add rat check for r in travis c323c4a [Mina Lee] Fix rat check exclude directory for r
rat plugin for r interpreter fail, seems to be related with #2089 It doesn't need to be included in 0.8.0 release, but want it to be cherry-picked into `branch-0.8` for 0.8.x releases, so release manager doesn't have issue with running `dev/publish_release.sh` Hot Fix [ZEPPELIN-3441](https://issues.apache.org/jira/browse/ZEPPELIN-3441) Run `mvn verify -Pr` should pass In CI, first matrix should pass. (https://travis-ci.org/minahlee/zeppelin/builds/374917837) * Does the licenses files need update? No * Is there breaking changes for older versions? No * Does this needs documentation? No Author: Mina Lee <[email protected]> Closes #2957 from minahlee/hotfix/ratR and squashes the following commits: 1d4ae6c [Mina Lee] Add rat check for r in travis c323c4a [Mina Lee] Fix rat check exclude directory for r (cherry picked from commit 3712ce6) Signed-off-by: Jeff Zhang <[email protected]>
rat plugin for r interpreter fail, seems to be related with apache#2089 It doesn't need to be included in 0.8.0 release, but want it to be cherry-picked into `branch-0.8` for 0.8.x releases, so release manager doesn't have issue with running `dev/publish_release.sh` Hot Fix [ZEPPELIN-3441](https://issues.apache.org/jira/browse/ZEPPELIN-3441) Run `mvn verify -Pr` should pass In CI, first matrix should pass. (https://travis-ci.org/minahlee/zeppelin/builds/374917837) * Does the licenses files need update? No * Is there breaking changes for older versions? No * Does this needs documentation? No Author: Mina Lee <[email protected]> Closes apache#2957 from minahlee/hotfix/ratR and squashes the following commits: 1d4ae6c [Mina Lee] Add rat check for r in travis c323c4a [Mina Lee] Fix rat check exclude directory for r (cherry picked from commit 3712ce6) Signed-off-by: Jeff Zhang <[email protected]> (cherry picked from commit d41c634) Change-Id: I69d4f615e182b320507d24e09c353fa72ad3f76f
### What is this PR for? rat plugin for r interpreter fail, seems to be related with apache#2089 It doesn't need to be included in 0.8.0 release, but want it to be cherry-picked into `branch-0.8` for 0.8.x releases, so release manager doesn't have issue with running `dev/publish_release.sh` ### What type of PR is it? Hot Fix ### What is the Jira issue? [ZEPPELIN-3441](https://issues.apache.org/jira/browse/ZEPPELIN-3441) ### How should this be tested? Run `mvn verify -Pr` should pass In CI, first matrix should pass. (https://travis-ci.org/minahlee/zeppelin/builds/374917837) ### Screenshots (if appropriate) ### Questions: * Does the licenses files need update? No * Is there breaking changes for older versions? No * Does this needs documentation? No Author: Mina Lee <[email protected]> Closes apache#2957 from minahlee/hotfix/ratR and squashes the following commits: 1d4ae6c [Mina Lee] Add rat check for r in travis c323c4a [Mina Lee] Fix rat check exclude directory for r
rat plugin for r interpreter fail, seems to be related with apache#2089 It doesn't need to be included in 0.8.0 release, but want it to be cherry-picked into `branch-0.8` for 0.8.x releases, so release manager doesn't have issue with running `dev/publish_release.sh` Hot Fix [ZEPPELIN-3441](https://issues.apache.org/jira/browse/ZEPPELIN-3441) Run `mvn verify -Pr` should pass In CI, first matrix should pass. (https://travis-ci.org/minahlee/zeppelin/builds/374917837) * Does the licenses files need update? No * Is there breaking changes for older versions? No * Does this needs documentation? No Author: Mina Lee <[email protected]> Closes apache#2957 from minahlee/hotfix/ratR and squashes the following commits: 1d4ae6c [Mina Lee] Add rat check for r in travis c323c4a [Mina Lee] Fix rat check exclude directory for r (cherry picked from commit 3712ce6) Signed-off-by: Jeff Zhang <[email protected]>
What is this PR for?
It is better have a single place where we manage project-wise RAT exclusions for a contributions under licenses different from Apache, then let maven sub-modules have them as we do now (makes things harder to track)
What type of PR is it?
[Improvement]
Todos
N/A
What is the Jira issue?
https://issues.apache.org/jira/browse/ZEPPELIN-791
How should this be tested?
mvn verify -DskipTests
Screenshots (if appropriate)
Questions:
Does the licenses files need update? - No
Is there breaking changes for older versions? - No
Does this needs documentation? - No
Questions: