Hi Thomas,
thank you for your fast reply.
Am 12.10.2012 09:26, schrieb Thomas Mortagne:
On Fri, Oct 12, 2012 at 8:39 AM, Richard Hierlmeier
<rhierlmeier(a)googlemail.com> wrote:
Hi,
I like to use the Extension Repository Application in XWiki 4.2 to host our
homemade XWiki extensions.
For this purpose I configured our Apache archiva instance in
xwiki.properties as extension repository:
extension.repositories=ourmaven:maven:http://ourmaven:8081/archiva/repository/main
I am struggling now with importing the extensions in the
http://localhost:8080/xwiki/bin/view/ExtensionCode/ImportExtension page.
What is the syntax of an extension id for maven artifacts?
<groupid>:<artifactId> as in org.xwiki.platform:xwiki-platform-oldcore
OK, it works! I imported our XARs into the repository. However they are
not installable with the Extension Manager.
What are the prequisites for an extension to become installable with the
Extension Manager?
Thank you in advance
Richard