Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Select Maven checkout from SCM

Provide subversion URL

1. http://svn.magnolia-cms.infocom/svn/magnolia/trunk

2. Enable eclipse profile in the advanced settings

...

Make sure that the option Serve modules without publishing is selected. This ensures that the classes are taken from the target directories. 

Freemarker specific settings

For using the tag libs with freemarker you will need to edit web.xml and add the following lines:

Code Block

<jsp-config>
   <taglib>
     <taglib-uri>cms-taglib</taglib-uri>
     <taglib-location>cms-taglib.tld</taglib-location>
   </taglib>
   <taglib>
     <taglib-uri>cms-util-taglib</taglib-uri>
     <taglib-location>cms-util-taglib.tld</taglib-location>
   </taglib>
</jsp-config>

Known Poblems

Wrong maven version is used for dependency checks

...