Changes for page Creating XWiki Components
Last modified by Simon Urli on 2023/10/10
To version 74.1
edited by Hassan Ali
on 2020/06/24
on 2020/06/24
Change comment:
There is no comment for this version
Summary
-
Page properties (2 modified, 0 added, 0 removed)
Details
- Page properties
-
- Author
-
... ... @@ -1,1 +1,1 @@ 1 -XWiki. VincentMassol1 +XWiki.haxsen - Content
-
... ... @@ -444,7 +444,7 @@ 444 444 {{/code}} 445 445 ))) 446 446 * Build your component and deploy it in your local Maven repository with ##mvn install## 447 -* Inside your running XWiki instance, go to the Extension Manager in the Admin UI (e.g. ##{{{http://localhost:8080/xwiki/bin/admin/XWiki/XWikiPreferences?editor=globaladmin§ion=XWiki.AddExtensions}}}##) and click on Advanced Search and enter your extension's id and version and follow the instructions 447 +* Inside your running XWiki instance, go to the Extension Manager in the Admin UI (e.g. ##{{{http://localhost:8080/xwiki/bin/admin/XWiki/XWikiPreferences?editor=globaladmin§ion=XWiki.AddExtensions}}}##) and click on Advanced Search and enter your extension's id and version and follow the instructions. (##<groupId>:<artifactId>## , e.g: ##org.xwiki.contrib:your-extension-id##) 448 448 449 449 {{warning}} 450 450 If you want to redeploy an extension and it's already installed with the same version, the Extension Manager won't let you do so. Thus you'll need to uninstall it first using the Extension Manager. You'll also need to remove the local version (which is kept even if uninstalled) using the [[Extension Tweak>>extensions:Extension.Extension Tweak]].