2 Mar
2014
2 Mar
'14
5:11 p.m.
On 02/21/2014 04:47 PM, coldserenity wrote:
Hello,
Does XWiki have conventions documented regarding * directory layout and naming * groupId name * artifactId name * project name
(briefly scanned http://dev.xwiki.org and did not find anything)
Regards, Roman
If you want to have a project in "xwiki contrib", then these steps (including naming conventions for groupId) might be helpful: http://contrib.xwiki.org/xwiki/bin/view/Main/WebHome Aside of that usually if you have both java code and wiki pages in the extension there is the convention to have the java code in separate subdirectories <projectname>-api and <projectname>-ui (cannot find the docs for that either, however) Cheers, Clemens