Hi Blair, 
have a look at the following links: 

https://wiki.magnolia-cms.com/display/WIKI/Module+QuickStart
http://www.youtube.com/watch?v=0xibycp0XlQ&list=UUKq5WUu8lM799JNKmu49jZA
http://www.youtube.com/watch?v=MG573xAKepU&list=UUKq5WUu8lM799JNKmu49jZA

By the way, the trick is to add the following dependencies to your webapp 
pom.xml: 


[code]<dependency>
        <groupId>info.magnolia.bundle</groupId>
        <artifactId>magnolia-bundled-webapp</artifactId>
        <type>pom</type>
</dependency>
<dependency>
        <groupId>info.magnolia.bundle</groupId>
        <artifactId>magnolia-bundled-webapp</artifactId>
        <type>war</type>
</dependency>

...

<dependency>
        <groupId>info.magnolia</groupId>
        <artifactId>magnolia-module-standard-templating-kit</artifactId>
</dependency>[/code]

HTH,
Matteo

-- 
Context is everything: 
http://forum.magnolia-cms.com/forum/thread.html?threadId=cdf650d9-64fc-4420-8f5f-e02101ade71d


----------------------------------------------------------------
For list details, see http://www.magnolia-cms.com/community/mailing-lists.html
Alternatively, use our forums: http://forum.magnolia-cms.com/
To unsubscribe, E-mail to: <[email protected]>
----------------------------------------------------------------

Reply via email to