google-code-export / webical

Automatically exported from code.google.com/p/webical
GNU General Public License v3.0
1 stars 1 forks source link

Too many jars are deployed #102

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
The jars for jetty, junit, hsqldb, ... are deployed.
They are only necessary for unit testing.

Create a separate test project to prevent these jars from becoming deployed.

Original issue reported on code.google.com by hz0885 on 5 Aug 2012 at 6:02

GoogleCodeExporter commented 9 years ago
Split core project in a pure code project (-core) and a separate test project 
(-test).

Original comment by hz0885 on 28 Jan 2013 at 8:08