adoroszlai opened a new pull request #275: HDDS-2633. Let findbugs.sh skip 
frontend plugin for Recon
URL: https://github.com/apache/hadoop-ozone/pull/275
 
 
   ## What changes were proposed in this pull request?
   
   Findbugs/Spotbugs only checks Java code.  We can skip frontend plugin 
execution for Recon to save ~2 minutes.  Makes a difference mostly when running 
it locally.
   
   https://issues.apache.org/jira/browse/HDDS-2633
   
   ## How was this patch tested?
   
   Ran `findbugs.sh`, verified Ozone Recon is checked, but its 
`frontend-maven-plugin` executions are skipped.
   
   ```
   [INFO] --- frontend-maven-plugin:1.6:install-node-and-yarn (Install node and 
yarn locally to the project) @ hadoop-ozone-recon ---
   [INFO] Skipping execution.
   [INFO] 
   [INFO] --- frontend-maven-plugin:1.6:yarn (yarn install) @ 
hadoop-ozone-recon ---
   [INFO] Skipping execution.
   [INFO] 
   [INFO] --- frontend-maven-plugin:1.6:yarn (Build frontend) @ 
hadoop-ozone-recon ---
   [INFO] Skipping execution.
   ...
   [INFO] --- spotbugs-maven-plugin:3.1.12:spotbugs (default-cli) @ 
hadoop-ozone-recon ---
   [INFO] Fork Value is true
   [INFO] Done SpotBugs Analysis....
   ...
   [INFO] Total time:  05:12 min
   ```
   
   vs. earlier:
   
   ```
   [INFO] Total time:  07:56 min
   ```

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to