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
Original issue reported on code.google.com by al...@fastmail.net on 4 Aug 2011 at 3:08
Original issue reported on code.google.com by
al...@fastmail.net
on 4 Aug 2011 at 3:08