Re: Finding the right Maven dependencies
"Sasvata (Shash) Chatterjee" <[email protected]>
| Newsgroups | gmane.comp.java.keel.devel |
|---|---|
| Message-ID | <[email protected]> |
Max, I am not sure there is such a way, but you don't need it either. Look in example-projects/hoj/project.xml, I have tried to list the minimal dependencies for that project. List your own modules, the Keel app-* modules you need, the Keel svc-* modules you need, specify one or more clnt-*, and one comm-* module. The other dependencies, like keel-common, keel-container, keel-core and 3rd party JARs required by any of your primary dependencies, will be pulled in automagically by the "maven keel:maven" goal. This works in a project. If you are writing a svc-* or app-* module, start with only keel-common, keel-core and keel-container plus the custom dependencies you need for the implementation that you are writing (which you as the author would know). StandardLogEnabledModel lives in keel-container, I believe. HTH, Shash > Hi, > > Not knowing the keel framework that well, is there a way that I can > find which classes are packaged into which jar file dependency? Can I > tell this somehow from the javadoc for a keel class? > > For example, if I use the keel class StandardLogEnabledModel which > dependency do I add to my POM? > > Thanks, > Max > http://keelframework.org/documentation.shtml > Keelgroup mailing list > [email protected] > http://lists.keelframework.com/listinfo.cgi/keelgroup-keelframework.com http://keelframework.org/documentation.shtml Keelgroup mailing list [email protected] http://lists.keelframework.com/listinfo.cgi/keelgroup-keelframework.com