[ 
https://issues.apache.org/jira/browse/RATIS-288?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16570534#comment-16570534
 ] 

Josh Elser commented on RATIS-288:
----------------------------------

{quote}Then, I have tried {{mvn install -DskipTests}} and then {{mvn 
-DskipShade test}} worked fine.
{quote}
Yup! Exactly as expected :)
{quote}remove src/main/java from ratis-proto-shaded/.gitignore and 
ratis-hadoop-shaded/.gitignore .
{quote}
Ah, duh. Should've done that already :)
{quote}add some description to BUILDING.md that the shaded source is now not 
generated. If it was generated previously, they should be removed
{quote}
You got it!

> Pom cleanup/simplification
> --------------------------
>
>                 Key: RATIS-288
>                 URL: https://issues.apache.org/jira/browse/RATIS-288
>             Project: Ratis
>          Issue Type: Improvement
>          Components: build
>            Reporter: Josh Elser
>            Assignee: Josh Elser
>            Priority: Minor
>         Attachments: RATIS-288.005.patch, RATIS-288.005_rat.txt
>
>
> I'm noticing quite a bit of over-complication in the build, mostly around 
> ratis-proto-shaded. From what I can tell in the git history, this is holdover 
> from quite some time ago (when the module itself was introduced).
> Some weird things I see:
>  * Everything being marked as optional
>  * Explicit scope=compile being listed (this is the default)
>  * Inheriting all configuration from the netty-all pom (not sure why we'd 
> want this)
>  * Recompilation of source files included in ratis-proto-shaded (shade-plugin 
> can do this already)
> My only guess is that some of this was to support the {{skipShade}} option. I 
> think I can halve the amount of time for the ratis-proto-shaded model, and 
> still support a workflow that will let folks skip re-compilation if they 
> haven't changed the protobufs



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to