[
https://issues.apache.org/jira/browse/BEAM-2080?focusedWorklogId=109622&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-109622
]
ASF GitHub Bot logged work on BEAM-2080:
----------------------------------------
Author: ASF GitHub Bot
Created on: 07/Jun/18 04:01
Start Date: 07/Jun/18 04:01
Worklog Time Spent: 10m
Work Description: stale[bot] commented on issue #2688: [BEAM-2080]: Add a
custom enforcer rule to check for banned classes.
URL: https://github.com/apache/beam/pull/2688#issuecomment-395285692
This pull request has been marked as stale due to 60 days of inactivity. It
will be closed in 1 week if no further activity occurs. If you think that’s
incorrect or this pull request requires a review, please simply write any
comment. If closed, you can revive the PR at any time and @mention a reviewer
or discuss it on the [email protected] list. Thank you for your
contributions.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
Issue Time Tracking
-------------------
Worklog Id: (was: 109622)
Time Spent: 10m
Remaining Estimate: 0h
> Add custom maven enforcer rules to catch banned classes and dependencies
> ------------------------------------------------------------------------
>
> Key: BEAM-2080
> URL: https://issues.apache.org/jira/browse/BEAM-2080
> Project: Beam
> Issue Type: Improvement
> Components: build-system
> Affects Versions: Not applicable
> Reporter: Vikas Kedigehalli
> Assignee: Vikas Kedigehalli
> Priority: Minor
> Time Spent: 10m
> Remaining Estimate: 0h
>
> The maven enforcer plugin standard rules aren't sufficient to catch certain
> issues like:
> * An artifact built as an uber/bundled jar (usually with shade plugin)
> including banned classes.
> * An artifact pom that depends on banned dependencies. (bannedDependencies
> rule provided by enforcer plugin doesn't work always because it doesn't look
> at the dependency-reduced-pom generated by shade plugin)
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)