Hey Thomas,
Could you post the link to the GitHub diff of your changes (or submit a pull request to show that?) Thanks!
~Lincoln
a follow up:
during cleaning up of my faces scaffold changes I also dared to change the following:
- test-harness-web:
- upgrade to JBoss AS 7.1.1.Final, added dependencies to JUnit and Shrinkwrap, which seemed to be missing when running the maven build
I checked the customers of WebTestImpl and only found tests in scaffold-faces and scaffold-aerogear, both are verified still working
- dstribution pom:
added a profile to run Forge via maven to enable run/debug for the poor/lucky guys hooked on NetBeans (which really instruments Maven :) :
mvn -P runForge exec:exec
mvn -X -P debugForge exec:exec -Ddebug.props="-Xdebug -Xrunjdwp:transport=dt_socket,address=${jpda.port},server=y,suspend=n"
The changes may be seen at: https://shadogray@github.com/shadogray/core.git
Any objections against those changes are accepted.
Regards,
Thomas