Hi Natascha,
thank you for the response. I'm aware of the steps you point out. I have tried 
them out several times. The project is created with Maven using this command:
mvn archetype:generate 
-DarchetypeCatalog=http://nexus.magnolia-cms.com/content/groups/public/
I created four modules using archetype 6, 2x3 and 5. From archetype 6 the 
project and webapp is created. The project pom contains:
 <modules>
        <module>cyberweb-webapp</module>
        <module>cyber-content</module>
        <module>cyber-templates</module>
        <module>cyber-theme</module>
</modules>
I added also the Vaadin repository to the project pom. Imported the Maven 
projects into Eclipse and run the cyberweb-webapp under Tomcat. After startup 
the installation had to be started and all was ok. I had hoped to find my three 
modules under admincentral-configure-modules but nothing there. Finally I tried 
to add the modules as dependency inside the webapp pom like this:
<dependency>
        <groupId>com.cyber.portal</groupId>
        <artifactId>cyber-templates</artifactId>
        <version>1.0-SNAPSHOT</version>
</dependency>   
After restart and installation I can find my modules under 
admincentral-configure-modules but I thought the project pom would take care of 
finding the modules. If this is correct what I have done I cannot say but at 
least I can start to fill the modules with content. 

grts,
Bjoern

-- 
Context is everything: 
http://forum.magnolia-cms.com/forum/thread.html?threadId=592a8eb9-2efe-4fd1-a43d-b706ad4b598a


----------------------------------------------------------------
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