Changes for page Creating an Extension

Last modified by Vincent Massol on 2023/11/09

<
From version < 12.1 >
edited by Vincent Massol
on 2018/05/22
To version < 13.1 >
edited by Vincent Massol
on 2018/05/22
>
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -128,9 +128,9 @@
128 128  
129 129  It's important that you set the following information as they'll be used by XWiki's Extension Manager when the extension is installed in XWiki (see below):
130 130  
131 -* Extension id
132 -* Name. This is the user-friendly name of your extension and it'll be displayed on http://extensions.xwiki.org. Specify it using the ##<xwiki.extension.name>## maven property.
133 -* Description
131 +* Extension id (##<groupId>## and ##<artifactId>##), e.g. ##org.xwiki.contrib.blog## and ##application-blog-ui##.
132 +* Name. This is the user-friendly name of your extension and it's displayed on http://extensions.xwiki.org. Specify it using the ##<xwiki.extension.name>## maven property. E.g. ##Blog Application##.
133 +* Description. Keep it to one sentence. It's displayed on http://extensions.xwiki.org.
134 134  * Developers
135 135  * Category (using ##<xwiki.extension.category>##). Valid values are [[listed here>>extensions:Extension.Repository Application||anchor="HCategories"]].
136 136  * SCM (Note: this is also required by the Maven Release plugin if you use it to release your extension)

Get Connected