Hi, I am trying to deploy a Java project from Beanstalk using Heroku. But during the deployment process, the tests are being skipped. I am aware that the default settings for Dskiptests is true. Is it possible to run tests using Heroku? Where do I change the settings to overwrite the default settings. Here is the output of the build:
1. output Pushing to [email protected]:infinite-scrubland-4873.git 2. output Warning: Permanently added 'heroku.com,50.19.85.132' (RSA) to the list of known hosts. 3. output Fetching repository, done. 4. output 5. output -----> Java app detected 6. output -----> Installing OpenJDK 1.8... done 7. output -----> Executing: *mvn -B -DskipTests=true clean install* 8. output [INFO] Scanning for projects... 9. output [INFO] 10. output [INFO] ------------------------------------------------------------------------ 11. output [INFO] Building embeddedTomcatSample Maven Webapp 1.0-SNAPSHOT 12. output [INFO] ------------------------------------------------------------------------ 13. output [INFO] 14. output [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ embeddedTomcatSample --- 15. output [INFO] 16. output [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ embeddedTomcatSample --- 17. output [WARNING] Using platform encoding (ANSI_X3.4-1968 actually) to copy filtered resources, i.e. build is platform dependent! 18. output [INFO] skip non existing resourceDirectory /tmp/build_291b7659cad2e92065de09cc47fd817b/src/main/resources 19. output [INFO] 20. output [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ embeddedTomcatSample --- 21. output [INFO] Changes detected - recompiling the module! Thanks! <https://lh3.googleusercontent.com/-lJ2VtEH6Fa4/VRmwLHoEDUI/AAAAAAAACs4/-fiKsp7M-pg/s1600/image.png> -- -- You received this message because you are subscribed to the Google Groups "Heroku" group. To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/heroku?hl=en_US?hl=en --- You received this message because you are subscribed to the Google Groups "Heroku Community" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
