[xwiki-devs] Bundle XWiki extenstions
Hi all, I work/develop on XWiki 7.0.1-SNAPSHOT. I had some problems with the Maven builds, as the ${*.version} variables are not replaced in final WAR, but it is easy solved with shell scripts. I have upgraded (actually I have tried but have created new deploy now) from version 6.4.1. In that deploy I have a set of "favourite" extensions. I had to manually install each and every one on new deploy. Is there a way to create WAR bundle with all the extensions and deploy that WAR-with-extensions? Or some other kind of pre-build set of JAR/XAR files to just drop on Tomcat and run? How would one start to create such a bundle? With Maven POM magic, scripting, ... ? Kind Regards, -- Miroslav Beranič MIBESIS +386(0)40/814-843 [email protected] http://www.mibesis.si
Hi, If you wish to create a product based on XWiki Enterprise, you can check this Maven Archetype that I have created for this need: https://github.com/xwiki/xwiki-enterprise/tree/master/xwiki-enterprise-arche... Hope it helps, -Vincent On 22 Apr 2015 at 07:48:34, Miroslav Beranič ([email protected](mailto:[email protected])) wrote:
Hi all,
I work/develop on XWiki 7.0.1-SNAPSHOT. I had some problems with the Maven builds, as the ${*.version} variables are not replaced in final WAR, but it is easy solved with shell scripts.
I have upgraded (actually I have tried but have created new deploy now) from version 6.4.1. In that deploy I have a set of "favourite" extensions. I had to manually install each and every one on new deploy. Is there a way to create WAR bundle with all the extensions and deploy that WAR-with-extensions? Or some other kind of pre-build set of JAR/XAR files to just drop on Tomcat and run?
How would one start to create such a bundle? With Maven POM magic, scripting, ... ?
Kind Regards, -- Miroslav Beranič MIBESIS +386(0)40/814-843 [email protected] http://www.mibesis.si _______________________________________________ devs mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/devs
Hi Vincent, as I understand, this project is used to create new projects/modules/extensions. Am I wrong? So, how do I extend XWiki Enterprise before WAR is deployed. I presume I am missing terminology, and you can get lost. So, what I want is (as an example): - Build/create xwiki.war with installed/embedded modules - Numbered+Headings - Video+Macro - Macro+Secure+Jira So when this xwiki.war is deployed - I have all this extensions in place and I do not have to search them on the Extensions repository. Is it even possible to make extension pre-installed with WAR or should all extensions go over installation process. As I know, even base XWiki extensions are on to-be-installed list on first deployment of xwiki.war. Kind Regards, Miroslav 2015-04-22 14:53 GMT+02:00 [email protected] <[email protected]>:
Hi,
If you wish to create a product based on XWiki Enterprise, you can check this Maven Archetype that I have created for this need:
https://github.com/xwiki/xwiki-enterprise/tree/master/xwiki-enterprise-arche...
Hope it helps, -Vincent
On 22 Apr 2015 at 07:48:34, Miroslav Beranič ([email protected](mailto:[email protected])) wrote:
Hi all,
I work/develop on XWiki 7.0.1-SNAPSHOT. I had some problems with the Maven builds, as the ${*.version} variables are not replaced in final WAR, but it is easy solved with shell scripts.
I have upgraded (actually I have tried but have created new deploy now) from version 6.4.1. In that deploy I have a set of "favourite" extensions. I had to manually install each and every one on new deploy. Is there a way to create WAR bundle with all the extensions and deploy that WAR-with-extensions? Or some other kind of pre-build set of JAR/XAR files to just drop on Tomcat and run?
How would one start to create such a bundle? With Maven POM magic, scripting, ... ?
Kind Regards, -- Miroslav Beranič MIBESIS +386(0)40/814-843 [email protected] http://www.mibesis.si _______________________________________________ devs mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/devs
-- Miroslav Beranič MIBESIS +386(0)40/814-843 [email protected] http://www.mibesis.si
participants (2)
-
Miroslav Beranič -
vincent@massol.net