Github user jvanzyl commented on the pull request:

    https://github.com/apache/maven/pull/16#issuecomment-44797771
  
    I created a simple shell script to help validate a pull request against the 
Maven integration tests. This script is not great, and running the Maven 
integration tests is not exactly straight forward but this is a step in the 
right direction. Here is the shell script:
    
    https://gist.github.com/jvanzyl/16da25976f8ad27293fa
    
    Save the file to something like `maven-pr-validator.sh` and you run it by 
providing the PR #. So in your case you will run it as `maven-pr-validator.sh 
16` and this will check out Maven, apply your patch, build Maven, check out the 
integration tests and run them against the just-build Maven. You will see that 
one of the integration tests is broken as a result of the patch. I will help 
you debug and fix it. This is not ideal but it's a step in the right direction 
in helping interested users vet their contributions automatically.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
For additional commands, e-mail: dev-h...@maven.apache.org

Reply via email to