So ...

If your module should be part of your Magnolia webapp or Magnolia bundle, make 
sure your new module is added to the webapp / bundle. Typically that's done 
with Maven dependency management.
Run 
[code]mvn dependency:tree[/code]
 on the pom of your webapp to see whether your webapp really contains the 
custom module.

What module you want? Just a Maven module or a "Magnolia Maven module"?
Do you want to see it in on the configuration workspace of your magnolia 
instance? If yes ... and in some other contexts, too, i recommend createing a 
"Magnolia Maven module".
In this case, your module should contain an "XML-based module descriptor". This 
should already be sufficient to see it in the configuration worksapce / that 
the Magnolia module is initialized on start up of the instance.

Some docs to read about these topics:

- https://documentation.magnolia-cms.com/display/DOCS/Modules
- 
https://documentation.magnolia-cms.com/display/DOCS/XML-based+module+descriptor
- 
https://documentation.magnolia-cms.com/display/DOCS/How+to+create+a+custom+Java+based+REST+endpoint#HowtocreateacustomJavabasedRESTendpoint-CreatingaMagnoliaMavenmodulewithMavenarchetype
- https://documentation.magnolia-cms.com/display/DOCS/Creating+a+custom+bundle
- 
https://documentation.magnolia-cms.com/display/DOCS/Creating+a+custom+bundle#Creatingacustombundle-Addmodules

I hope this helps 
cheers,
 Christoph

-- 
Context is everything: 
http://forum.magnolia-cms.com/forum/thread.html?threadId=4a3c8f8d-d39b-46e8-9c7b-48befa86bfce


----------------------------------------------------------------
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: <user-list-unsubscr...@magnolia-cms.com>
----------------------------------------------------------------

Reply via email to