-
Notifications
You must be signed in to change notification settings - Fork 4
Tips
Borislav Iordanov edited this page Feb 2, 2015
·
2 revisions
(randomly collected)
Seco lets you configure the classpath of a context by adding jar files. This can be cumbersome with a Maven project. But there is a Maven plugin that allows you to collect all dependencies in a single location. See this stackoveflow.com answer for a way to do it: http://stackoverflow.com/a/568241
Eventually, Seco could integrate with Maven so that one only needs to point to a pom.xml. Until that day, the above helps...