| Issue 19: | Found fix for broken builds from the command line | |
| 1 person starred this issue and may be notified of changes. | Back to list |
Hi, I have been trying to build the project from the command line, without success. Maven was complaining that there were missing symbols, while from Eclipse everything looked perfect. I had a look and I found out that the following dependencies were marked with test scope, but they shouldn't: - junit - spring-test - JUnitParams - freemarker They are part of the "production" code (i.e. the one that will be shipped with the library), not test code only. I am not sure if the other dependencies marked with scope test are ok as well, but at least 'mvn clean install' now runs fine. Can you please fix this and commit it? Thanks
Aug 4, 2011
Project Member
#1
lipinski...@gmail.com
Status:
Fixed
|