gnodet opened a new pull request, #2275:
URL: https://github.com/apache/maven/pull/2275

   This PR adds new methods to the MavenProject class:
   - removePath: A utility method to remove paths from a list
   - removeCompileSourceRoot: Allows removing a compile source root
   - removeTestCompileSourceRoot: Allows removing a test compile source root
   
   Additionally, it improves code readability by replacing `path.length() > 0` 
with `!path.isEmpty()`.


-- 
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: issues-unsubscr...@maven.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to