hansva opened a new issue, #6742:
URL: https://github.com/apache/hop/issues/6742

   ### What needs to happen?
   
   Create a Maven profile that disables some plugins to make full builds faster.
   
   ```
   mvn -T 4 clean install -DskipTests=true -> Total time:  05:53 min (Wall 
Clock)
   ```
   
   ```
   mvn -T 4 clean install -Pfast-build -> Total time:  02:36 min (Wall Clock)
   ```
   
   Note: this profile skips spotless, too so this still needs to be done before 
creating the PR
   
   
   
   
   ### Issue Priority
   
   Priority: 2
   
   ### Issue Component
   
   Component: Other


-- 
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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to