berkus / tumbler-glass

Automatically exported from code.google.com/p/tumbler-glass
0 stars 0 forks source link

Found fix for broken builds from the command line #19

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago

Original comment by lipinski...@gmail.com on 4 Aug 2011 at 6:38